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

Disable local channels below reserve #763

Merged
merged 5 commits into from
Jan 3, 2019
Merged

Disable local channels below reserve #763

merged 5 commits into from
Jan 3, 2019

Conversation

pm47
Copy link
Member

@pm47 pm47 commented Nov 19, 2018

The goal is to reduce attempts from other nodes in the network to use
channels that are unbalanced and can't be used to relay payments.

This leaks information about the current balance and is a privacy
tradeoff, particularly in this simplistic implementation. A better way
would be to add some kind of hysteresis in order to prevent trivial
probing of channels.

pm47 added 4 commits November 19, 2018 17:56
The goal is to reduce attempts from other nodes in the network to use
channels that are unbalanced and can't be used to relay payments.

This leaks information about the current balance and is a privacy
tradeoff, particularly in this simplistic implementation. A better way
would be to add some kind of hysteresis in order to prevent trivial
probing of channels.
@pm47 pm47 changed the title [WIP] Disable local channels below reserve Disable local channels below reserve Dec 13, 2018
@pm47 pm47 merged commit ad31d89 into master Jan 3, 2019
@pm47 pm47 deleted the disable-unbalanced branch January 3, 2019 13:02
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.

2 participants