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

#2964 Followups #3003

Merged
merged 2 commits into from
Apr 25, 2024
Merged

Conversation

TheBlueMatt
Copy link
Collaborator

Followups from #2964 (review)

The block count at which the monitor will become prunable was
changed by an update while the PR was pending but not propagated
to the docs.
@TheBlueMatt TheBlueMatt added this to the 0.0.123 milestone Apr 18, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.21%. Comparing base (195e666) to head (fd0c3e4).
Report is 6 commits behind head on main.

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3003      +/-   ##
==========================================
+ Coverage   89.08%   89.21%   +0.12%     
==========================================
  Files         118      118              
  Lines       97400    98065     +665     
  Branches    97400    98065     +665     
==========================================
+ Hits        86773    87487     +714     
+ Misses       8383     8339      -44     
+ Partials     2244     2239       -5     

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

G8XSU
G8XSU previously approved these changes Apr 18, 2024
@@ -1897,6 +1897,9 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitor<Signer> {
(None, true) => {
// Claimed all funds but `balances_empty_height` is None. It is set to the
// current block height.
log_debug!(logger,
"ChannelMonitor funded at {} is now fully resolved. It will become prunable in {} blocks",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ChannelMonitor funded at {} is now fully resolved. It will become prunable in {} blocks",
"ChannelMonitor funded at {} is now fully resolved. It will be archived in {} blocks",

since we are sticking with the archive terminology.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Went with "archivable" because we don't automatically archive, the user still has to do something.

@TheBlueMatt
Copy link
Collaborator Author

Squash-pushed the last commit

@G8XSU G8XSU merged commit 8701b1b into lightningdevkit:main Apr 25, 2024
16 checks passed
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.

None yet

4 participants