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

routerrpc+lncli: enable subserver by default and switch over lncli sendpayment #4128

Merged
merged 10 commits into from
Mar 31, 2020

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    bc7ee9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11a3b2 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    ffa7bed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    767c4f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f060da3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dead6a7 View commit details
    Browse the repository at this point in the history
  7. routerrpc: remove payment-level route field

    With multi-part payments, a payment-level route field does not make
    sense anymore.
    joostjager committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    acefb64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3784919 View commit details
    Browse the repository at this point in the history
  9. lnrpc: deprecate SendPayment

    There is an alternative in routerrpc now. It doesn't support REST yet,
    but the main rpc SendPayment with its bidirectional streaming isn't
    usable via REST either.
    
    SendPaymentSync still serves REST users and cannot be deprecated yet.
    joostjager committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    3191b94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b649ee View commit details
    Browse the repository at this point in the history