Bitcoin ABC 0.32.5 Release Notes
Bitcoin ABC version 0.32.5 is now available from:
https://download.bitcoinabc.org/0.32.5/
This release includes the following features and fixes:
- The
getblockRPC command now supports verbosity level 3 containing
transaction inputsprevoutinformation. The existing/rest/block/REST
endpoint is modified to contain this information too.
Everyvinfield will contain an additionalprevoutsubfield describing
the spent output.prevoutcontains the following keys:generated- true if the spent coins was a coinbase.heightvaluescriptPubKey
- The
gettransactionRPC command now returns"ischange": truefor the
change output (if any). The field is absent for non change outputs. Please
refer to thegettransactiondocumentation for details. - A new
getfinaltransactionsRPC command returns a list of the finalized
transactions that are not yet included in a finalized block. Please refer to
the RPC documentation for more details. - A new Chronik
finalization_timeout_secsparameter is available for the
BroadcastTxRequestandBroadcastTxsRequestmessages. When non-zero this
parameter instructs Chronik to wait until the transaction is finalized or
until the timeout expires before returning.