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.
|
CHANGELOG.md
Outdated
| `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.
ea4862d to
11d4bb9
Compare
CHANGELOG.md
Outdated
| `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
83110e3
Compare
CHANGELOG.md
Outdated
| `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.
valentinewallace
left a comment
There was a problem hiding this comment.
ACK mod jeff's nits
83110e3 to
c9a8b26
Compare
|
Fixed nits and squashed. Will take after CI: |
This assumes #975 lands first.