Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dunxen
Copy link
Contributor

@dunxen dunxen commented Nov 21, 2024

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.

Copy link
Contributor

@optout21 optout21 left a 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

@dunxen dunxen force-pushed the 2024-11-removenextfundingtxidpersist branch from 5f02ff5 to b78ec80 Compare November 21, 2024 10:55
@dunxen
Copy link
Contributor Author

dunxen commented Nov 21, 2024

LGTM, minor comment regarding the commas

Thanks. Done!

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.22%. Comparing base (0c31021) to head (b78ec80).

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.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Copy link
Contributor

@jkczyz jkczyz left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants