Upgrade blockstream to version that supports fetching logs by blockHash, fixing reliability issues
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
"@0xproject/utils": "^1.0.8",
|
||||
"@0xproject/web3-wrapper": "^2.0.2",
|
||||
"ethereum-types": "^1.0.6",
|
||||
"ethereumjs-blockstream": "5.0.0",
|
||||
"ethereumjs-blockstream": "6.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"ethers": "3.0.22",
|
||||
"js-sha3": "^0.7.0",
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
"@0xproject/web3-wrapper": "^2.0.2",
|
||||
"bintrees": "^1.0.2",
|
||||
"ethereum-types": "^1.0.6",
|
||||
"ethereumjs-blockstream": "5.0.0",
|
||||
"ethereumjs-blockstream": "6.0.0",
|
||||
"ethers": "3.0.22",
|
||||
"lodash": "^4.17.5"
|
||||
},
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@@ -5203,6 +5203,14 @@ ethereumjs-blockstream@5.0.0:
|
||||
source-map-support "0.5.6"
|
||||
uuid "3.2.1"
|
||||
|
||||
ethereumjs-blockstream@6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/ethereumjs-blockstream/-/ethereumjs-blockstream-6.0.0.tgz#79d726d1f358935eb65195e91d40344c31e87eff"
|
||||
dependencies:
|
||||
immutable "3.8.2"
|
||||
source-map-support "0.5.6"
|
||||
uuid "3.2.1"
|
||||
|
||||
ethereumjs-tx@0xProject/ethereumjs-tx#fake-tx-include-signature-by-default:
|
||||
version "1.3.4"
|
||||
resolved "https://codeload.github.com/0xProject/ethereumjs-tx/tar.gz/29d1153889c389591f74b2401da8a0c6ad40f9a7"
|
||||
@@ -6053,7 +6061,7 @@ ganache-core@0xProject/ganache-core#monorepo-dep:
|
||||
ethereumjs-tx "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default"
|
||||
ethereumjs-util "^5.2.0"
|
||||
ethereumjs-vm "2.3.5"
|
||||
ethereumjs-wallet "~0.6.0"
|
||||
ethereumjs-wallet "0.6.0"
|
||||
fake-merkle-patricia-tree "~1.0.1"
|
||||
heap "~0.2.6"
|
||||
js-scrypt "^0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user