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

Channel fee optimization #94

Merged
merged 6 commits into from
Oct 27, 2021
Merged

Channel fee optimization #94

merged 6 commits into from
Oct 27, 2021

Commits on Oct 26, 2021

  1. fee-setting: implement fee opt algorithm

    * adapt base fees
    * adapt fee rates
    * add method for tracking fee history
    * set fees on a per peer basis
    bitromortac committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    33ecc4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c48a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd3603b View commit details
    Browse the repository at this point in the history
  4. ignore channels via config

    If a channel is present in the section of ignored channels, all channels
    with the peer are ignored for fee updates.
    bitromortac committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9840ade View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6af754 View commit details
    Browse the repository at this point in the history
  6. fee-setting: blacken code

    bitromortac committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    958f1eb View commit details
    Browse the repository at this point in the history