1.8 KiB
1.8 KiB
Bcoin Release Notes & Changelog
v1.0.0-beta.8
Notable Changes
- mempool - Fixed critical fee estimator bug causing throwing in the mempool.
v1.0.0-beta.7
Notable Changes
- http - Always display spent coins in tx routes (e.g.
/tx/[txid]). - mempool - An on-disk mempool is now exposed via
--persistent-mempool(also makes fee data persistent). - chain -
chain.addnow takes aflagsparameter to avoid POW and non-contextual checks if necessary. - net - HostList is now potentially persistent with a
hostLocationoption. - net - Smarter stall behavior and timeouts.
v1.0.0-beta.6
Notable Changes
- http - Better bitcoind compatability for JSON-RPC.
v1.0.0-beta.5
Notable Changes
- miner - Better fee rate comparisons.
- deps - Upgrade deps, fix build on arm and windows.
v1.0.0-beta.4
Notable Changes
- miner - Optimized TX sorting.
- rpc - Improved getblocktemplate to provide more accurate results to bitcoind.
v1.0.0-beta.3
Notable Changes
- miner - Improved fee rate sorting.
- rpc - Fix incompatibilities in rpc api (getblocktemplate & submitblock).
v1.0.0-beta.2
Notable Changes
- pool - Increase max header chain failures to 500 (prevents the initial sync from reverting to getblocks so frequently).
v1.0.0-beta.1
Notable Changes
- wsproxy: Fixed proof of work handling in websocket proxy (
43c491b). - chain: Optimized MTP and network target calculations (
1e07d1b). - wallet: Implemented "smart" coin selection (
304f0e7e). - protocol: Increased default network fees for main (
09c2357). - http: Fix for handling
DELETEhttp method (393dd5d). - miner: Improved handling of default reserved size and sigops (
f2964e0and7104e4c).
v1.0.0-beta
Notable Changes
- Initial tagged release.