diff options
author | Dimitry <winsvega@mail.ru> | 2017-08-03 17:48:53 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-08-03 17:48:53 +0800 |
commit | 400b1a86d4b13b46e8f13ca65dd206bc46120495 (patch) | |
tree | 7c91a19f25dc0a6fd2a8520989373d1ec3d3daf6 /src/BlockchainTestsFiller/bcExploitTest | |
parent | 8736b076d5f94b29a1fbcf191368e94eae3a9eef (diff) | |
download | dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.gz dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.bz2 dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.lz dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.xz dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.zst dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.zip |
split metropolis
Diffstat (limited to 'src/BlockchainTestsFiller/bcExploitTest')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/BlockchainTestsFiller/bcExploitTest/DelegateCallSpamFiller.json b/src/BlockchainTestsFiller/bcExploitTest/DelegateCallSpamFiller.json index 0810b7a49..61f851c1a 100644 --- a/src/BlockchainTestsFiller/bcExploitTest/DelegateCallSpamFiller.json +++ b/src/BlockchainTestsFiller/bcExploitTest/DelegateCallSpamFiller.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["Frontier", "EIP150", "EIP158", "Metropolis"], + "network" : ["Frontier", "EIP150", "EIP158", "Byzantium"], "result" : { "094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { diff --git a/src/BlockchainTestsFiller/bcExploitTest/ShanghaiLoveFiller.json b/src/BlockchainTestsFiller/bcExploitTest/ShanghaiLoveFiller.json index b69b7a6eb..1d885804a 100644 --- a/src/BlockchainTestsFiller/bcExploitTest/ShanghaiLoveFiller.json +++ b/src/BlockchainTestsFiller/bcExploitTest/ShanghaiLoveFiller.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["Frontier", "EIP150", "EIP158", "Metropolis"], + "network" : ["Frontier", "EIP150", "EIP158", "Byzantium"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "9999999999999999999999999999999999999999995500000", diff --git a/src/BlockchainTestsFiller/bcExploitTest/StrangeContractCreationFiller.json b/src/BlockchainTestsFiller/bcExploitTest/StrangeContractCreationFiller.json index 99c1a3768..45cbd8929 100644 --- a/src/BlockchainTestsFiller/bcExploitTest/StrangeContractCreationFiller.json +++ b/src/BlockchainTestsFiller/bcExploitTest/StrangeContractCreationFiller.json @@ -32,7 +32,7 @@ } }, { - "network" : ["Metropolis"], + "network" : ["Byzantium"], "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { "balance" : "0x00", |