v0.16.5
The 0.16.5 release is primarily to address compatibility with indexers and adds HTTP/2 and HTTP/1.1 keep-alive support as well! Several RPC methods now accept verbosity args as either int or bool to mimic the functionality in ABC/BCHN. There were also a bunch of small bug fixes, so we suggest everyone update to the latest release!
This also fixes all known issues with using BCHD as the back-end for Fulcrum! A huge thanks to @cculianu for pointing out API inconsistencies!
Also want to welcome our latest contributor @JettScythe for landing his first couple pull requests!
Merged PR List:
- [Chore] Add more proto documentation #381
- [Bug] Default to disable relay of free (super low fee) transactions #383
- [Feature] Return version in getnetworkinfo the way ABC/BCHN does #386
- [Chore] Collection of backports #388
- [Chore/Feature] Backport GetBlockVerbosity Fixes & Add getbalances RPC client command #389
- [Chore] Update docs so CIFS users know to turn off async preemption #390
- [Feature] Update verbosity arguments to accept int or bool in getrawtransaction and searchrawtransactions #391
- [Bug] peer: prevent last block height going backwards #392
- [Chore] Backport Support Cookie Authorization #393