Releases: Bitcoin-ABC/bitcoin-abc
0.27.13
Bitcoin ABC 0.27.13 Release Notes
Bitcoin ABC version 0.27.13 is now available from:
https://download.bitcoinabc.org/0.27.13/
This release includes the following features and fixes:
- The
fundrawtransaction
,send
andwalletcreatefundedpsbt
RPCs now support aninclude_unsafe
option
that whentrue
allows using unconfirmed inputs received from other wallets to fund the transaction.
Note that the resulting transaction may become invalid if one of the unsafe inputs disappears.
0.27.12
Bitcoin ABC 0.27.12 Release Notes
Bitcoin ABC version 0.27.12 is now available from:
https://download.bitcoinabc.org/0.27.12/
This release includes the following features and fixes:
- The
-deprecatedrpc=isfinalblock_noerror
and
-deprecatedrpc=isfinaltransaction_noerror
options were deprecated since
v0.26.2 and have been completely removed. - The
-deprecatedrpc=getblocktemplate_sigops
option was deprecated since
v0.26.8 and has been completely removed. - The
-deprecatedrpc=softforks
option was deprecated since v0.27.0 and has
been completely removed.
0.27.11
Bitcoin ABC 0.27.11 Release Notes
Bitcoin ABC version 0.27.11 is now available from:
https://download.bitcoinabc.org/0.27.11/
This is a maintenance release with no user-visible change.
0.27.10
Bitcoin ABC 0.27.10 Release Notes
Bitcoin ABC version 0.27.10 is now available from:
https://download.bitcoinabc.org/0.27.10/
This release includes the following features and fixes:
- Fix a bug that could cause the
finalized_proof_count
field from the
getavalancheinfo
RPC to return the wrong value under certain circumstances.
0.27.9
Bitcoin ABC 0.27.9 Release Notes
Bitcoin ABC version 0.27.9 is now available from:
https://download.bitcoinabc.org/0.27.9/
This release includes the following features and fixes:
- A new
gettime
RPC has been added to gather the time data from the node.
0.27.8
Bitcoin ABC 0.27.8 Release Notes
Bitcoin ABC version 0.27.8 is now available from:
https://download.bitcoinabc.org/0.27.8/
This is a maintenance release with no user-visible change.
0.27.7
Bitcoin ABC 0.27.7 Release Notes
Bitcoin ABC version 0.27.7 is now available from:
https://download.bitcoinabc.org/0.27.7/
This release includes the following features and fixes:
- The
fees.ancestor
,fees.descendant
,descendantcount
,descendantsize
,
ancestorcount
andancestorsize
fields from thegetrawmempool
,
getmempoolentry
,getmempoolancestors
andgetmempooldescendants
were
deprecated since v0.27.0 and have been completely removed.
0.27.6
Bitcoin ABC 0.27.6 Release Notes
Bitcoin ABC version 0.27.6 is now available from:
https://download.bitcoinabc.org/0.27.6/
This release includes the following features and fixes:
- The
ancestorcount
,ancestorsize
andancestorfees
fields from the
listunspent
RPC have been removed. They were deprecated since the v0.27.0
and are no longer computed since the May 15th, 2023 eCash network upgrade.
0.27.5
Bitcoin ABC 0.27.5 Release Notes
Bitcoin ABC version 0.27.5 is now available from:
https://download.bitcoinabc.org/0.27.5/
This release includes the following features and fixes:
- Add a checkpoint after the May 15th, 2023 eCash upgrade.
0.27.4
Bitcoin ABC 0.27.4 Release Notes
Bitcoin ABC version 0.27.4 is now available from:
https://download.bitcoinabc.org/0.27.4/
This release includes the following features and fixes:
- From this version onwards, macOS versions earlier than 10.15 are no longer supported.