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 /GeneralStateTests/stAttackTest | |
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 'GeneralStateTests/stAttackTest')
-rw-r--r-- | GeneralStateTests/stAttackTest/ContractCreationSpam.json | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/GeneralStateTests/stAttackTest/ContractCreationSpam.json b/GeneralStateTests/stAttackTest/ContractCreationSpam.json index d280bdfcd..a37385e5c 100644 --- a/GeneralStateTests/stAttackTest/ContractCreationSpam.json +++ b/GeneralStateTests/stAttackTest/ContractCreationSpam.json @@ -2,7 +2,7 @@ "ContractCreationSpam" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stAttackTest/ContractCreationSpamFiller.json" }, "env" : { @@ -14,7 +14,7 @@ "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { - "EIP150" : [ + "Byzantium" : [ { "hash" : "0x7e7ff82e1c33ffbeb3dedb679498c9716f83c697f497d75aca467ae936b8ae45", "indexes" : { @@ -26,7 +26,7 @@ ] } ], - "EIP158" : [ + "Constantinople" : [ { "hash" : "0x7e7ff82e1c33ffbeb3dedb679498c9716f83c697f497d75aca467ae936b8ae45", "indexes" : { @@ -38,9 +38,9 @@ ] } ], - "Frontier" : [ + "EIP150" : [ { - "hash" : "0xe6b8c416b01e463186ae6661211f5e6c3ee69a1975e8f4a4d2d65ed0ff1faf2d", + "hash" : "0x7e7ff82e1c33ffbeb3dedb679498c9716f83c697f497d75aca467ae936b8ae45", "indexes" : { "data" : 0, "gas" : 0, @@ -50,7 +50,19 @@ ] } ], - "Homestead" : [ + "EIP158" : [ + { + "hash" : "0x7e7ff82e1c33ffbeb3dedb679498c9716f83c697f497d75aca467ae936b8ae45", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : [ + ] + } + ], + "Frontier" : [ { "hash" : "0xe6b8c416b01e463186ae6661211f5e6c3ee69a1975e8f4a4d2d65ed0ff1faf2d", "indexes" : { @@ -62,9 +74,9 @@ ] } ], - "Metropolis" : [ + "Homestead" : [ { - "hash" : "0x7e7ff82e1c33ffbeb3dedb679498c9716f83c697f497d75aca467ae936b8ae45", + "hash" : "0xe6b8c416b01e463186ae6661211f5e6c3ee69a1975e8f4a4d2d65ed0ff1faf2d", "indexes" : { "data" : 0, "gas" : 0, |