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

htlcswitch: attributable errors #7139

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    b22b1be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74a13a View commit details
    Browse the repository at this point in the history
  3. htlcswitch: split shared secret extraction and encrypter instantiation

    Preparation for the instantiation of an attributable error encrypter. This gets rid
    of the sphinx encrypter instantiation in OnionProcessor. This would
    otherwise be problematic when an attributable encrypter would need to be
    created there without having access to the error structure.
    joostjager committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ef15be1 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    f942e03 View commit details
    Browse the repository at this point in the history
  2. routing/test: rename hop to mockHop

    To avoid a collision with the htlcswitch/hop package.
    joostjager committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cba6e93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c16a9f7 View commit details
    Browse the repository at this point in the history