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

Reserve async signing related channel TLV types #2978

Merged

Conversation

wpaulino
Copy link
Contributor

A LDK user deployed to production a WIP version of the async signing branch (#2849) in which two new TLVs were added to channel. To prevent them from needing to perform a migration, we can just new types for TLVs that have yet to be included in a release. A note has been added to ensure types 45 and 47 are not used for another purpose.

A LDK user deployed to production a WIP version of the async signing
branch in which two new TLVs were added to channel. To prevent them from
needing to perform a migration, we can just new types for TLVs that have
yet to be included in a release. A note has been added to ensure types
45 and 47 are not used for another purpose.
@TheBlueMatt TheBlueMatt added this to the 0.0.122 milestone Mar 29, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 89.33%. Comparing base (51926f1) to head (70e4001).

Files Patch % Lines
lightning/src/ln/channel.rs 33.33% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2978      +/-   ##
==========================================
- Coverage   89.35%   89.33%   -0.02%     
==========================================
  Files         117      117              
  Lines       95513    95514       +1     
  Branches    95513    95514       +1     
==========================================
- Hits        85347    85332      -15     
- Misses       7931     7946      +15     
- Partials     2235     2236       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tnull tnull merged commit 9325070 into lightningdevkit:main Apr 1, 2024
13 of 16 checks passed
@wpaulino wpaulino deleted the reserve-async-signing-channel-tlvs branch April 1, 2024 16:02
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.

4 participants