Skip to content

Commit

Permalink
merge master into input-w-tx-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bsnowden3 committed Sep 16, 2019
2 parents c8b2190 + cebb21b commit 68db0f4
Show file tree
Hide file tree
Showing 20 changed files with 143 additions and 119 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.1",
"version": "8.6.0",
"version": "8.7.0",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.5.1",
"version": "8.7.1",
"prettier": {
"singleQuote": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bitcore-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-build",
"version": "8.6.0",
"version": "8.7.0",
"description": "A helper for common tasks to build bitcore modules'",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/bitcore-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=8.0.0"
},
"version": "8.6.0",
"version": "8.7.0",
"author": "Justin Langston <[email protected]>",
"main": "ts_build/index.js",
"types": "./ts_build/index.d.ts",
Expand All @@ -22,11 +22,11 @@
"async": "^2.5.0",
"bcrypt": "^2.0.1",
"bcryptjs": "^2.4.3",
"bitcore-lib": "^8.6.0",
"bitcore-lib-cash": "^8.6.0",
"bitcore-mnemonic": "^8.6.0",
"bitcore-lib": "^8.7.0",
"bitcore-lib-cash": "^8.7.0",
"bitcore-mnemonic": "^8.7.0",
"commander": "^2.15.1",
"crypto-wallet-core": "^8.6.0",
"crypto-wallet-core": "^8.7.0",
"elliptic": "^6.4.1",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitcore-lib-cash/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bitcore Cash v8.6.0
# Bitcore Cash v8.7.1

## Principles

Expand Down
6 changes: 3 additions & 3 deletions packages/bitcore-lib-cash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-lib-cash",
"version": "8.6.0",
"version": "8.7.0",
"description": "A pure and powerful JavaScript Bitcoin Cash library.",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"request": "browser-request"
},
"dependencies": {
"bitcore-lib": "^8.6.0",
"bitcore-lib": "^8.7.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.6.0",
"bitcore-build": "^8.7.0",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitcore-lib/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bitcore v8.6.0
# Bitcore v8.7.1

## Principles

Expand Down
4 changes: 2 additions & 2 deletions packages/bitcore-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-lib",
"version": "8.6.0",
"version": "8.7.0",
"description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"lodash": "=4.17.15"
},
"devDependencies": {
"bitcore-build": "^8.6.0",
"bitcore-build": "^8.7.0",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/bitcore-mnemonic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-mnemonic",
"version": "8.6.0",
"version": "8.7.0",
"description": "BIP39 Mnemonics implemented for Bitcore.",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down Expand Up @@ -36,14 +36,14 @@
"license": "MIT",
"devDependencies": {
"assert": "^1.4.1",
"bitcore-build": "^8.6.0",
"bitcore-build": "^8.7.0",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"mocha": "^5.2.0"
},
"dependencies": {
"bitcore-lib": "^8.6.0",
"bitcore-lib": "^8.7.0",
"unorm": "^1.4.1"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/bitcore-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=8.0.0"
},
"version": "8.6.0",
"version": "8.7.0",
"author": "Justin Langston <[email protected]>",
"contributors": [
"Justin Langston <[email protected]>",
Expand Down Expand Up @@ -76,15 +76,15 @@
"dependencies": {
"JSONStream": "~1.3.1",
"async": "^2.5.0",
"bitcore-client": "^8.6.0",
"bitcore-lib": "^8.6.0",
"bitcore-lib-cash": "^8.6.0",
"bitcore-p2p": "^8.6.0",
"bitcore-p2p-cash": "^8.6.0",
"bitcore-client": "^8.7.0",
"bitcore-lib": "^8.7.0",
"bitcore-lib-cash": "^8.7.0",
"bitcore-p2p": "^8.7.0",
"bitcore-p2p-cash": "^8.7.0",
"bitcore-wallet-client": "^8.7.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"crypto-wallet-core": "^8.6.0",
"bitcore-wallet-client": "^8.6.0",
"crypto-wallet-core": "^8.7.0",
"express": "^4.16.3",
"heapdump": "^0.3.12",
"http": "0.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/bitcore-p2p-cash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-p2p-cash",
"version": "8.6.0",
"version": "8.7.0",
"description": "Interface to the bitcoin P2P network for bitcore",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down Expand Up @@ -60,14 +60,14 @@
"url": "https://github.com/bitpay/bitcore-p2p.git"
},
"dependencies": {
"bitcore-lib": "^8.6.0",
"bitcore-lib-cash": "^8.6.0",
"bitcore-lib": "^8.7.0",
"bitcore-lib-cash": "^8.7.0",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
},
"devDependencies": {
"bitcore-build": "^8.6.0",
"bitcore-build": "^8.7.0",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/bitcore-p2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-p2p",
"version": "8.6.0",
"version": "8.7.0",
"description": "Interface to the bitcoin P2P network for bitcore",
"main": "index.js",
"scripts": {
Expand All @@ -20,13 +20,13 @@
},
"dependencies": {
"bcoin": "1.0.0-beta.12",
"bitcore-lib": "^8.6.0",
"bitcore-lib": "^8.7.0",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
},
"devDependencies": {
"bitcore-build": "^8.6.0",
"bitcore-build": "^8.7.0",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/bitcore-wallet-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bitcore-wallet-client",
"description": "Client for bitcore-wallet-service",
"author": "BitPay Inc",
"version": "8.6.0",
"version": "8.7.0",
"license": "MIT",
"main": "ts_build/index.js",
"types": "ts_build/index.d.js",
Expand All @@ -29,9 +29,9 @@
"async": "^0.9.0",
"awesome-typescript-loader": "^5.2.1",
"bip38": "^1.3.0",
"bitcore-lib": "^8.6.0",
"bitcore-lib-cash": "^8.6.0",
"bitcore-mnemonic": "^8.6.0",
"bitcore-lib": "^8.7.0",
"bitcore-lib-cash": "^8.7.0",
"bitcore-mnemonic": "^8.7.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.15",
"preconditions": "^2.2.3",
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"@types/lodash": "^4.14.136",
"@types/node": "^10.0.2",
"bitcore-wallet-service": "^8.6.0",
"bitcore-wallet-service": "^8.7.0",
"browserify": "^13.1.0",
"chai": "^1.9.1",
"coveralls": "^3.0.2",
Expand Down
Loading

0 comments on commit 68db0f4

Please sign in to comment.