Skip to content

Releases: gcash/bchd

v0.21.1

19 May 01:09
6dc07ad
Compare
Choose a tag to compare
  • Fixed "go get: module source tree too large" issue
  • Reduced size for json tests
  • Refactor: use the built-in max/min to simplify the code

v0.21.0

14 May 00:05
e42403a
Compare
Choose a tag to compare
  • Implement CHIP-2021-05 VM Limits and CHIP-2024-07 BigInt: High-Precision Arithmetic for Bitcoin Cash

v0.20.0

15 Jan 06:56
d0aa921
Compare
Choose a tag to compare
  • Ensure CashToken data is populated correctly for gRPC endpoints.
  • Update README.md with accurate install directions.
  • A few minor memory improvements.
  • Update GW RPC tests.

v0.20.0-rc2

21 Dec 07:22
7e9fc58
Compare
Choose a tag to compare
  • 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

20 Dec 04:10
e22142a
Compare
Choose a tag to compare

This is a huge milestone. Finally are back in consensus with the rest of the BCH ecosystem!

v0.19.0

06 May 00:22
58741b0
Compare
Choose a tag to compare
  • Includes changes required for the May 15th, 2022 upgrade. #499

v0.18.1

24 May 11:36
3bca12e
Compare
Choose a tag to compare

This is a maintenance release and we urge all users to upgrade!

  • Peer syncing improvements (#470)
  • Fix panic issue due to nil bucket (#473)

v0.18.0

13 May 02:02
3aeedf9
Compare
Choose a tag to compare

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 to bchec package.
  • Added basic prometheus support.
  • Improved component shutdown logging.
  • Fixed longstanding issue with unexpected shutdown recovery code.
  • Minor fixes/improvements.

v0.17.1

09 Dec 02:33
ac37349
Compare
Choose a tag to compare

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

24 Oct 19:09
862bb60
Compare
Choose a tag to compare

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)