zend v4.0.0-rc1-bitcore
This is a release candidate of zend
meant to be used primarily on testnet.
As the previous version of zend
(3.2.1), this RC1 is expected to deprecate at block #1328320, which will occur on April 7th, 2023 at approximately 12:00 PM UTC. Please, update to v4.0.0
(to be released soon) before April 7th.
A hard fork is expected to activate on testnet at block #1228700, which will occur on March 13th at approximately 4:00 PM.
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)
New Features and Improvements
- Sidechains version 2 (introducing non-ceasable behavior and key rotation) #512
- Added some light pre-checks for the sidechain transaction commitment tree to improve performance #515
Bugfixes and Minor Changes
- Fixed an issue that was causing the build procedure to fail when the path of the project folder was too long #470
- Added on the Travis CI the possibility to dynamically enable/disable the MacOS build on some branches #489
- Fixed a bug affecting the z_mergetoaddress RPC command that was causing a wrong estimation of transaction size potentially leading to the creation of invalid transactions (rejected by the mempool for exceeding the max size) #479
- Added the usage of Travis cache for compiling zend dependencies in order to speed up the CI #498
- Minor fixes for help-documentation of some RPC methods #501
- Updated MC Crypto Lib dependency to version 0.3.0-rc1 #506