From b0ef3c8f213005cb5d689c20208d295cad66f423 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 7 Oct 2016 11:32:10 +1100 Subject: [PATCH 1/3] package: not actually dependent on browserify for dev --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index bba1e9f..9d0b70a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,6 @@ }, "devDependencies": { "async": "^1.5.0", - "browserify": "^10.0.0", "bs58": "^2.0.1", "cb-http-client": "^0.2.0", "httpify": "^1.0.0", From 905314384b743c27e5be51102b42f0408304dc3c Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 7 Oct 2016 11:34:33 +1100 Subject: [PATCH 2/3] package: update dev dependencies to latest --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9d0b70a..dc734fb 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "2.3.0", "description": "Client-side Bitcoin JavaScript library", "main": "./src/index.js", - "engines" : { - "node" : ">=0.12" + "engines": { + "node": ">=0.12" }, "keywords": [ "bitcoin", @@ -64,12 +64,12 @@ "wif": "^2.0.1" }, "devDependencies": { - "async": "^1.5.0", - "bs58": "^2.0.1", + "async": "^2.0.1", + "bs58": "^3.0.0", "cb-http-client": "^0.2.0", - "httpify": "^1.0.0", + "httpify": "^3.0.0", "minimaldata": "^1.0.0", - "mocha": "^2.2.0", + "mocha": "^3.1.0", "nyc": "^8.1.0", "proxyquire": "^1.4.0", "sinon": "^1.12.2", From 9b473ca57bbbaef01b908fff4b8f673832934540 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 7 Oct 2016 11:37:44 +1100 Subject: [PATCH 3/3] tests/integration: bump timeouts to 30s each --- test/integration/advanced.js | 2 +- test/integration/crypto.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/advanced.js b/test/integration/advanced.js index e90a104..49d3361 100644 --- a/test/integration/advanced.js +++ b/test/integration/advanced.js @@ -5,7 +5,7 @@ var blockchain = require('./_blockchain') describe('bitcoinjs-lib (advanced)', function () { it('can create an OP_RETURN transaction', function (done) { - this.timeout(20000) + this.timeout(30000) var network = bitcoin.networks.testnet var keyPair = bitcoin.ECPair.makeRandom({ network: network }) diff --git a/test/integration/crypto.js b/test/integration/crypto.js index 0644129..84fc9ca 100644 --- a/test/integration/crypto.js +++ b/test/integration/crypto.js @@ -59,7 +59,7 @@ describe('bitcoinjs-lib (crypto)', function () { }) it('can recover a private key from duplicate R values', function (done) { - this.timeout(10000) + this.timeout(30000) var inputs = [ {