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

build: bump btcsuite and neutrino dependencies to latest tagged versions #3649

Merged
merged 2 commits into from Nov 15, 2019

Commits on Nov 13, 2019

  1. build: bump btcsuite and neutrino dependencies to latest tagged versions

    The btcwallet update includes some edge-case wallet bug fixes and an
    optimization on ZMQ connections for bitcoind backends.
    
    The btcd update allows for compatibility with bitcoind v0.19.0 backends.
    wpaulino committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    b33a229 View commit details
    Browse the repository at this point in the history
  2. lnwallet: fix test inconsistencies to support bitcoind 0.19.0

    bitcoind's sendrawtransaction API in v0.19.0 now enforces a maximum fee
    rate of 0.1 BTC/kb and valid output scripts.
    wpaulino committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    9587a22 View commit details
    Browse the repository at this point in the history