-
Notifications
You must be signed in to change notification settings - Fork 411
Prep lightning-persister for export in the C bindings #874
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
Prep lightning-persister for export in the C bindings #874
Conversation
Codecov Report
@@ Coverage Diff @@
## main #874 +/- ##
==========================================
+ Coverage 90.20% 90.22% +0.02%
==========================================
Files 55 55
Lines 28913 28912 -1
==========================================
+ Hits 26080 26086 +6
+ Misses 2833 2826 -7
Continue to review full report at Codecov.
|
Actually, @valentinewallace is there any reason for |
There's little reason for the HashMap - the ChannelMonitors are already unique (enforced by file names), and the eventual HashMap that users need when deserializing the `ChannelManager` is a slightly different form (it requires no BlockHash entry).
2a37aac
to
651f69b
Compare
Completely dropped the second commit and replaced it with one which just exports a |
651f69b
to
3fdf252
Compare
Only trivial style changes, will take after CI:
|
No description provided.