-
Notifications
You must be signed in to change notification settings - Fork 266
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
Configure dust in flight threshold #1985
Merged
Merged
Commits on Oct 5, 2021
-
Add max dust htlc exposure config field
This configuration field lets node operators decide on the amount of dust htlcs that can be in-flight in each channel. In case the channel is force-closed, up to this amount may be lost in miner fees. When sending and receiving htlcs, we check whether they would overflow our configured dust exposure, and fail them instantly if they do.
Configuration menu - View commit details
-
Copy full SHA for fb37979 - Browse repository at this point
Copy the full SHA fb37979View commit details -
Add option to force-close after fee update
A large `update_fee` may overflow our dust exposure by removing from the commit tx htlcs that were previously untrimmed. Node operators can choose to automatically force-close when that happens, to avoid risking losing large dust amounts to miner fees.
Configuration menu - View commit details
-
Copy full SHA for e6176ff - Browse repository at this point
Copy the full SHA e6176ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 155f2bb - Browse repository at this point
Copy the full SHA 155f2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca14cd3 - Browse repository at this point
Copy the full SHA ca14cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d30c7 - Browse repository at this point
Copy the full SHA d9d30c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c28d2c1 - Browse repository at this point
Copy the full SHA c28d2c1View commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 68710eb - Browse repository at this point
Copy the full SHA 68710ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ffd73 - Browse repository at this point
Copy the full SHA d0ffd73View commit details -
Configuration menu - View commit details
-
Copy full SHA for feffafd - Browse repository at this point
Copy the full SHA feffafdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e94b631 - Browse repository at this point
Copy the full SHA e94b631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c02c3 - Browse repository at this point
Copy the full SHA 65c02c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ea51a - Browse repository at this point
Copy the full SHA d3ea51aView commit details
Commits on Oct 7, 2021
-
Properly handle concurrent updates
And add many tests for the corresponding scenarios.
Configuration menu - View commit details
-
Copy full SHA for 15214ee - Browse repository at this point
Copy the full SHA 15214eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 612da65 - Browse repository at this point
Copy the full SHA 612da65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 647fa4d - Browse repository at this point
Copy the full SHA 647fa4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc47cc - Browse repository at this point
Copy the full SHA ecc47ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2b125 - Browse repository at this point
Copy the full SHA de2b125View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5acf3 - Browse repository at this point
Copy the full SHA ca5acf3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.