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

Poll bitcoind at startup instead of trying only once #2739

Merged
merged 3 commits into from
Sep 27, 2023
Merged

Commits on Sep 27, 2023

  1. Poll bitcoind at startup

    When we start, bitcoind may not be ready to handle requests if we restarted
    it around the same time. We thus poll it for 30 seconds before giving up.
    This is especially useful for tests (e.g. on regtest).
    t-bast committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d9285cd View commit details
    Browse the repository at this point in the history
  2. Require bitcoind 24.1

    We've updated eclair accordingly but failed to update the startup
    requirement.
    t-bast committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ffe212a View commit details
    Browse the repository at this point in the history
  3. Add unit test

    t-bast committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    14caaba View commit details
    Browse the repository at this point in the history