Bitcoin ABC 0.24.2 Release Notes
Bitcoin ABC version 0.24.2 is now available from:
https://download.bitcoinabc.org/0.24.2/
This release includes the following features and fixes:
- The message signature prefix has been rebranded to
eCash Signed Message:
(previously wasBitcoin Signed Message:
). - A new
getindexinfo
RPC returns the actively running indices of the node,
including their current sync status and height. It also accepts anindex_name
to specify returning only the status of that index. fundrawtransaction
andwalletcreatefundedpsbt
when used with thelockUnspents
argument now lock manually selected coins, in addition to automatically selected
coins. Note that locked coins are never used in automatic coin selection, but
can still be manually selected.