Bitcoin ABC version 0.29.9 is now available from:
https://download.bitcoinabc.org/0.29.9/
This release includes the following features and fixes:
scantxoutset
RPC now returns a coinbase
for each unspent output to
indicate whether this is a coinbase output or not.submitpackage
, has been added. It can be used to submit a list
of raw hex transactions to the mempool to be evaluated as a package using
consensus and mempool policy rules.
These policies include package CPFP, allowing a child with high fees to bump
a parent below the mempool minimum feerate (but not minimum relay feerate).