-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
build: bump btcsuite and neutrino dependencies to latest tagged versions #3649
Conversation
also change build script to pull in bitcoind 0.19? |
Definitely, I plan to do so once Travis is restored. I'll push another commit to pull |
Can be rebased now that the dependent PRs are merged. Perhaps we should also update the neutrino dep as well? |
06303af
to
cbd0275
Compare
Rebased! Tests still fail with bumping Travis to use |
76d4e19
to
cbd0275
Compare
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.
bitcoind's sendrawtransaction API in v0.19.0 now enforces a maximum fee rate of 0.1 BTC/kb and valid output scripts.
cbd0275
to
9587a22
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🌋
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.
Fixes #2961.
Fixes #3412
Fixes #3625.
Fixes #3640.