diff options
update stMemoryStress with 250M gas limit
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json | 34 |
1 files changed, 4 insertions, 30 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json b/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json index 6b18aa158..8e34dded0 100644 --- a/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json +++ b/src/GeneralStateTestsFiller/stMemoryStressTest/CREATE_Bounds2Filler.json @@ -16,39 +16,13 @@ "gas" : -1, "value" : -1 }, - "network" : ["Frontier", "Homestead", "EIP150"], + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { - "balance" : "99" + "balance" : "100" }, "13136008b64ff592819b2fa6d43f2835c452020e" : { - "balance" : "1", - "code" : "0x396000f3006000355415600957005b60", - "nonce" : "0", - "storage" : { - "0x01" : "0x01" - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["EIP158"], - "result" : { - "1000000000000000000000000000000000000000" : { - "balance" : "99" - }, - "13136008b64ff592819b2fa6d43f2835c452020e" : { - "balance" : "1", - "code" : "0x396000f3006000355415600957005b60", - "nonce" : "1", - "storage" : { - "0x01" : "0x01" - } + "shouldnotexist" : "1" } } } @@ -75,7 +49,7 @@ "" ], "gasLimit" : [ - "0x7fffffffffffffff" + "150000", "250000000" ], "gasPrice" : "1", "nonce" : "0", |