Skip to content

Releases: Bitcoin-ABC/bitcoin-abc

0.30.13

11 Mar 14:35
Compare
Choose a tag to compare

Bitcoin ABC 0.30.13 Release Notes

Bitcoin ABC version 0.30.13 is now available from:

https://download.bitcoinabc.org/0.30.13/

This release includes the following features and fixes:

  • Since Bitcoin ABC 0.22.2 the pruneblockchain RPC returned the first
    unpruned block height. This has been changed to now return the last pruned
    block height.

0.30.12

25 Feb 14:51
Compare
Choose a tag to compare

Bitcoin ABC 0.30.12 Release Notes

Bitcoin ABC version 0.30.12 is now available from:

https://download.bitcoinabc.org/0.30.12/

This release includes the following features and fixes:

  • The availability_score field from the getavalanchepeerinfo RPC is
    deprecated and no longer computed. It will be removed in a future release.
    This field was never used outside of this RPC. To keep the field in the RPC
    output, add deprecatedrpc=peer_availability_score to your node
    configuration. Note that the value will always be 0.
  • The availability_score field from the getpeerinfo RPC is deprecated and
    will be removed in a future release. To keep the field in the RPC output, add
    deprecatedrpc=node_availability_score to your node configuration.

0.30.11

13 Feb 14:05
Compare
Choose a tag to compare

Bitcoin ABC 0.30.11 Release Notes

Bitcoin ABC version 0.30.11 is now available from:

https://download.bitcoinabc.org/0.30.11/

This release includes the following features and fixes:

  • A new init option simplegbt can be enabled to change the output of the
    getblocktemplate call to return the miner fund and staking reward data in a
    simplified output format. Please refer to the getblocktemplate documentation
    for more details. This option is disabled by default so there is no change in
    behavior unless it's explicitly opted in.

0.30.10

28 Jan 16:19
Compare
Choose a tag to compare

Bitcoin ABC 0.30.10 Release Notes

Bitcoin ABC version 0.30.10 is now available from:

https://download.bitcoinabc.org/0.30.10/

This is a maintenance release with no user-visible change.

0.30.9

14 Jan 14:46
Compare
Choose a tag to compare

Bitcoin ABC 0.30.9 Release Notes

Bitcoin ABC version 0.30.9 is now available from:

https://download.bitcoinabc.org/0.30.9/

This version contains a bugfix for a potential crash of the Chronik indexer.
Chronik operators are advised to update.

0.30.8

31 Dec 14:18
Compare
Choose a tag to compare

Bitcoin ABC 0.30.8 Release Notes

Bitcoin ABC version 0.30.8 is now available from:

https://download.bitcoinabc.org/0.30.8/

This is a maintenance release with no user-visible change.

0.30.7

17 Dec 14:14
Compare
Choose a tag to compare

Bitcoin ABC 0.30.7 Release Notes

Bitcoin ABC version 0.30.7 is now available from:

https://download.bitcoinabc.org/0.30.7/

This is a maintenance release with no user-visible change.

0.30.6

03 Dec 15:08
Compare
Choose a tag to compare

Bitcoin ABC 0.30.6 Release Notes

Bitcoin ABC version 0.30.6 is now available from:

https://download.bitcoinabc.org/0.30.6/

This release includes the following features and fixes:

  • A new getinfo RPC has been added to retrieve basic information about the
    node.
  • A bug only affecting nodes with avalanche disabled has been fixed. This bug
    could cause the node to crash under certain circumstances. Avalanche is
    enabled by default and disabling the feature is highly discouraged.
  • The MacOS release is now built with Chronik support, which can be enabled
    with the -chronik option just like the other platforms.
  • Starting with this version, support for MacOS 10.15 Catalina has been
    removed. The release build requires MacOS 11.0 (Big Sur) or above.
  • The MacOS .dmg file will no longer be distributed and is replaced by a .zip
    archive. To install, just drag the application into the Applications folder.

0.30.5

15 Nov 19:06
Compare
Choose a tag to compare

Bitcoin ABC 0.30.5 Release Notes

Bitcoin ABC version 0.30.5 is now available from:

https://download.bitcoinabc.org/0.30.5/

This release includes the following features and fixes:

  • Additional flags "in" and "out" have been added to -whitelist to control whether
    permissions apply to incoming connections and/or manual (default: incoming only).
  • Added a checkpoint after the November 15, 2024 eCash network upgrade.

0.30.4

06 Nov 14:21
Compare
Choose a tag to compare

Bitcoin ABC 0.30.4 Release Notes

Bitcoin ABC version 0.30.4 is now available from:

https://download.bitcoinabc.org/0.30.4/

This release includes the following features and fixes:

  • The address_type field of the getnewaddress RPC is deprecated and will be
    removed in the future. This field is actually confusing as it's not setting
    the returned address type and is only there for compatibility reason. The
    documentation has been updated to clarify this behavior.
  • This release contains a fix for a bug that could cause a node to delay the
    download of the latest block under certain circumstances.