Skip to content

PR #2403 fixups - #2423

Merged
TheBlueMatt merged 3 commits into
lightningdevkit:mainfrom
wpaulino:2403-fixups
Jul 19, 2023
Merged

PR #2403 fixups#2423
TheBlueMatt merged 3 commits into
lightningdevkit:mainfrom
wpaulino:2403-fixups

Conversation

@wpaulino

Copy link
Copy Markdown
Contributor

No description provided.

The `RefCell` was necessary in a previous iteration of the code in which
the iterator was not `Clone` so we needed interior mutability in order
to consume the iterator. Now that it is `Clone`, we can drop it, as
we're no longer mutating the original iterator.
tnull
tnull previously approved these changes Jul 17, 2023
@tnull

Copy link
Copy Markdown
Contributor

CI breakage should be #2424

dunxen
dunxen previously approved these changes Jul 17, 2023
@wpaulino
wpaulino dismissed stale reviews from dunxen and tnull via c7d84d8July 17, 2023 22:40
@codecov-commenter

codecov-commenter commented Jul 17, 2023

Copy link
Copy Markdown

Codecov Report

Patch coverage: 71.42% and no project coverage change.

Comparison is base (ba8af22) 90.27% compared to head (c7d84d8) 90.28%.

❗ 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 #2423 +/- ##
=======================================
Coverage 90.27% 90.28% =======================================
Files 106 106 Lines 55657 55664 +7 Branches 55657 55664 +7 =======================================
+ Hits 50247 50258 +11 + Misses 5410 5406 -4 
Impacted FilesCoverage Δ
lightning/src/chain/chaininterface.rs96.29% <ø> (ø)
lightning/src/util/macro_logger.rs89.58% <ø> (ø)
lightning/src/chain/onchaintx.rs93.06% <50.00%> (+0.01%)⬆️
lightning/src/util/logger.rs84.76% <100.00%> (+0.79%)⬆️

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TheBlueMattTheBlueMatt added this to the 0.0.116 milestone Jul 17, 2023
@TheBlueMatt
TheBlueMatt merged commit 8a8f29a into lightningdevkit:mainJul 19, 2023
@wpaulino
wpaulino deleted the 2403-fixups branch July 19, 2023 17:51
Sign up for freeto 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.

5 participants

@wpaulino@tnull@codecov-commenter@TheBlueMatt@dunxen