-
Notifications
You must be signed in to change notification settings - Fork 368
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
#2964 Followups #3003
Conversation
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ 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. |
@@ -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", |
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.
"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.
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.
Went with "archivable" because we don't automatically archive, the user still has to do something.
5f45831
to
fd0c3e4
Compare
Squash-pushed the last commit |
Followups from #2964 (review)