refactor: address nits - #1989
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1989 +/- ##
===========================================
+ Coverage 0 53.61% +53.61%
===========================================
Files 0 5 +5
Lines 0 526 +526
Branches 0 81 +81
===========================================
+ Hits 0 282 +282
- Misses 0 240 +240
- Partials 0 4 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
50ec14e to
1430a88
Compare
tylerlevine
left a comment
There was a problem hiding this comment.
Good clean up - could you add a fix for the nit I mentioned in #2004 as well?
There was a problem hiding this comment.
Are we not supporting external signer mode for these functions where the comments are getting removed?
There was a problem hiding this comment.
Yeah I believe that's the idea since they are all v1 wallet functions. Currently if signer mode is enabled, the v1 wallet functions would just operate the same as before.
There was a problem hiding this comment.
Ah, right - sounds good then
There was a problem hiding this comment.
I'm curious why we're getting rid of this error in favor of throwing the top level Error type instead?
There was a problem hiding this comment.
Ah okay I realize now that I misunderstood this original comment. #1944 (comment)
I believe you meant that just Object.setPrototypeOf(this, ExternalSignerConfigError.prototype); was unnecessary. I'll edit this commit.
remove external signing routes for v1 wallet remove outdated comments remove unecessary prototpe set in ExternalSignerConfigError add more descriptive debug msg Ticket: BG-42470
1430a88 to
17ce690
Compare
|
rebased and addressed the comments including the nit from #2004 |
There was a problem hiding this comment.
Ah, right - sounds good then
addressing nits from #1944 and #2004
catchblockTicket: BG-42470