aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-09-21 20:46:10 +0800
committerFabio Berger <me@fabioberger.com>2018-09-21 20:46:10 +0800
commitb0484eafe3ca6c66f3c5109721ced7b199f11823 (patch)
tree47409bdddc2ebe0ab2827a57eebdc580c662ea3a /yarn.lock
parent1b799e98e8505ff0195944b9987a938b9645b665 (diff)
downloaddexon-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
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock10
1 files changed, 9 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock
index aa30946a8..950b39fd8 100644
--- a/yarn.lock
+++ b/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"