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

Make channelClose & channelSettle success actions confirmable #1017

Merged
merged 3 commits into from
Feb 13, 2020

Conversation

andrevmatos
Copy link
Contributor

Part of #613
After #1009 & #1013
Notice unconfirmed ChannelClose & Settle already puts the channels on states closing & settling, respectively. The former is important mainly because now we can stop accepting transfers on a channel on first sight of partner closing it, even before confirmation, which puts channel effectively in the closed state and allows for settling after settleTimeout.

@andrevmatos andrevmatos added enhancement New feature or request sdk 🖥 labels Feb 12, 2020
@andrevmatos andrevmatos linked an issue Feb 12, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Feb 12, 2020

Codecov Report

Merging #1017 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1017      +/-   ##
==========================================
+ Coverage   96.02%   96.03%   +0.01%     
==========================================
  Files          96       96              
  Lines        3644     3658      +14     
  Branches      781      784       +3     
==========================================
+ Hits         3499     3513      +14     
  Misses         88       88              
  Partials       57       57              
Flag Coverage Δ
#dapp 91.53% <ø> (ø) ⬆️
#sdk 97.88% <96.66%> (+0.01%) ⬆️

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 20c7663...01ec65c. Read the comment docs.

Copy link
Contributor

@kelsos kelsos left a comment

Choose a reason for hiding this comment

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

lgtm 👍 thank you very much

@andrevmatos andrevmatos merged commit f4d00ec into master Feb 13, 2020
@andrevmatos andrevmatos deleted the feat/confirmation3 branch February 13, 2020 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sdk 🖥
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement confirmation blocks
2 participants