v1.0.0-beta.2
This commit is contained in:
parent
fb997d43bb
commit
829e62b079
@ -1,5 +1,12 @@
|
|||||||
# Bcoin Release Notes & Changelog
|
# Bcoin Release Notes & Changelog
|
||||||
|
|
||||||
|
## 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
|
## v1.0.0-beta.1
|
||||||
|
|
||||||
### Notable Changes
|
### Notable Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bcoin",
|
"name": "bcoin",
|
||||||
"version": "1.0.0-beta.1",
|
"version": "1.0.0-beta.2",
|
||||||
"description": "Bitcoin bike-shed",
|
"description": "Bitcoin bike-shed",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/bcoin-org/bcoin.git",
|
"repository": "git://github.com/bcoin-org/bcoin.git",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user