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

Common lnrpc client for gateway calls into LN node #1198

Closed
wants to merge 7 commits into from

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    52a6e34 View commit details
    Browse the repository at this point in the history
  2. implement get node pubkey

    okjodom committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    36c2b6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49356ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb561ed View commit details
    Browse the repository at this point in the history
  5. define channel messaging to send intercepted htlc for processing

     - Existing messaging types defined as GatewayRequest and GatewayRpcSender are defined for the gateway REST webserver. We want a new definition for channel messaging that does not impact the webserver, but reuses the oneshot sender pattern for responding to channel messages
    okjodom committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c97cd6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    632bd57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95115c7 View commit details
    Browse the repository at this point in the history