From 881c61c0c2c20607e55e6c9931ed264ec4262bbf Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 1 Jun 2014 09:04:18 -0300 Subject: [PATCH 1/2] update dependencies --- lib/PeerSync.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/PeerSync.js b/lib/PeerSync.js index 568ccd6c0..abcef993a 100644 --- a/lib/PeerSync.js +++ b/lib/PeerSync.js @@ -96,7 +96,7 @@ PeerSync.prototype.handleBlock = function(info) { }); } else if (err) { - console.log('[p2p_sync] Error in handle Block: ' + err); + console.log('[p2p_sync] Error in handle Block: ', err); } else { if (self.shouldBroadcast) { diff --git a/package.json b/package.json index a7a7b6ed3..4a3a4a452 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "start": "node node_modules/grunt-cli/bin/grunt" }, "dependencies": { - "bitcore": "=0.1.19", + "bitcore": "git://github.com/bitpay/bitcore.git#4d8af75ae9916984c52ee2eda1870d5980656341", "base58-native": "0.1.2", "async": "*", "leveldown": "*", From f60c23563acbfa6b03f1b1fbc66b7b7d81a39960 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 1 Jun 2014 09:04:52 -0300 Subject: [PATCH 2/2] 0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a3a4a452..5deb21956 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insight-bitcore-api", "description": "An open-source bitcoin blockchain API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.", - "version": "0.2.1", + "version": "0.2.2", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com"