Bitcoin ABC 0.19.8
Bitcoin ABC version 0.19.8 is now available from:
https://download.bitcoinabc.org/0.19.8/
This release includes the following features and fixes:
- Remove
getinfoRPC in favor ofgetblockchaininfo,getnetworkinfoandgetwalletinfo. ./bitcoin-cli -getinfowill now throw a runtime error if there are any extra arguments after it.- Fixed a race condition in sendrawtransaction
- Deprecated large parts of
validateaddressand introducedgetaddressinfoto replace the parts that were deprecated. See RPC help for details. - Minor logging improvements.
- Various visual fixes and minor improvements in the wallet.
- Local address broadcasting changed from every 9 hours to every 24 hours.