diff options
author | Fabio Berger <me@fabioberger.com> | 2018-09-21 20:46:10 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-09-21 20:46:10 +0800 |
commit | b0484eafe3ca6c66f3c5109721ced7b199f11823 (patch) | |
tree | 47409bdddc2ebe0ab2827a57eebdc580c662ea3a | |
parent | 1b799e98e8505ff0195944b9987a938b9645b665 (diff) | |
download | dexon-sol-tools-b0484eafe3ca6c66f3c5109721ced7b199f11823.tar dexon-sol-tools-b0484eafe3ca6c66f3c5109721ced7b199f11823.tar.gz dexon-sol-tools-b0484eafe3ca6c66f3c5109721ced7b199f11823.tar.bz2 dexon-sol-tools-b0484eafe3ca6c66f3c5109721ced7b199f11823.tar.lz dexon-sol-tools-b0484eafe3ca6c66f3c5109721ced7b199f11823.tar.xz dexon-sol-tools-b0484eafe3ca6c66f3c5109721ced7b199f11823.tar.zst dexon-sol-tools-b0484eafe3ca6c66f3c5109721ced7b199f11823.zip |
Upgrade blockstream to version that supports fetching logs by blockHash, fixing reliability issues
-rw-r--r-- | packages/contract-wrappers/package.json | 2 | ||||
-rw-r--r-- | packages/order-watcher/package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 10 |
3 files changed, 11 insertions, 3 deletions
diff --git a/packages/contract-wrappers/package.json b/packages/contract-wrappers/package.json index ece5c9649..4ec93928c 100644 --- a/packages/contract-wrappers/package.json +++ b/packages/contract-wrappers/package.json @@ -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", diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json index a07e0f795..bc86a651f 100644 --- a/packages/order-watcher/package.json +++ b/packages/order-watcher/package.json @@ -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" }, @@ -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" |