Binaries
NOTE: The bitcore debian packages are built from the AddressIndexing branch and are intended for block explorers
Install
Debian package dependencies:
Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)
Notable changes
- Backport z_mergetoaddress and z_listunspent RPC from Zcash #446
- Allow z_sendmany outputs to the same recipient multiple times #447
- Fix long-lasting bug with unspendable shielded notes due to a race condition with witness cache flush to disk #448
- Upgrade integration test suite to Python 3 #430
- Updates to build system, compatibility with newer versions of Linux #452
- Fix IsInitialBlockDownload false positive error message #453
- Update documentation with required build dependency versions #454
- Remove base58 code duplication #455
- Add Ubuntu 22.04 CI build worker #461
- Fix miner thread shutdown #459