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

Aggregate BlindedPayInfo for blinded routes #2514

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    9111138 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    ec01d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02990ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc0d151 View commit details
    Browse the repository at this point in the history
  4. Make blinded payment TLV fields public.

    These should've been made public when they were added for use in
    BlindedPath::new_for_payment.
    valentinewallace committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    aee7bb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10a159f View commit details
    Browse the repository at this point in the history
  6. Fix blinded payment TLV ser to not length-prefix

    impl_writeable_tlv_based includes a length prefix to the TLV stream, which we
    don't want.
    valentinewallace committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d5925f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    138a5a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3616e6 View commit details
    Browse the repository at this point in the history