Uh oh!
There was an error while loading. Please reload this page.
Remove next_funding_txid tlv from Channel read/write - #3417
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
optout21
left a comment
There was a problem hiding this comment.
LGTM, minor comment regarding the commas
5f02ff5 to
b78ec80Comparedunxen
commented
Nov 21, 2024
Thanks. Done! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #3417 +/- ##
==========================================
+ Coverage 89.22% 89.24% +0.02%
==========================================
Files 130 130 Lines 106965 106960 -5 Branches 106965 106960 -5 ==========================================
+ Hits 95438 95458 +20 + Misses 8734 8709 -25
Partials 2793 2793 ☔ View full report in Codecov by Sentry. |
jkczyz
left a comment
There was a problem hiding this comment.
LGTM. Could you please include the rationale in the commit message? Better to not rely on github for this information.
We want to remove this before release so that we can work on a way to not persist this but rather get it from other persisted data and just free up the TLV. Note that the "added in 0.0.124" comment was incorrect as it was actually added in lightningdevkit#3137 but the comment was stale so it's safe to remove.
b78ec80 to
7177acbComparedunxen
commented
Nov 25, 2024
Yeah true, thanks! Done. |
TheBlueMatt
commented
Nov 25, 2024
Can we actually just remove the field entirely and use |
dunxen
commented
Nov 26, 2024
Yeah that's likely what we'll do. I just wanted to remove the persistence here to keep this small. I can address removing the field entirely in #3423. |
TheBlueMatt
left a comment
There was a problem hiding this comment.
Alright, definitely need to figure it out before 0.1, though.
dunxen
commented
Nov 27, 2024
Yeah, I'm adding it to #3423 which needs to go in before 0.1. |
Want to remove this before release so that we can work on a way to not persist this but rather get it from other persisted data and just free up the TLV.
Note that the "added in 0.0.124" comment was incorrect as it was actually added in #3137 but the comment was stale. So it's safe to remove.
See #3137 (comment) for context.