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

lnc: Add a timeout when creating the grpc client with the mailbox #127

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 12, 2024

  1. lnc: add timeout to the inital grpc connection with Mailbox

    Make sure that we do not hold forever if we are not able to dial with
    the maiblox service.
    
    This could happen in cases where a passphrase is being reused
    and the secret key has already been negotiated for example.
    positiveblue committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bc255c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5662500 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. build: bump go version to 1.21

    The lates version of lightning-node-connect (`v0.3.0-alpha`)
    requires at least that version.
    positiveblue committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    fff9553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6af29 View commit details
    Browse the repository at this point in the history