Skip to content

v0.14.5

Compare
Choose a tag to compare
@cpacia cpacia released this 13 Jun 18:05
· 752 commits to master since this release

This release contains a critical bug fix for schnorr signature validation. You will need to upgrade and run the following command if you are currently running a prior version:

bchctl reconsiderblock 000000000000000000788b661a692dfbcd8043228758468fe3ce109aa1c69036

In addition this release contains:

  • Some fixes for the gRPC API. One of which fixes the cors setting to make it work nicely with grpc-web clients.
  • getnetworkinfo JSON-RPC API call
  • A bug fix to getblocktemplate generation that could cause it to build a block with an invalid coinbase in some instances.
  • An update sample-bchd.conf with all the current options.
  • Updated grpc-web documentation.

Thanks to halpo and acidsploit for their contributions.