Skip to content

Releases: Bitcoin-ABC/bitcoin-abc

0.17.2

31 May 00:11
Compare
Choose a tag to compare

Bitcoin ABC version 0.17.2 is now available from:

https://download.bitcoinabc.org/0.17.2/

This release includes the following features and fixes:

  • Remove deprecated estimatepriority RPC.
  • Remove deprecated estimatesmartpriority RPC.
  • Remove support for -sendfreetransactions.
  • Remove unstable estimatesmartfee RPC.
  • Update berkley DB to 5.3 minimum. Developers should update their build environment accordingly.
  • Remove -incrementalrelayfee option

0.17.1

27 Apr 23:21
Compare
Choose a tag to compare

Bitcoin ABC version 0.17.1 is now available from:

https://download.bitcoinabc.org/0.17.1/

This release includes the following features and fixes:

Added CORS headers and pre-flight request support via RPC via required flag -rpccorsdomain.
Allow block candidates greater than 16MB to be submitted via RPC.