Uh oh!
There was an error while loading. Please reload this page.
Cut 0.0.99 - #990
Conversation
Codecov Report
@@ Coverage Diff @@## main #990 +/- ##
=======================================
Coverage 90.76% 90.77% =======================================
Files 60 60 Lines 30914 30914 =======================================
+ Hits 28059 28061 +2 + Misses 2855 2853 -2
Continue to review full report at Codecov.
|
| `ChannelManager` will fail to deserialize both on version 0.0.98 and later | ||
| versions. If you have such a `ChannelManager` available, a simple patch will | ||
| allow it to deserialize, please file an issue if you need assistance. | ||
| allow it to deserialize, please file an issue if you need assistance (#973). |
There was a problem hiding this comment.
Should you mention edbc30c which is bumping chan's serialization ?
There was a problem hiding this comment.
Nope, its fully backwards- and forwards-compatible. 0.0.98 can read versions written by 0.0.99 (though it ignores the fee info) and 0.0.99 can read versions written by 0.0.98.
Uh oh!
There was an error while loading. Please reload this page.
ea4862d to
11d4bb9CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| `ChannelManager` will fail to deserialize both on version 0.0.98 and later | ||
| versions. If you have such a `ChannelManager` available, a simple patch will | ||
| allow it to deserialize, please file an issue if you need assistance. | ||
| allow it to deserialize, please file an issue if you need assistance (#973). |
There was a problem hiding this comment.
It doesn't look like adding PR/issue numbers adds links
There was a problem hiding this comment.
Hmm, is it necessary? Its kinda annoying to have a million links in a plaintext document, and its not hard to load the PR from the number.
There was a problem hiding this comment.
Probably not necessary but I'd think it's less annoying since it is essentially write once, read many times.
5fea2ad to
83110e3Compare| `ChannelManager` will fail to deserialize both on version 0.0.98 and later | ||
| versions. If you have such a `ChannelManager` available, a simple patch will | ||
| allow it to deserialize, please file an issue if you need assistance. | ||
| allow it to deserialize, please file an issue if you need assistance (#973). |
There was a problem hiding this comment.
Probably not necessary but I'd think it's less annoying since it is essentially write once, read many times.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
valentinewallace
left a comment
There was a problem hiding this comment.
ACK mod jeff's nits
TheBlueMatt
commented
Jul 9, 2021
Fixed nits and squashed. Will take after CI: |
This assumes #975 lands first.