diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a300c9b0a..c5b877911ab 100644 --- a/CHANGELOG.md +++ b/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) @@ -405,6 +481,3 @@ unconfirmed: number}` # 0.1.0 (2013-07-04) - - - diff --git a/lerna.json b/lerna.json index 30e49acb282..c5659b65821 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,7 @@ { "lerna": "2.9.1", - "version": "8.0.0", - "packages": ["packages/*"] + "version": "8.1.0", + "packages": [ + "packages/*" + ] } diff --git a/packages/bitcore-build/CHANGELOG.md b/packages/bitcore-build/CHANGELOG.md index b0a9a052b81..b711b8335de 100644 --- a/packages/bitcore-build/CHANGELOG.md +++ b/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) diff --git a/packages/bitcore-build/package.json b/packages/bitcore-build/package.json index 60519a70abc..8d53f90dc78 100644 --- a/packages/bitcore-build/package.json +++ b/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": { diff --git a/packages/bitcore-client/CHANGELOG.md b/packages/bitcore-client/CHANGELOG.md index 170e7bc00c4..89b7a5b184c 100644 --- a/packages/bitcore-client/CHANGELOG.md +++ b/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 @@ -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 diff --git a/packages/bitcore-client/package.json b/packages/bitcore-client/package.json index 3f7deb26f31..2747d042032 100644 --- a/packages/bitcore-client/package.json +++ b/packages/bitcore-client/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=8.0.0" }, - "version": "8.0.0", + "version": "8.1.0", "author": "Justin Langston ", "main": "ts_build/index.js", "types": "./ts_build/index.d.ts", @@ -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", diff --git a/packages/bitcore-lib-cash/CHANGELOG.md b/packages/bitcore-lib-cash/CHANGELOG.md index ff37909c10f..7ea718cb001 100644 --- a/packages/bitcore-lib-cash/CHANGELOG.md +++ b/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 @@ -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)) diff --git a/packages/bitcore-lib-cash/package.json b/packages/bitcore-lib-cash/package.json index a43d4af2e32..9d1015ea15a 100644 --- a/packages/bitcore-lib-cash/package.json +++ b/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 ", "main": "index.js", @@ -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", @@ -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", diff --git a/packages/bitcore-lib/CHANGELOG.md b/packages/bitcore-lib/CHANGELOG.md index ac9fe2b449e..d3e26d3ee81 100644 --- a/packages/bitcore-lib/CHANGELOG.md +++ b/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) diff --git a/packages/bitcore-lib/package.json b/packages/bitcore-lib/package.json index ac5bf470ea3..acb83dd8a68 100644 --- a/packages/bitcore-lib/package.json +++ b/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 ", "main": "index.js", @@ -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", diff --git a/packages/bitcore-mnemonic/CHANGELOG.md b/packages/bitcore-mnemonic/CHANGELOG.md index 69e899ab5c7..7575fdcdc99 100644 --- a/packages/bitcore-mnemonic/CHANGELOG.md +++ b/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) diff --git a/packages/bitcore-mnemonic/package.json b/packages/bitcore-mnemonic/package.json index 03b63879642..54e49582991 100644 --- a/packages/bitcore-mnemonic/package.json +++ b/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 ", "main": "index.js", @@ -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": { diff --git a/packages/bitcore-node/CHANGELOG.md b/packages/bitcore-node/CHANGELOG.md index 0d49e53ab3e..cc61223bed3 100644 --- a/packages/bitcore-node/CHANGELOG.md +++ b/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 @@ -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 diff --git a/packages/bitcore-node/package.json b/packages/bitcore-node/package.json index b8ce00c8276..534db324b7c 100644 --- a/packages/bitcore-node/package.json +++ b/packages/bitcore-node/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=8.0.0" }, - "version": "8.0.1", + "version": "8.1.0", "author": "Justin Langston ", "contributors": [ "Justin Langston ", @@ -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", diff --git a/packages/bitcore-p2p-cash/CHANGELOG.md b/packages/bitcore-p2p-cash/CHANGELOG.md index 1af7ba66cb4..08ebab4c84d 100644 --- a/packages/bitcore-p2p-cash/CHANGELOG.md +++ b/packages/bitcore-p2p-cash/CHANGELOG.md @@ -1,4 +1,14 @@ -# [8.0.0](https://github.com/bitpay/bitcore-p2p/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-p2p/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) + +**Note:** Version bump only for package bitcore-p2p-cash + + +# [8.0.0](https://github.com/bitpay/bitcore-p2p/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) diff --git a/packages/bitcore-p2p-cash/package.json b/packages/bitcore-p2p-cash/package.json index 27172d9a065..9281c7aafaa 100644 --- a/packages/bitcore-p2p-cash/package.json +++ b/packages/bitcore-p2p-cash/package.json @@ -1,6 +1,6 @@ { "name": "bitcore-p2p-cash", - "version": "8.0.0", + "version": "8.1.0", "description": "Interface to the bitcoin P2P network for bitcore", "author": "BitPay ", "main": "index.js", @@ -60,14 +60,14 @@ "url": "https://github.com/bitpay/bitcore-p2p.git" }, "dependencies": { - "bitcore-lib": "^8.0.0", - "bitcore-lib-cash": "^8.0.0", + "bitcore-lib": "^8.1.0", + "bitcore-lib-cash": "^8.1.0", "bloom-filter": "^0.2.0", "buffers": "bitpay/node-buffers#v0.1.2-bitpay", "socks5-client": "^0.3.6" }, "devDependencies": { - "bitcore-build": "^8.0.0", + "bitcore-build": "^8.1.0", "brfs": "^1.2.0", "chai": "~1.10.0", "gulp": "^4.0.0", diff --git a/packages/bitcore-p2p/CHANGELOG.md b/packages/bitcore-p2p/CHANGELOG.md index 1af7ba66cb4..d09525cba1c 100644 --- a/packages/bitcore-p2p/CHANGELOG.md +++ b/packages/bitcore-p2p/CHANGELOG.md @@ -1,4 +1,14 @@ -# [8.0.0](https://github.com/bitpay/bitcore-p2p/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-p2p/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) + +**Note:** Version bump only for package bitcore-p2p + + +# [8.0.0](https://github.com/bitpay/bitcore-p2p/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) diff --git a/packages/bitcore-p2p/package.json b/packages/bitcore-p2p/package.json index a97a121230c..e4f2bedc034 100644 --- a/packages/bitcore-p2p/package.json +++ b/packages/bitcore-p2p/package.json @@ -1,6 +1,6 @@ { "name": "bitcore-p2p", - "version": "8.0.0", + "version": "8.1.0", "description": "Interface to the bitcoin P2P network for bitcore", "main": "index.js", "scripts": { @@ -19,14 +19,14 @@ "url": "https://github.com/bitpay/bitcore-p2p.git" }, "dependencies": { - "bitcore-lib": "^8.0.0", "bcoin": "1.0.0-beta.12", + "bitcore-lib": "^8.1.0", "bloom-filter": "^0.2.0", "buffers": "bitpay/node-buffers#v0.1.2-bitpay", "socks5-client": "^0.3.6" }, "devDependencies": { - "bitcore-build": "^8.0.0", + "bitcore-build": "^8.1.0", "brfs": "^1.2.0", "chai": "~1.10.0", "gulp": "^4.0.0", diff --git a/packages/bitcore-payment-protocol/CHANGELOG.md b/packages/bitcore-payment-protocol/CHANGELOG.md index e1c76e938e4..ac72aa20ac5 100644 --- a/packages/bitcore-payment-protocol/CHANGELOG.md +++ b/packages/bitcore-payment-protocol/CHANGELOG.md @@ -1,4 +1,14 @@ -# [8.0.0](https://github.com/bitpay/bitcore-payment-protocol/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-payment-protocol/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) + +**Note:** Version bump only for package bitcore-payment-protocol + + +# [8.0.0](https://github.com/bitpay/bitcore-payment-protocol/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) diff --git a/packages/bitcore-payment-protocol/package.json b/packages/bitcore-payment-protocol/package.json index 77417aed372..ff0d8a3feb4 100644 --- a/packages/bitcore-payment-protocol/package.json +++ b/packages/bitcore-payment-protocol/package.json @@ -1,6 +1,6 @@ { "name": "bitcore-payment-protocol", - "version": "8.0.0", + "version": "8.1.0", "description": "Payment Protocol (BIP70 and related) support for bitcore", "author": "BitPay ", "main": "index.js", @@ -53,13 +53,13 @@ "asn1.js": "^5.0.1", "asn1.js-rfc3280": "^4.0.0", "asn1.js-rfc5280": "^3.0.0", + "bitcore-lib": "^8.1.0", "bs58": "^4.0.1", "jsrsasign": "^8.0.12", - "protobufjs": "=5.0.3", - "bitcore-lib": "^8.0.0" + "protobufjs": "=5.0.3" }, "devDependencies": { - "bitcore-build": "^8.0.0", + "bitcore-build": "^8.1.0", "brfs": "^2.0.1", "chai": "^4.2.0", "gulp": "^4.0.0", diff --git a/packages/bitcore-wallet-client/CHANGELOG.md b/packages/bitcore-wallet-client/CHANGELOG.md index 2b70e9ade55..d3a7792bfb8 100644 --- a/packages/bitcore-wallet-client/CHANGELOG.md +++ b/packages/bitcore-wallet-client/CHANGELOG.md @@ -1,4 +1,14 @@ -# [8.0.0](https://github.com/bitpay/bitcore-wallet-client/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-wallet-client/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) + +**Note:** Version bump only for package bitcore-wallet-client + + +# [8.0.0](https://github.com/bitpay/bitcore-wallet-client/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) diff --git a/packages/bitcore-wallet-client/package.json b/packages/bitcore-wallet-client/package.json index 79371df8537..65dc597e87d 100644 --- a/packages/bitcore-wallet-client/package.json +++ b/packages/bitcore-wallet-client/package.json @@ -2,7 +2,7 @@ "name": "bitcore-wallet-client", "description": "Client for bitcore-wallet-service", "author": "BitPay Inc", - "version": "8.0.0", + "version": "8.1.0", "license": "MIT", "keywords": [ "bitcoin", @@ -26,10 +26,10 @@ "dependencies": { "async": "^0.9.0", "bip38": "^1.3.0", - "bitcore-lib": "^8.0.0", - "bitcore-lib-cash": "^8.0.0", - "bitcore-mnemonic": "^8.0.0", - "bitcore-payment-protocol": "^8.0.0", + "bitcore-lib": "^8.1.0", + "bitcore-lib-cash": "^8.1.0", + "bitcore-mnemonic": "^8.1.0", + "bitcore-payment-protocol": "^8.1.0", "json-stable-stringify": "^1.0.0", "lodash": "^4.17.11", "preconditions": "^2.2.1", @@ -37,7 +37,7 @@ "superagent": "^3.4.1" }, "devDependencies": { - "bitcore-wallet-service": "^8.0.0", + "bitcore-wallet-service": "^8.1.0", "browserify": "^13.1.0", "chai": "^1.9.1", "coveralls": "^3.0.2", diff --git a/packages/bitcore-wallet-service/CHANGELOG.md b/packages/bitcore-wallet-service/CHANGELOG.md index bb714c6bc1d..442a536d5fa 100644 --- a/packages/bitcore-wallet-service/CHANGELOG.md +++ b/packages/bitcore-wallet-service/CHANGELOG.md @@ -1,4 +1,9 @@ -# [8.0.0](https://github.com/bitpay/bitcore-wallet-service/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-wallet-service/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) ### Features @@ -7,3 +12,11 @@ + + +# [8.0.0](https://github.com/bitpay/bitcore-wallet-service/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) + + +### Features + +* **gitignore:** untracked vim/mac files ([8f5fb27](https://github.com/bitpay/bitcore-wallet-service/commit/8f5fb27)) diff --git a/packages/bitcore-wallet-service/package.json b/packages/bitcore-wallet-service/package.json index fd6838eff53..c185ac21ee5 100644 --- a/packages/bitcore-wallet-service/package.json +++ b/packages/bitcore-wallet-service/package.json @@ -2,7 +2,7 @@ "name": "bitcore-wallet-service", "description": "A service for Mutisig HD Bitcoin Wallets", "author": "BitPay Inc", - "version": "8.0.0", + "version": "8.1.0", "license": "MIT", "keywords": [ "bitcoin", @@ -22,8 +22,8 @@ "dependencies": { "@sendgrid/mail": "^6.3.1", "async": "^0.9.2", - "bitcore-lib": "^8.0.0", - "bitcore-lib-cash": "^8.0.0", + "bitcore-lib": "^8.1.0", + "bitcore-lib-cash": "^8.1.0", "body-parser": "^1.11.0", "compression": "^1.6.2", "email-validator": "^1.0.1", diff --git a/packages/bitcore-wallet/CHANGELOG.md b/packages/bitcore-wallet/CHANGELOG.md index 6caeb78ce5a..f5aebd64d0a 100644 --- a/packages/bitcore-wallet/CHANGELOG.md +++ b/packages/bitcore-wallet/CHANGELOG.md @@ -1,4 +1,14 @@ -# [8.0.0](https://github.com/bitpay/bitcore-wallet/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-wallet/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) + +**Note:** Version bump only for package bitcore-wallet + + +# [8.0.0](https://github.com/bitpay/bitcore-wallet/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) diff --git a/packages/bitcore-wallet/package.json b/packages/bitcore-wallet/package.json index 17466ede3e8..bddc8810ab5 100644 --- a/packages/bitcore-wallet/package.json +++ b/packages/bitcore-wallet/package.json @@ -2,7 +2,7 @@ "name": "bitcore-wallet", "description": "A CLI Mutisig HD Bitcoin Wallet, demo for Bitcore Wallet Service", "author": "BitPay Inc", - "version": "8.0.0", + "version": "8.1.0", "keywords": [ "bitcoin", "copay", @@ -18,8 +18,8 @@ }, "dependencies": { "async": "^2.5.0", - "bitcore-lib": "^8.0.0", - "bitcore-wallet-client": "^8.0.0", + "bitcore-lib": "^8.1.0", + "bitcore-wallet-client": "^8.1.0", "commander": "^2.6.0", "lodash": "^3.3.1", "moment": "^2.9.0", diff --git a/packages/insight-previous/CHANGELOG.md b/packages/insight-previous/CHANGELOG.md index b8217cace08..d53e9a6099d 100644 --- a/packages/insight-previous/CHANGELOG.md +++ b/packages/insight-previous/CHANGELOG.md @@ -1,4 +1,14 @@ -# [8.0.0](https://github.com/bitpay/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/bitpay/bitcore/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) + +**Note:** Version bump only for package @bitpay/insight-previous + + +# [8.0.0](https://github.com/bitpay/bitcore/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) diff --git a/packages/insight-previous/package.json b/packages/insight-previous/package.json index a8be2d0b8ae..a6024b4b4e9 100644 --- a/packages/insight-previous/package.json +++ b/packages/insight-previous/package.json @@ -1,7 +1,7 @@ { "name": "@bitpay/insight-previous", "description": "A blockchain explorer for Bitcore", - "version": "8.0.0", + "version": "8.1.0", "repository": "git://github.com/bitpay/bitcore.git", "bugs": { "url": "https://github.com/bitpay/bitcore/issues" diff --git a/packages/insight/CHANGELOG.md b/packages/insight/CHANGELOG.md index cb96d313001..fa895ce4e73 100644 --- a/packages/insight/CHANGELOG.md +++ b/packages/insight/CHANGELOG.md @@ -1,4 +1,9 @@ -# [8.0.0](https://github.com/bitpay/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/bitpay/bitcore/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27) ### Features @@ -10,3 +15,14 @@ + + +# [8.0.0](https://github.com/bitpay/bitcore/compare/v5.0.0-beta.44...v8.0.0) (2019-02-27) + + +### Features + +* **insight:** begin building out blocks view, related components ([92f0259](https://github.com/bitpay/bitcore/commit/92f0259)) +* **insight:** block detail view ([3d50203](https://github.com/bitpay/bitcore/commit/3d50203)) +* **insight:** scaffold routing, continue building out blocks view ([afdc409](https://github.com/bitpay/bitcore/commit/afdc409)) +* **node:** scaffold search ([0d19ada](https://github.com/bitpay/bitcore/commit/0d19ada)) diff --git a/packages/insight/package.json b/packages/insight/package.json index 75f3ec6f0ec..30ae1ab4d10 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -1,6 +1,6 @@ { "name": "@bitpay/insight", - "version": "8.0.0", + "version": "8.1.0", "description": "A blockchain explorer for Bitcore", "homepage": "https://github.com/bitpay/bitcore", "repository": "git://github.com/bitpay/bitcore.git",