Merge pull request #93 from kleetus/updates/protocol

Default protocol and bitcore-lib updates
This commit is contained in:
Chris Kleeschulte 2017-04-24 18:37:23 -04:00 committed by GitHub
commit 1ad1eed82a
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ function builder(options) {
options.BlockHeader = options.BlockHeader || bitcore.BlockHeader;
options.Transaction = options.Transaction || bitcore.Transaction;
options.MerkleBlock = options.MerkleBlock || bitcore.MerkleBlock;
options.protocolVersion = options.protocolVersion || 70000;
options.protocolVersion = options.protocolVersion || 70001;
var exported = {
constructors: {

View File

@ -52,7 +52,7 @@
"url": "https://github.com/bitpay/bitcore-p2p.git"
},
"dependencies": {
"bitcore-lib": "^0.13.7",
"bitcore-lib": "^0.14",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"