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

Persist ChannelManager before BackgroundProcessor exits #1253

Conversation

TheBlueMatt
Copy link
Collaborator

Fixes #1237.

@TheBlueMatt TheBlueMatt added this to the 0.0.105 milestone Jan 18, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2022

Codecov Report

Merging #1253 (ce82a33) into main (7b6a7bb) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1253      +/-   ##
==========================================
+ Coverage   90.41%   90.42%   +0.01%     
==========================================
  Files          70       70              
  Lines       38087    38087              
==========================================
+ Hits        34437    34441       +4     
+ Misses       3650     3646       -4     
Impacted Files Coverage Δ
lightning-background-processor/src/lib.rs 92.98% <100.00%> (ø)
lightning/src/ln/functional_tests.rs 97.36% <0.00%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b6a7bb...ce82a33. Read the comment docs.

@valentinewallace valentinewallace merged commit 07776d3 into lightningdevkit:main Jan 24, 2022
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.

Persist ChannelManager immediately on BackgroundProcessor interruption
4 participants