Releases: gcash/bchd
v0.21.1
v0.21.0
v0.20.0
v0.20.0-rc2
- Updated seeds to match BCHN and add newly restored BCHD seeds.
- Fixed syncing issue with nodes supporting sendaddrv2 messages.
- Fixed syncing testnet4 with SLP indexes.
v0.20.0-rc1
This is a huge milestone. Finally are back in consensus with the rest of the BCH ecosystem!
v0.19.0
v0.18.1
v0.18.0
This release is recommended for all users, and includes changes for the May 15th upgrade!
- Added full support for SLP tokens! This also includes SLP Graph Search!
- Updates standardness rules to allow multiple OP_RETURN outputs.
- Added
SignMuSig
tobchec
package. - Added basic prometheus support.
- Improved component shutdown logging.
- Fixed longstanding issue with unexpected shutdown recovery code.
- Minor fixes/improvements.
v0.17.1
This release is mostly a cleanup from the November hardfork. It hardcodes some of the difficulty adjustment parameters rather than calculating them on the fly. It also updates the checkpoints and fastsync utxo set. Finally it fixes a bug in the compact blocks code that was causing problems when connecting two bchd nodes together.
Note we recommend deleting the peers.json file found at .bchd/data/mainnet/peers.json before restarting as it might contain a number of ABC nodes that can make getting a good connection to the BCH network more difficult.
v0.17.0
This release brings BCHD up to compatibility with the upcoming November 15th, 2020 hardfork. Specifically it implements the new Asert difficulty adjustment algorithm (cpacia and pokkst). Please upgrade to this release to ensure you remain compatible after November 15th.
A couple other improvements in this release:
- Improved stall detection and handling during chain sync (zquestz)
- Remove
ScriptVerifyMinimalIf
from standard verify flags (EyeOfPython) - Set max standard transaction size to 100kb (zquestz)