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

Endorse htlc and local reputation #2716

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Endorse htlc and local reputation #2716

wants to merge 4 commits into from

Commits on Jul 31, 2024

  1. Add local reputation

    thomash-acinq committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    83a5627 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Better explanations

    thomash-acinq committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    54f4041 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Allow disabling the reputation recorder

    We must allow node operators to run plain blip-0004 without our
    experimental reputation recorder. It's also a stop-gap in case
    there is a bug in it that can be exploited.
    
    We also refactor to introduce more types and documentation, without
    changing the reputation algorithm itself.
    
    We also fix a few issues mentioned on the main PR comments.
    t-bast committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6e8d675 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. small changes

    - change default parameters and explain them better
    - remove checks on incomming HTLCs
    thomash-acinq committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a357376 View commit details
    Browse the repository at this point in the history