Skip to content

v0.14.0

Compare
Choose a tag to compare
@zquestz zquestz released this 21 Mar 18:21
· 866 commits to master since this release

This release adds full support for May 15th BCH upgrade including a custom Go schnorr signature implementation and the clean stack exemption.

We also fixed a bug where pruned/fastsynced nodes were incorrectly advertising NodeNetwork which was affecting neutrino clients. If you run bchd please upgrade asap so the neutrino wallets can get more reliable connections.

Some other notables in this release are:

  • Fixed bug incorrectly calculating max sig ops (emergent-reasons)
  • Add GetCFMempool network message to get a filter of the mempool (cpacia)
  • Make UTXO set download in fastsync mode more robust (zquest)