Bitcoin ABC 0.18.6
Bitcoin ABC version 0.18.6 is now available from:
https://download.bitcoinabc.org/0.18.6/
This release includes the following features and fixes:
- Add
getfinalizedblockhashrpc to allow node operators to introspec the current finalized block. - Wallet
getnewaddressandaddmultisigaddressRPCaccountnamed parameters have been renamed tolabelwith no change in behavior. - Wallet
getlabeladdress,getreceivedbylabel,listreceivedbylabel, andsetlabelRPCs have been added to replacegetaccountaddress,getreceivedbyaccount,listreceivedbyaccount, andsetaccountRPCs, which are now deprecated. There is no change in behavior between the new RPCs and deprecated RPCs. - Wallet
listreceivedbylabel,listreceivedbyaccountandlistunspentRPCs addlabelfields to returned JSON objects that previously only hadaccountfields. - Add the
-finalizationdelayto configure the minimum amount of time to wait between a block header reception and the block finalization. Unit is seconds, default is 7200 (2h).