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

Add a "smooth" fee provider #684

Merged
merged 4 commits into from Aug 30, 2018
Merged

Add a "smooth" fee provider #684

merged 4 commits into from Aug 30, 2018

Conversation

sstone
Copy link
Member

@sstone sstone commented Aug 29, 2018

It will return the moving average of fee estimates provided by its internal fee provider, within a user defined window that can be set with eclair.smooth-feerate-window. The default value is 1 which doe not change the current behaviour.
This should help prevent channels from getting closed when fees rise quickly and we send an update fee message that our peer disagrees with.

It will return the moving average of fee estimates provided by
its internal fee provider, within a user defined window that can
be set with eclair.smooth-feerate-window. The default value is 1
which doe not change the current behaviour.
This should smooth our fee rate when there is a sudden change in
onchain fees and prevent channels with c-lightning node from getting
closed because they disagree with our fee rate.
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.

None yet

2 participants