v1.0.0-beta.7
This commit is contained in:
parent
53f607e19f
commit
bade290765
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
# Bcoin Release Notes & Changelog
|
# Bcoin Release Notes & Changelog
|
||||||
|
|
||||||
|
## 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.add` now takes a `flags` parameter to avoid POW and
|
||||||
|
non-contextual checks if necessary.
|
||||||
|
- __net__ - HostList is now potentially persistent with a `hostLocation` option.
|
||||||
|
- __net__ - Smarter stall behavior and timeouts.
|
||||||
|
|
||||||
## v1.0.0-beta.6
|
## v1.0.0-beta.6
|
||||||
|
|
||||||
### Notable Changes
|
### Notable Changes
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
* @const {String}
|
* @const {String}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
exports.version = 'v1.0.0-beta.6';
|
exports.version = 'v1.0.0-beta.7';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Repository URL.
|
* Repository URL.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bcoin",
|
"name": "bcoin",
|
||||||
"version": "1.0.0-beta.6",
|
"version": "1.0.0-beta.7",
|
||||||
"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