v1.0.0-beta.1
This commit is contained in:
parent
ba6c4f19e9
commit
f6cb0f1a19
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
# Bcoin Release Notes & Changelog
|
# Bcoin Release Notes & Changelog
|
||||||
|
|
||||||
|
## 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 `DELETE` http method (393dd5d).
|
||||||
|
- __miner__: Improved handling of default reserved size and sigops (f2964e0
|
||||||
|
and 7104e4c).
|
||||||
|
|
||||||
## v1.0.0-beta
|
## v1.0.0-beta
|
||||||
|
|
||||||
### Notable Changes
|
### Notable Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bcoin",
|
"name": "bcoin",
|
||||||
"version": "1.0.0-beta",
|
"version": "1.0.0-beta.1",
|
||||||
"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