Skip to content

Commit ca65c27

Browse files
v8.1.0
1 parent 56bd7a7 commit ca65c27

File tree

30 files changed

+352
-63
lines changed

30 files changed

+352
-63
lines changed

CHANGELOG.md

Lines changed: 76 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [8.1.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)
7+
8+
9+
### Bug Fixes
10+
11+
* do not remove scripts from outputs ([0d9dc85](https://github.com/nitsujlangston/bitcore/commit/0d9dc85))
12+
* failed verification if customData is object ([1848cd5](https://github.com/nitsujlangston/bitcore/commit/1848cd5))
13+
* Fix callback name ([44a45de](https://github.com/nitsujlangston/bitcore/commit/44a45de))
14+
* fix variable typo for paypro. ([6db7923](https://github.com/nitsujlangston/bitcore/commit/6db7923))
15+
* handle outgoing TXs foreign crafted ([869840e](https://github.com/nitsujlangston/bitcore/commit/869840e))
16+
* show message unconfirmed transactions if there is not transaction confirmed yet ([aea2af5](https://github.com/nitsujlangston/bitcore/commit/aea2af5))
17+
* **node:** fix test ([06dee24](https://github.com/nitsujlangston/bitcore/commit/06dee24))
18+
* show tx without input addres. Show type of address for tx out ([fb00366](https://github.com/nitsujlangston/bitcore/commit/fb00366))
19+
* **bitcore-node:** set all indexes to build in the background ([107fe0b](https://github.com/nitsujlangston/bitcore/commit/107fe0b))
20+
* **lib-cash:** match bitcore-lib estimateFee fix ([8650345](https://github.com/nitsujlangston/bitcore/commit/8650345))
21+
* **node:** config and rate limit ([d352b20](https://github.com/nitsujlangston/bitcore/commit/d352b20))
22+
* **node:** config properties could be undefined ([6fd40d0](https://github.com/nitsujlangston/bitcore/commit/6fd40d0))
23+
* **node:** config should use merge, findOneAndUpdate should return new ([8ecd8d6](https://github.com/nitsujlangston/bitcore/commit/8ecd8d6))
24+
* **node:** fix some logging ([da5ede5](https://github.com/nitsujlangston/bitcore/commit/da5ede5))
25+
* **node:** fixing the repair script so we can repair while a node is syncing ([b1b1e17](https://github.com/nitsujlangston/bitcore/commit/b1b1e17))
26+
* **node:** race condition rejects ([d47ffb3](https://github.com/nitsujlangston/bitcore/commit/d47ffb3))
27+
* **node:** remove wallet from websockets ([b1a2d63](https://github.com/nitsujlangston/bitcore/commit/b1a2d63))
28+
* **node:** removing confirmations ([51ccf3f](https://github.com/nitsujlangston/bitcore/commit/51ccf3f))
29+
* **node:** removing limits on wallet address endpoint ([8b1515b](https://github.com/nitsujlangston/bitcore/commit/8b1515b))
30+
* typo - s/Payment/PaymentACK/ ([7b408c3](https://github.com/nitsujlangston/bitcore/commit/7b408c3))
31+
* wrong output value calculation in _buildTx ([2e1cc88](https://github.com/nitsujlangston/bitcore/commit/2e1cc88))
32+
* **node:** removing unneeded properties ([7f2ad9f](https://github.com/nitsujlangston/bitcore/commit/7f2ad9f))
33+
* **node:** resync uses connect ([74df9b8](https://github.com/nitsujlangston/bitcore/commit/74df9b8))
34+
* **node:** stream has a memory leak, use event emitter instead ([d256e5c](https://github.com/nitsujlangston/bitcore/commit/d256e5c))
35+
* **server:** Fix unconfirmed utxo results ([72bf2bb](https://github.com/nitsujlangston/bitcore/commit/72bf2bb))
36+
* **sync:** handle sync node going awol ([372b273](https://github.com/nitsujlangston/bitcore/commit/372b273))
37+
38+
39+
### Features
40+
41+
* **api:** Adds check wallet endpoint ([a606095](https://github.com/nitsujlangston/bitcore/commit/a606095))
42+
* **api:** break balance response into confirmed and unconfirmed components ([894cec5](https://github.com/nitsujlangston/bitcore/commit/894cec5))
43+
* **api:** cache fee estimates that hit rpc ([d752027](https://github.com/nitsujlangston/bitcore/commit/d752027))
44+
* **api:** Rate Limits ([cee765f](https://github.com/nitsujlangston/bitcore/commit/cee765f))
45+
* **config:** expand '~' for BITCORE_CONFIG_PATH ([db5a17e](https://github.com/nitsujlangston/bitcore/commit/db5a17e))
46+
* **gitignore:** untracked vim/mac files ([8f5fb27](https://github.com/nitsujlangston/bitcore/commit/8f5fb27))
47+
* **insight:** begin building out blocks view, related components ([92f0259](https://github.com/nitsujlangston/bitcore/commit/92f0259))
48+
* **insight:** block detail view ([3d50203](https://github.com/nitsujlangston/bitcore/commit/3d50203))
49+
* **insight:** scaffold routing, continue building out blocks view ([afdc409](https://github.com/nitsujlangston/bitcore/commit/afdc409))
50+
* **node:** dependency injection / config ([640310c](https://github.com/nitsujlangston/bitcore/commit/640310c))
51+
* **node:** scaffold search ([0d19ada](https://github.com/nitsujlangston/bitcore/commit/0d19ada))
52+
* **service:** support multiple sync nodes ([66385ce](https://github.com/nitsujlangston/bitcore/commit/66385ce))
53+
* **sync:** prune mempool transactions and coins when conflicting ones come in ([18ffda1](https://github.com/nitsujlangston/bitcore/commit/18ffda1))
54+
* **tests:** Add v8 history testing template ([904cbd4](https://github.com/nitsujlangston/bitcore/commit/904cbd4))
55+
56+
57+
### Performance Improvements
58+
59+
* **api:** stream wallet address import process ([e0333f8](https://github.com/nitsujlangston/bitcore/commit/e0333f8))
60+
* **api:** transaction list performance enhancements ([f2d6ec9](https://github.com/nitsujlangston/bitcore/commit/f2d6ec9))
61+
* **db:** wallet partial indexes ([65e72d4](https://github.com/nitsujlangston/bitcore/commit/65e72d4))
62+
* **sync:** add utxo cache behavior to coin spend ([3dd7521](https://github.com/nitsujlangston/bitcore/commit/3dd7521))
63+
* **sync:** lra cache address encoding of output scripts ([6892f43](https://github.com/nitsujlangston/bitcore/commit/6892f43))
64+
* **wallet api:** improve wallet transaction list performance ([7491e6f](https://github.com/nitsujlangston/bitcore/commit/7491e6f))
65+
66+
67+
### BREAKING CHANGES
68+
69+
* **api:** balance response has changed from `{balance: number}` to `{confirmed: number,
70+
unconfirmed: number}`
71+
* **wallet api:** no longer page based on _id
72+
73+
74+
75+
76+
177
# [8.0.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
278

379

@@ -405,6 +481,3 @@ unconfirmed: number}`
405481

406482

407483
# 0.1.0 (2013-07-04)
408-
409-
410-

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"lerna": "2.9.1",
3-
"version": "8.0.0",
4-
"packages": ["packages/*"]
3+
"version": "8.1.0",
4+
"packages": [
5+
"packages/*"
6+
]
57
}
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# [8.0.0](https://github.com/bitpay/bitcore-build/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [8.1.0](https://github.com/bitpay/bitcore-build/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)
7+
8+
**Note:** Version bump only for package bitcore-build
29

310

411

12+
13+
14+
# [8.0.0](https://github.com/bitpay/bitcore-build/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)

packages/bitcore-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore-build",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "A helper for common tasks to build bitcore modules'",
55
"main": "index.js",
66
"scripts": {

packages/bitcore-client/CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# [8.0.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [8.1.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)
27

38

49
### Features
@@ -17,3 +22,21 @@
1722

1823

1924

25+
26+
27+
# [8.0.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
28+
29+
30+
### Features
31+
32+
* **api:** Adds check wallet endpoint ([a606095](https://github.com/nitsujlangston/bitcore/commit/a606095))
33+
34+
35+
### Performance Improvements
36+
37+
* **wallet api:** improve wallet transaction list performance ([7491e6f](https://github.com/nitsujlangston/bitcore/commit/7491e6f))
38+
39+
40+
### BREAKING CHANGES
41+
42+
* **wallet api:** no longer page based on _id

packages/bitcore-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"engines": {
55
"node": ">=8.0.0"
66
},
7-
"version": "8.0.0",
7+
"version": "8.1.0",
88
"author": "Justin Langston <[email protected]>",
99
"main": "ts_build/index.js",
1010
"types": "./ts_build/index.d.ts",
@@ -20,9 +20,9 @@
2020
"JSONStream": "~1.3.1",
2121
"async": "^2.5.0",
2222
"bcrypt": "^2.0.1",
23-
"bitcore-lib": "^8.0.0",
24-
"bitcore-lib-cash": "^8.0.0",
25-
"bitcore-mnemonic": "^8.0.0",
23+
"bitcore-lib": "^8.1.0",
24+
"bitcore-lib-cash": "^8.1.0",
25+
"bitcore-mnemonic": "^8.1.0",
2626
"commander": "^2.15.1",
2727
"leveldown": "^3.0.0",
2828
"levelup": "^2.0.2",
Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# [8.0.0](https://github.com/bitpay/bitcore-lib/tree/cash/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [8.1.0](https://github.com/bitpay/bitcore-lib/tree/cash/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)
27

38

49
### Bug Fixes
@@ -7,3 +12,11 @@
712

813

914

15+
16+
17+
# [8.0.0](https://github.com/bitpay/bitcore-lib/tree/cash/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
18+
19+
20+
### Bug Fixes
21+
22+
* **lib-cash:** match bitcore-lib estimateFee fix ([8650345](https://github.com/bitpay/bitcore-lib/tree/cash/commit/8650345))

packages/bitcore-lib-cash/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore-lib-cash",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "A pure and powerful JavaScript Bitcoin Cash library.",
55
"author": "BitPay <[email protected]>",
66
"main": "index.js",
@@ -35,7 +35,7 @@
3535
"request": "browser-request"
3636
},
3737
"dependencies": {
38-
"bitcore-lib": "^8.0.0",
38+
"bitcore-lib": "^8.1.0",
3939
"bn.js": "=4.11.8",
4040
"bs58": "^4.0.1",
4141
"buffer-compare": "=1.1.1",
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"base-x": "=3.0.4",
48-
"bitcore-build": "^8.0.0",
48+
"bitcore-build": "^8.1.0",
4949
"brfs": "^2.0.1",
5050
"chai": "^4.2.0",
5151
"gulp": "^4.0.0",

packages/bitcore-lib/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# [8.0.0](https://github.com/bitpay/bitcore-lib/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [8.1.0](https://github.com/bitpay/bitcore-lib/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)
7+
8+
**Note:** Version bump only for package bitcore-lib
29

310

411

12+
13+
14+
# [8.0.0](https://github.com/bitpay/bitcore-lib/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)

packages/bitcore-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore-lib",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "A pure and powerful JavaScript Bitcoin library.",
55
"author": "BitPay <[email protected]>",
66
"main": "index.js",
@@ -43,7 +43,7 @@
4343
"lodash": "=4.17.11"
4444
},
4545
"devDependencies": {
46-
"bitcore-build": "^8.0.0",
46+
"bitcore-build": "^8.1.0",
4747
"brfs": "^2.0.1",
4848
"chai": "^4.2.0",
4949
"gulp": "^4.0.0",

0 commit comments

Comments
 (0)