- Remove range dependencies for
bitcoincore-rpc
and depend on the latest versionv0.19.0
#163.
- Use range dependencies for
bitcoincore-rpc
andbitcoin_hashes
- Bump MSRV to 1.56.1
- Add
BITCOIND_SKIP_DOWNLOAD
build feature
- Support Bitcoin Core 26.0
- Optionally enable ZMQ
- upgrade bitcoincore dep to 0.18.0 and with it bitcoin to 0.31.0
- bump
ureq
's version to2.5.0
- bump
flate2
's version to1.0.24
- bump
filetime
's version to0.2.18
- use bitcoin_hashes 0.11 also for build dep
- Introduced CHANGELOG
- Supports windows OS
- Provide errors if
rpcuser
andrpcpassword
are provided
- use bitcoin dep to 0.29.1
- fix bitcoin 0.23 on MacOS X
- fix test flakiness
- removed
datadir
fromConnectionParams
, use equivalentworkdir()