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

Sendpay with blindedpath #7493

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jul 25, 2024

  1. add param_blindedpath

    Add the possiblity to parse from command line arguments a struct
    blinded_path.
    
    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    77893a1 View commit details
    Browse the repository at this point in the history
  2. update test mocks after adding param_blindedpath

    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    33e16f0 View commit details
    Browse the repository at this point in the history
  3. add json serialization of blinded_path

    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2809a09 View commit details
    Browse the repository at this point in the history
  4. run update-mocks after add json_add_blinded_path

    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    84c2b18 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. change blinded paths field "hops"->"path"

    Uniformly serialize blinded paths' field "path" instead of "hops".
    
    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f2d0dfd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. add blinded_path argument to sendpay

    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e7fd7cc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. add simple test for sendpay blinded path

    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9fd5682 View commit details
    Browse the repository at this point in the history
  2. add blinded path to schema for sendpay

    Changelog-Added: offers: sendpay RPC now accepts a blinded paths to execute a BOLT12 payment.
    
    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    029f250 View commit details
    Browse the repository at this point in the history
  3. PR 7493: fix CI tests

    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f0f8b42 View commit details
    Browse the repository at this point in the history
  4. add MPP test for sendpay with blinded path

    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    938a77c View commit details
    Browse the repository at this point in the history
  5. sendpay-blindledpaths: commit autogenerated grpc

    Signed-off-by: Lagrang3 <[email protected]>
    Lagrang3 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    23853e5 View commit details
    Browse the repository at this point in the history