From ab2e04c19c6faeaafccbb045daeeffce48e4b436 Mon Sep 17 00:00:00 2001 From: Arto Bendiken Date: Mon, 2 Nov 2020 19:16:44 +0200 Subject: [PATCH] Upgrade OpenEthereum from 2.6.7 to 2.6.8. (#3506) --- Cargo.lock | 12 ++++++------ runtime/near-evm-runner/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 076bcbf324f..6a4c95addb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1468,7 +1468,7 @@ dependencies = [ [[package]] name = "ethjson" version = "0.1.0" -source = "git+https://github.com/openethereum/openethereum?rev=v2.6.7#ba1b879e9f9aae0e949c1530268d0ff7c0347cca" +source = "git+https://github.com/openethereum/openethereum?rev=v2.6.8#9bf6ed8450ec2eb61f14b362574c453ed68bd761" dependencies = [ "ethereum-types", "rustc-hex 1.0.0", @@ -1479,7 +1479,7 @@ dependencies = [ [[package]] name = "evm" version = "0.1.0" -source = "git+https://github.com/openethereum/openethereum?rev=v2.6.7#ba1b879e9f9aae0e949c1530268d0ff7c0347cca" +source = "git+https://github.com/openethereum/openethereum?rev=v2.6.8#9bf6ed8450ec2eb61f14b362574c453ed68bd761" dependencies = [ "bit-set", "ethereum-types", @@ -2333,7 +2333,7 @@ dependencies = [ [[package]] name = "keccak-hasher" version = "0.1.1" -source = "git+https://github.com/openethereum/openethereum?rev=v2.6.7#ba1b879e9f9aae0e949c1530268d0ff7c0347cca" +source = "git+https://github.com/openethereum/openethereum?rev=v2.6.8#9bf6ed8450ec2eb61f14b362574c453ed68bd761" dependencies = [ "ethereum-types", "hash-db", @@ -2615,7 +2615,7 @@ dependencies = [ [[package]] name = "memory-cache" version = "0.1.0" -source = "git+https://github.com/openethereum/openethereum?rev=v2.6.7#ba1b879e9f9aae0e949c1530268d0ff7c0347cca" +source = "git+https://github.com/openethereum/openethereum?rev=v2.6.8#9bf6ed8450ec2eb61f14b362574c453ed68bd761" dependencies = [ "lru-cache", "parity-util-mem", @@ -3822,7 +3822,7 @@ dependencies = [ [[package]] name = "patricia-trie-ethereum" version = "0.1.0" -source = "git+https://github.com/openethereum/openethereum?rev=v2.6.7#ba1b879e9f9aae0e949c1530268d0ff7c0347cca" +source = "git+https://github.com/openethereum/openethereum?rev=v2.6.8#9bf6ed8450ec2eb61f14b362574c453ed68bd761" dependencies = [ "elastic-array 0.10.3", "ethereum-types", @@ -5629,7 +5629,7 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" [[package]] name = "vm" version = "0.1.0" -source = "git+https://github.com/openethereum/openethereum?rev=v2.6.7#ba1b879e9f9aae0e949c1530268d0ff7c0347cca" +source = "git+https://github.com/openethereum/openethereum?rev=v2.6.8#9bf6ed8450ec2eb61f14b362574c453ed68bd761" dependencies = [ "ethereum-types", "ethjson", diff --git a/runtime/near-evm-runner/Cargo.toml b/runtime/near-evm-runner/Cargo.toml index 6bb010b0b3e..b8a93874762 100644 --- a/runtime/near-evm-runner/Cargo.toml +++ b/runtime/near-evm-runner/Cargo.toml @@ -24,8 +24,8 @@ keccak-hash = "0.2.0" ripemd160 = "0.9.0" libsecp256k1 = "0.3.5" -evm = { git = "https://github.com/openethereum/openethereum", rev = "v2.6.7" } -vm = { git = "https://github.com/openethereum/openethereum", rev = "v2.6.7" } +evm = { git = "https://github.com/openethereum/openethereum", rev = "v2.6.8" } +vm = { git = "https://github.com/openethereum/openethereum", rev = "v2.6.8" } bn = { git = "https://github.com/paritytech/bn", default-features = false } parity-bytes = "0.1.0" ethereum-types = "0.6.0"