Skip to content

Commit

Permalink
v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsujlangston committed Feb 27, 2019
1 parent 56bd7a7 commit ca65c27
Show file tree
Hide file tree
Showing 30 changed files with 352 additions and 63 deletions.
79 changes: 76 additions & 3 deletions CHANGELOG.md
@@ -1,3 +1,79 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)


### Bug Fixes

* do not remove scripts from outputs ([0d9dc85](https://github.com/nitsujlangston/bitcore/commit/0d9dc85))
* failed verification if customData is object ([1848cd5](https://github.com/nitsujlangston/bitcore/commit/1848cd5))
* Fix callback name ([44a45de](https://github.com/nitsujlangston/bitcore/commit/44a45de))
* fix variable typo for paypro. ([6db7923](https://github.com/nitsujlangston/bitcore/commit/6db7923))
* handle outgoing TXs foreign crafted ([869840e](https://github.com/nitsujlangston/bitcore/commit/869840e))
* show message unconfirmed transactions if there is not transaction confirmed yet ([aea2af5](https://github.com/nitsujlangston/bitcore/commit/aea2af5))
* **node:** fix test ([06dee24](https://github.com/nitsujlangston/bitcore/commit/06dee24))
* show tx without input addres. Show type of address for tx out ([fb00366](https://github.com/nitsujlangston/bitcore/commit/fb00366))
* **bitcore-node:** set all indexes to build in the background ([107fe0b](https://github.com/nitsujlangston/bitcore/commit/107fe0b))
* **lib-cash:** match bitcore-lib estimateFee fix ([8650345](https://github.com/nitsujlangston/bitcore/commit/8650345))
* **node:** config and rate limit ([d352b20](https://github.com/nitsujlangston/bitcore/commit/d352b20))
* **node:** config properties could be undefined ([6fd40d0](https://github.com/nitsujlangston/bitcore/commit/6fd40d0))
* **node:** config should use merge, findOneAndUpdate should return new ([8ecd8d6](https://github.com/nitsujlangston/bitcore/commit/8ecd8d6))
* **node:** fix some logging ([da5ede5](https://github.com/nitsujlangston/bitcore/commit/da5ede5))
* **node:** fixing the repair script so we can repair while a node is syncing ([b1b1e17](https://github.com/nitsujlangston/bitcore/commit/b1b1e17))
* **node:** race condition rejects ([d47ffb3](https://github.com/nitsujlangston/bitcore/commit/d47ffb3))
* **node:** remove wallet from websockets ([b1a2d63](https://github.com/nitsujlangston/bitcore/commit/b1a2d63))
* **node:** removing confirmations ([51ccf3f](https://github.com/nitsujlangston/bitcore/commit/51ccf3f))
* **node:** removing limits on wallet address endpoint ([8b1515b](https://github.com/nitsujlangston/bitcore/commit/8b1515b))
* typo - s/Payment/PaymentACK/ ([7b408c3](https://github.com/nitsujlangston/bitcore/commit/7b408c3))
* wrong output value calculation in _buildTx ([2e1cc88](https://github.com/nitsujlangston/bitcore/commit/2e1cc88))
* **node:** removing unneeded properties ([7f2ad9f](https://github.com/nitsujlangston/bitcore/commit/7f2ad9f))
* **node:** resync uses connect ([74df9b8](https://github.com/nitsujlangston/bitcore/commit/74df9b8))
* **node:** stream has a memory leak, use event emitter instead ([d256e5c](https://github.com/nitsujlangston/bitcore/commit/d256e5c))
* **server:** Fix unconfirmed utxo results ([72bf2bb](https://github.com/nitsujlangston/bitcore/commit/72bf2bb))
* **sync:** handle sync node going awol ([372b273](https://github.com/nitsujlangston/bitcore/commit/372b273))


### Features

* **api:** Adds check wallet endpoint ([a606095](https://github.com/nitsujlangston/bitcore/commit/a606095))
* **api:** break balance response into confirmed and unconfirmed components ([894cec5](https://github.com/nitsujlangston/bitcore/commit/894cec5))
* **api:** cache fee estimates that hit rpc ([d752027](https://github.com/nitsujlangston/bitcore/commit/d752027))
* **api:** Rate Limits ([cee765f](https://github.com/nitsujlangston/bitcore/commit/cee765f))
* **config:** expand '~' for BITCORE_CONFIG_PATH ([db5a17e](https://github.com/nitsujlangston/bitcore/commit/db5a17e))
* **gitignore:** untracked vim/mac files ([8f5fb27](https://github.com/nitsujlangston/bitcore/commit/8f5fb27))
* **insight:** begin building out blocks view, related components ([92f0259](https://github.com/nitsujlangston/bitcore/commit/92f0259))
* **insight:** block detail view ([3d50203](https://github.com/nitsujlangston/bitcore/commit/3d50203))
* **insight:** scaffold routing, continue building out blocks view ([afdc409](https://github.com/nitsujlangston/bitcore/commit/afdc409))
* **node:** dependency injection / config ([640310c](https://github.com/nitsujlangston/bitcore/commit/640310c))
* **node:** scaffold search ([0d19ada](https://github.com/nitsujlangston/bitcore/commit/0d19ada))
* **service:** support multiple sync nodes ([66385ce](https://github.com/nitsujlangston/bitcore/commit/66385ce))
* **sync:** prune mempool transactions and coins when conflicting ones come in ([18ffda1](https://github.com/nitsujlangston/bitcore/commit/18ffda1))
* **tests:** Add v8 history testing template ([904cbd4](https://github.com/nitsujlangston/bitcore/commit/904cbd4))


### Performance Improvements

* **api:** stream wallet address import process ([e0333f8](https://github.com/nitsujlangston/bitcore/commit/e0333f8))
* **api:** transaction list performance enhancements ([f2d6ec9](https://github.com/nitsujlangston/bitcore/commit/f2d6ec9))
* **db:** wallet partial indexes ([65e72d4](https://github.com/nitsujlangston/bitcore/commit/65e72d4))
* **sync:** add utxo cache behavior to coin spend ([3dd7521](https://github.com/nitsujlangston/bitcore/commit/3dd7521))
* **sync:** lra cache address encoding of output scripts ([6892f43](https://github.com/nitsujlangston/bitcore/commit/6892f43))
* **wallet api:** improve wallet transaction list performance ([7491e6f](https://github.com/nitsujlangston/bitcore/commit/7491e6f))


### BREAKING CHANGES

* **api:** balance response has changed from `{balance: number}` to `{confirmed: number,
unconfirmed: number}`
* **wallet api:** no longer page based on _id





# [8.0.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)


Expand Down Expand Up @@ -405,6 +481,3 @@ unconfirmed: number}`


# 0.1.0 (2013-07-04)



6 changes: 4 additions & 2 deletions lerna.json
@@ -1,5 +1,7 @@
{
"lerna": "2.9.1",
"version": "8.0.0",
"packages": ["packages/*"]
"version": "8.1.0",
"packages": [
"packages/*"
]
}
12 changes: 11 additions & 1 deletion packages/bitcore-build/CHANGELOG.md
@@ -1,4 +1,14 @@
# [8.0.0](https://github.com/bitpay/bitcore-build/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/bitpay/bitcore-build/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)

**Note:** Version bump only for package bitcore-build





# [8.0.0](https://github.com/bitpay/bitcore-build/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
2 changes: 1 addition & 1 deletion packages/bitcore-build/package.json
@@ -1,6 +1,6 @@
{
"name": "bitcore-build",
"version": "8.0.0",
"version": "8.1.0",
"description": "A helper for common tasks to build bitcore modules'",
"main": "index.js",
"scripts": {
Expand Down
25 changes: 24 additions & 1 deletion packages/bitcore-client/CHANGELOG.md
@@ -1,4 +1,9 @@
# [8.0.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)


### Features
Expand All @@ -17,3 +22,21 @@





# [8.0.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)


### Features

* **api:** Adds check wallet endpoint ([a606095](https://github.com/nitsujlangston/bitcore/commit/a606095))


### Performance Improvements

* **wallet api:** improve wallet transaction list performance ([7491e6f](https://github.com/nitsujlangston/bitcore/commit/7491e6f))


### BREAKING CHANGES

* **wallet api:** no longer page based on _id
8 changes: 4 additions & 4 deletions packages/bitcore-client/package.json
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=8.0.0"
},
"version": "8.0.0",
"version": "8.1.0",
"author": "Justin Langston <nitsujlangston@gmail.com>",
"main": "ts_build/index.js",
"types": "./ts_build/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"JSONStream": "~1.3.1",
"async": "^2.5.0",
"bcrypt": "^2.0.1",
"bitcore-lib": "^8.0.0",
"bitcore-lib-cash": "^8.0.0",
"bitcore-mnemonic": "^8.0.0",
"bitcore-lib": "^8.1.0",
"bitcore-lib-cash": "^8.1.0",
"bitcore-mnemonic": "^8.1.0",
"commander": "^2.15.1",
"leveldown": "^3.0.0",
"levelup": "^2.0.2",
Expand Down
15 changes: 14 additions & 1 deletion packages/bitcore-lib-cash/CHANGELOG.md
@@ -1,4 +1,9 @@
# [8.0.0](https://github.com/bitpay/bitcore-lib/tree/cash/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/bitpay/bitcore-lib/tree/cash/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)


### Bug Fixes
Expand All @@ -7,3 +12,11 @@





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


### Bug Fixes

* **lib-cash:** match bitcore-lib estimateFee fix ([8650345](https://github.com/bitpay/bitcore-lib/tree/cash/commit/8650345))
6 changes: 3 additions & 3 deletions packages/bitcore-lib-cash/package.json
@@ -1,6 +1,6 @@
{
"name": "bitcore-lib-cash",
"version": "8.0.0",
"version": "8.1.0",
"description": "A pure and powerful JavaScript Bitcoin Cash library.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"request": "browser-request"
},
"dependencies": {
"bitcore-lib": "^8.0.0",
"bitcore-lib": "^8.1.0",
"bn.js": "=4.11.8",
"bs58": "^4.0.1",
"buffer-compare": "=1.1.1",
Expand All @@ -45,7 +45,7 @@
},
"devDependencies": {
"base-x": "=3.0.4",
"bitcore-build": "^8.0.0",
"bitcore-build": "^8.1.0",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
Expand Down
12 changes: 11 additions & 1 deletion packages/bitcore-lib/CHANGELOG.md
@@ -1,4 +1,14 @@
# [8.0.0](https://github.com/bitpay/bitcore-lib/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/bitpay/bitcore-lib/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)

**Note:** Version bump only for package bitcore-lib





# [8.0.0](https://github.com/bitpay/bitcore-lib/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
4 changes: 2 additions & 2 deletions packages/bitcore-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "bitcore-lib",
"version": "8.0.0",
"version": "8.1.0",
"description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"lodash": "=4.17.11"
},
"devDependencies": {
"bitcore-build": "^8.0.0",
"bitcore-build": "^8.1.0",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
Expand Down
12 changes: 11 additions & 1 deletion packages/bitcore-mnemonic/CHANGELOG.md
@@ -1,4 +1,14 @@
# [8.0.0](https://github.com/bitpay/bitcore-mnemonic/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/bitpay/bitcore-mnemonic/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)

**Note:** Version bump only for package bitcore-mnemonic





# [8.0.0](https://github.com/bitpay/bitcore-mnemonic/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27)
6 changes: 3 additions & 3 deletions packages/bitcore-mnemonic/package.json
@@ -1,6 +1,6 @@
{
"name": "bitcore-mnemonic",
"version": "8.0.0",
"version": "8.1.0",
"description": "BIP39 Mnemonics implemented for Bitcore.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
Expand Down Expand Up @@ -36,14 +36,14 @@
"license": "MIT",
"devDependencies": {
"assert": "^1.4.1",
"bitcore-build": "^8.0.0",
"bitcore-build": "^8.1.0",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"mocha": "^5.2.0"
},
"dependencies": {
"bitcore-lib": "^8.0.0",
"bitcore-lib": "^8.1.0",
"unorm": "^1.4.1"
},
"peerDependencies": {
Expand Down
61 changes: 60 additions & 1 deletion packages/bitcore-node/CHANGELOG.md
@@ -1,4 +1,9 @@
## [8.0.1](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.0.1) (2019-02-27)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)


### Bug Fixes
Expand Down Expand Up @@ -53,3 +58,57 @@ unconfirmed: number}`





## [8.0.1](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.0.1) (2019-02-27)


### Bug Fixes

* **bitcore-node:** set all indexes to build in the background ([107fe0b](https://github.com/nitsujlangston/bitcore/commit/107fe0b))
* **node:** config and rate limit ([d352b20](https://github.com/nitsujlangston/bitcore/commit/d352b20))
* **node:** config properties could be undefined ([6fd40d0](https://github.com/nitsujlangston/bitcore/commit/6fd40d0))
* **node:** config should use merge, findOneAndUpdate should return new ([8ecd8d6](https://github.com/nitsujlangston/bitcore/commit/8ecd8d6))
* **node:** fix some logging ([da5ede5](https://github.com/nitsujlangston/bitcore/commit/da5ede5))
* **node:** fix test ([06dee24](https://github.com/nitsujlangston/bitcore/commit/06dee24))
* **node:** fixing the repair script so we can repair while a node is syncing ([b1b1e17](https://github.com/nitsujlangston/bitcore/commit/b1b1e17))
* **node:** race condition rejects ([d47ffb3](https://github.com/nitsujlangston/bitcore/commit/d47ffb3))
* **node:** remove wallet from websockets ([b1a2d63](https://github.com/nitsujlangston/bitcore/commit/b1a2d63))
* **node:** removing confirmations ([51ccf3f](https://github.com/nitsujlangston/bitcore/commit/51ccf3f))
* **node:** removing limits on wallet address endpoint ([8b1515b](https://github.com/nitsujlangston/bitcore/commit/8b1515b))
* **node:** removing unneeded properties ([7f2ad9f](https://github.com/nitsujlangston/bitcore/commit/7f2ad9f))
* **node:** resync uses connect ([74df9b8](https://github.com/nitsujlangston/bitcore/commit/74df9b8))
* **node:** stream has a memory leak, use event emitter instead ([d256e5c](https://github.com/nitsujlangston/bitcore/commit/d256e5c))
* **sync:** handle sync node going awol ([372b273](https://github.com/nitsujlangston/bitcore/commit/372b273))


### Features

* **api:** Adds check wallet endpoint ([a606095](https://github.com/nitsujlangston/bitcore/commit/a606095))
* **api:** break balance response into confirmed and unconfirmed components ([894cec5](https://github.com/nitsujlangston/bitcore/commit/894cec5))
* **api:** cache fee estimates that hit rpc ([d752027](https://github.com/nitsujlangston/bitcore/commit/d752027))
* **api:** Rate Limits ([cee765f](https://github.com/nitsujlangston/bitcore/commit/cee765f))
* **config:** expand '~' for BITCORE_CONFIG_PATH ([db5a17e](https://github.com/nitsujlangston/bitcore/commit/db5a17e))
* **insight:** begin building out blocks view, related components ([92f0259](https://github.com/nitsujlangston/bitcore/commit/92f0259))
* **insight:** block detail view ([3d50203](https://github.com/nitsujlangston/bitcore/commit/3d50203))
* **insight:** scaffold routing, continue building out blocks view ([afdc409](https://github.com/nitsujlangston/bitcore/commit/afdc409))
* **node:** dependency injection / config ([640310c](https://github.com/nitsujlangston/bitcore/commit/640310c))
* **service:** support multiple sync nodes ([66385ce](https://github.com/nitsujlangston/bitcore/commit/66385ce))
* **sync:** prune mempool transactions and coins when conflicting ones come in ([18ffda1](https://github.com/nitsujlangston/bitcore/commit/18ffda1))


### Performance Improvements

* **api:** stream wallet address import process ([e0333f8](https://github.com/nitsujlangston/bitcore/commit/e0333f8))
* **api:** transaction list performance enhancements ([f2d6ec9](https://github.com/nitsujlangston/bitcore/commit/f2d6ec9))
* **db:** wallet partial indexes ([65e72d4](https://github.com/nitsujlangston/bitcore/commit/65e72d4))
* **sync:** add utxo cache behavior to coin spend ([3dd7521](https://github.com/nitsujlangston/bitcore/commit/3dd7521))
* **sync:** lra cache address encoding of output scripts ([6892f43](https://github.com/nitsujlangston/bitcore/commit/6892f43))
* **wallet api:** improve wallet transaction list performance ([7491e6f](https://github.com/nitsujlangston/bitcore/commit/7491e6f))


### BREAKING CHANGES

* **api:** balance response has changed from `{balance: number}` to `{confirmed: number,
unconfirmed: number}`
* **wallet api:** no longer page based on _id
12 changes: 6 additions & 6 deletions packages/bitcore-node/package.json
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=8.0.0"
},
"version": "8.0.1",
"version": "8.1.0",
"author": "Justin Langston <nitsujlangston@gmail.com>",
"contributors": [
"Justin Langston <nitsujlangston@gmail.com>",
Expand Down Expand Up @@ -72,11 +72,11 @@
"dependencies": {
"JSONStream": "~1.3.1",
"async": "^2.5.0",
"bitcore-client": "^8.0.0",
"bitcore-lib": "^8.0.0",
"bitcore-lib-cash": "^8.0.0",
"bitcore-p2p": "^8.0.0",
"bitcore-p2p-cash": "^8.0.0",
"bitcore-client": "^8.1.0",
"bitcore-lib": "^8.1.0",
"bitcore-lib-cash": "^8.1.0",
"bitcore-p2p": "^8.1.0",
"bitcore-p2p-cash": "^8.1.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
Expand Down

0 comments on commit ca65c27

Please sign in to comment.