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

Bitcoin: fail immediately if we lose connection to our backend #3675

Merged
merged 3 commits into from
May 1, 2020

Commits on Apr 28, 2020

  1. lightningd/bitcoind: remove an outdated comment

    Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
    darosior committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    56b0109 View commit details
    Browse the repository at this point in the history
  2. lightningd/bitcoind: always die if the Bitcoin backend died

    This in addition removes the init fixed timeout hack.
    
    Changelog-fixed: We now *always* die if our Bitcoin backend failed unexpectedly.
    Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
    darosior committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    41c57e9 View commit details
    Browse the repository at this point in the history
  3. bcli: don't log failed sendrawtransaction attempts twice

    They are already logged both in bcli, and in lightningd.
    This just adds a lot of noise to the logs. We keep successed attempts
    though for the tests.
    
    Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
    darosior committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    2c1f300 View commit details
    Browse the repository at this point in the history