diff options
author | winsvega <winsvega@mail.ru> | 2017-06-23 18:23:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 18:23:19 +0800 |
commit | a83f7cf93747ae96c16e0cf2d987ec1ba7367128 (patch) | |
tree | 5949dbed65fa6200ffcafb07c4a24a74e48cb52b /src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json | |
parent | abef4f507eadd485c893ceda2acabc84a93fc897 (diff) | |
parent | 18795f73327d55c90148434ce822ddf8e02e9894 (diff) | |
download | dexon-tests-a83f7cf93747ae96c16e0cf2d987ec1ba7367128.tar dexon-tests-a83f7cf93747ae96c16e0cf2d987ec1ba7367128.tar.gz dexon-tests-a83f7cf93747ae96c16e0cf2d987ec1ba7367128.tar.bz2 dexon-tests-a83f7cf93747ae96c16e0cf2d987ec1ba7367128.tar.lz dexon-tests-a83f7cf93747ae96c16e0cf2d987ec1ba7367128.tar.xz dexon-tests-a83f7cf93747ae96c16e0cf2d987ec1ba7367128.tar.zst dexon-tests-a83f7cf93747ae96c16e0cf2d987ec1ba7367128.zip |
Merge pull request #191 from ethereum/remStBounds
update tests with 250M gas limit
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json b/src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json index a2daff7ff..8540eb4e1 100644 --- a/src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json +++ b/src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json @@ -1,5 +1,5 @@ { - "FillStack " : { + "FillStack" : { "env" : { "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5", "currentDifficulty" : "0x20000", @@ -12,7 +12,7 @@ { "indexes" : { "data" : -1, - "gas" : -1, + "gas" : 1, "value" : -1 }, "network" : "Frontier", @@ -25,14 +25,13 @@ } }, "945304eb96065b2a98b57a48a06ae28d285a71b5" : { - "balance" : "0x2ff006", + "balance" : "250000046", "code" : "0x6000355415600957005b60203560003555", "nonce" : "0x00", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7341028", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -43,7 +42,7 @@ { "indexes" : { "data" : -1, - "gas" : -1, + "gas" : 1, "value" : -1 }, "network" : ["Homestead", "EIP150", "EIP158"], @@ -56,14 +55,13 @@ } }, "945304eb96065b2a98b57a48a06ae28d285a71b5" : { - "balance" : "0x2ff006", + "balance" : "250000046", "code" : "0x6000355415600957005b60203560003555", "nonce" : "0x00", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7341028", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -100,7 +98,7 @@ "0x5b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe457f00000000000000000000000100000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000017f000000000000000000000000000000000000000000000000000000000000c3504357155320803a97" ], "gasLimit" : [ - "3141592" + "3141592", "250000000" ], "gasPrice" : "1", "nonce" : "0", |