Merge pull request #93 from kleetus/updates/protocol
Default protocol and bitcore-lib updates
This commit is contained in:
commit
1ad1eed82a
@ -19,7 +19,7 @@ function builder(options) {
|
|||||||
options.BlockHeader = options.BlockHeader || bitcore.BlockHeader;
|
options.BlockHeader = options.BlockHeader || bitcore.BlockHeader;
|
||||||
options.Transaction = options.Transaction || bitcore.Transaction;
|
options.Transaction = options.Transaction || bitcore.Transaction;
|
||||||
options.MerkleBlock = options.MerkleBlock || bitcore.MerkleBlock;
|
options.MerkleBlock = options.MerkleBlock || bitcore.MerkleBlock;
|
||||||
options.protocolVersion = options.protocolVersion || 70000;
|
options.protocolVersion = options.protocolVersion || 70001;
|
||||||
|
|
||||||
var exported = {
|
var exported = {
|
||||||
constructors: {
|
constructors: {
|
||||||
|
|||||||
@ -52,7 +52,7 @@
|
|||||||
"url": "https://github.com/bitpay/bitcore-p2p.git"
|
"url": "https://github.com/bitpay/bitcore-p2p.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bitcore-lib": "^0.13.7",
|
"bitcore-lib": "^0.14",
|
||||||
"bloom-filter": "^0.2.0",
|
"bloom-filter": "^0.2.0",
|
||||||
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
|
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
|
||||||
"socks5-client": "^0.3.6"
|
"socks5-client": "^0.3.6"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user