diff options
author | Dimitry <winsvega@mail.ru> | 2016-12-27 17:43:37 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-12-27 17:43:37 +0800 |
commit | 510ae952dcacd8c176b9bf4d057dee9a515756f9 (patch) | |
tree | 15cf42c3897748a603bc28989bee02c432e5cc94 /src/GeneralStateTestsFiller/stMemoryStressTest | |
parent | f3da017ad352b0b9d58c6738db98afdf9d7f76e8 (diff) | |
download | dexon-tests-510ae952dcacd8c176b9bf4d057dee9a515756f9.tar dexon-tests-510ae952dcacd8c176b9bf4d057dee9a515756f9.tar.gz dexon-tests-510ae952dcacd8c176b9bf4d057dee9a515756f9.tar.bz2 dexon-tests-510ae952dcacd8c176b9bf4d057dee9a515756f9.tar.lz dexon-tests-510ae952dcacd8c176b9bf4d057dee9a515756f9.tar.xz dexon-tests-510ae952dcacd8c176b9bf4d057dee9a515756f9.tar.zst dexon-tests-510ae952dcacd8c176b9bf4d057dee9a515756f9.zip |
stMemoryStressTest wip 3
stRevertTest
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryStressTest')
-rw-r--r-- | src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json b/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json index bf489ca63..0d0654bfc 100644 --- a/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json +++ b/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json @@ -16,7 +16,7 @@ "gas" : -1, "value" : -1 }, - "network" : ["ALL"], + "network" : ["Frontier", "Homestead", "EIP150"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "99" @@ -26,6 +26,28 @@ "code" : "", "nonce" : "0", "storage" : { + "0x01" : "0x01" + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : ["EIP158"], + "result" : { + "1000000000000000000000000000000000000000" : { + "balance" : "99" + }, + "13136008b64ff592819b2fa6d43f2835c452020e" : { + "balance" : "1", + "code" : "", + "nonce" : "1", + "storage" : { + "0x01" : "0x01" } } } |