Uh oh!
There was an error while loading. Please reload this page.
Remove anchors config flag - #2367
Conversation
f46a8ae to
1a3bad8CompareTheBlueMatt
commented
Jun 23, 2023
There's a few spurious anchors flags in the CI script, though they'll be ignored now. |
Uh oh!
There was an error while loading. Please reload this page.
1a3bad8 to
d0d6490Compared0d6490 to
5cddb23Compare
valentinewallace
left a comment
There was a problem hiding this comment.
12 warnings introduced
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| /// For channels featuring anchor outputs, this method will also process [`BumpTransaction`] | ||
| /// events produced from each [`ChannelMonitor`] while there is a balance to claim onchain | ||
| /// within each channel. As the confirmation of a commitment transaction may be critical to the | ||
| /// safety of funds, this method must be invoked frequently, ideally once for every chain tip |
There was a problem hiding this comment.
Generally I'd prefer if the docs updates were in their own commit, don't care much here though
Now that all of the core functionality for anchor outputs has landed, we're ready to remove the config flag that was temporarily hiding it from our API.
82b646c5cddb23 to
82b646cComparevalentinewallace
commented
Jun 23, 2023
Would it be difficult to fix the warnings? Leaving them can make it easy to miss relevant warnings in local development when working off of |
wpaulino
commented
Jun 23, 2023
They weren't introduced by this PR, but rather by #2361. |
codecov-commenter
commented
Jun 23, 2023
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@## main #2367 +/- ##
==========================================
+ Coverage 90.30% 90.32% +0.01%
==========================================
Files 106 106 Lines 54900 54888 -12 Branches 54900 54888 -12 ==========================================
- Hits 49576 49575 -1 + Misses 5324 5313 -11
☔ View full report in Codecov by Sentry. |
Now that all of the core functionality for anchor outputs has landed, we're ready to remove the config flag that was temporarily hiding it from our API.
Depends on #2361.