-
Notifications
You must be signed in to change notification settings - Fork 45
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
Withdraw expires #1103
Withdraw expires #1103
Conversation
Especially, calling setTotalWithdraw() with zero, the current block number, or one bigger as the expiration block number.
Codecov Report
@@ Coverage Diff @@
## master #1103 +/- ##
=======================================
Coverage 80.75% 80.75%
=======================================
Files 20 20
Lines 1382 1382
Branches 174 174
=======================================
Hits 1116 1116
Misses 227 227
Partials 39 39
Continue to review full report at Codecov.
|
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.
LGTM
Yay! |
I'll make a |
This commit adds the new argument `expiration_block` to `setTotalWithdraw()` function. The change follows the implementation raiden-network/raiden-contracts#1103 This commit is a part of updating the spec raiden-network#253
This commit adds the new argument `expiration_block` to `setTotalWithdraw()` function. The change follows the implementation raiden-network/raiden-contracts#1103 This commit is a part of updating the spec raiden-network#253
This commit adds the new argument `expiration_block` to `setTotalWithdraw()` function. The change follows the implementation raiden-network/raiden-contracts#1103 This commit is a part of updating the spec #253
This PR adds an argument
expiration_block
toTokenNetwork.setTotalWithdraw()
.This closes #1102.