-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove WriteableEcdsaChannelSigner
trait
#3059
Remove WriteableEcdsaChannelSigner
trait
#3059
Conversation
75100e3
to
4ad3401
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interface simplification, straight code removal, beautiful.
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3059 +/- ##
==========================================
- Coverage 89.81% 89.79% -0.03%
==========================================
Files 116 116
Lines 96472 96465 -7
Branches 96472 96465 -7
==========================================
- Hits 86647 86616 -31
- Misses 7258 7292 +34
+ Partials 2567 2557 -10 ☔ View full report in Codecov by Sentry. |
iiuc, it should be 113. |
4ad3401
to
e76966a
Compare
Corrected! |
EcdsaChannelSigner is no longer deserialized as of version 0.0.113 and downgrades before version 0.0.113 are no longer supported as of version 0.0.119.
WriteableEcdsaChannelSigner is no longer needed now that EcdsaChannelSigner isn't written in OnchainTxHandler.
e76966a
to
efc7579
Compare
Sorry, latest push just fixed some grammar |
EcdsaChannelSigner
is no longer deserialized as of version 0.0.113 and downgrades before version 0.0.113 are no longer supported as of version 0.0.119. Stop writing it and remove theWriteableEcdsaChannelSigner
trait.Closes #3053.