-
Notifications
You must be signed in to change notification settings - Fork 365
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 next_funding_txid
tlv from Channel
read/write
#3417
base: main
Are you sure you want to change the base?
Remove next_funding_txid
tlv from Channel
read/write
#3417
Conversation
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.
LGTM, minor comment regarding the commas
5f02ff5
to
b78ec80
Compare
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.22% -0.01%
==========================================
Files 130 130
Lines 106965 106966 +1
Branches 106965 106966 +1
==========================================
- Hits 95438 95437 -1
+ Misses 8734 8731 -3
- Partials 2793 2798 +5 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
LGTM. Could you please include the rationale in the commit message? Better to not rely on github for this information.
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.