Releases: Bitcoin-ABC/bitcoin-abc
0.30.13
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
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 thegetavalanchepeerinfo
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, adddeprecatedrpc=peer_availability_score
to your node
configuration. Note that the value will always be 0. - The
availability_score
field from thegetpeerinfo
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
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 thegetblocktemplate
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
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
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
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
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
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
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
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 thegetnewaddress
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.