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

lnrpc: add additional REST binding for QueryRoutes #6926

Merged
merged 2 commits into from
Sep 20, 2022

Commits on Sep 19, 2022

  1. lnrpc: add additional REST binding for QueryRoutes

    Lists with non-primitive members aren't supported in the query string of
    a GET request with the current version of the grpc-gateway library. To
    allow route_hints to be set through REST, we also offer a POST endpoint
    for that call where the encoding of the request parameter can be
    specified as JSON.
    guggero committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    01cd1c9 View commit details
    Browse the repository at this point in the history
  2. docs: add release notes

    guggero committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    a1c31f0 View commit details
    Browse the repository at this point in the history