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

followups: Configurable Forwarding Limit and Stub Improvements #80

Merged

Commits on Oct 20, 2023

  1. stub: accept context for clean shutdown

    Previously if there was an error in process/peercontroller, the stub
    would continue to run and block on sending new htlcs into channels that
    have nothing listening on the other end. This change passes in the
    context used by process so that the stub can shut down cleanly.
    carlaKC committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    5632bab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43aa41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a1d48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50b32ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a09ce25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa9ee24 View commit details
    Browse the repository at this point in the history