diff options
author | Dimitry <winsvega@mail.ru> | 2017-06-21 20:58:24 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-06-22 17:04:23 +0800 |
commit | 814cf9f7a24acd95a7b05cb43c8ba91060f93974 (patch) | |
tree | 5f29a342ac5bcd887c336fbcf41de6ce6a5d7e3d /src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json | |
parent | a0ec09cffae05f1da3a0c38b341713a53301a47c (diff) | |
download | dexon-tests-814cf9f7a24acd95a7b05cb43c8ba91060f93974.tar dexon-tests-814cf9f7a24acd95a7b05cb43c8ba91060f93974.tar.gz dexon-tests-814cf9f7a24acd95a7b05cb43c8ba91060f93974.tar.bz2 dexon-tests-814cf9f7a24acd95a7b05cb43c8ba91060f93974.tar.lz dexon-tests-814cf9f7a24acd95a7b05cb43c8ba91060f93974.tar.xz dexon-tests-814cf9f7a24acd95a7b05cb43c8ba91060f93974.tar.zst dexon-tests-814cf9f7a24acd95a7b05cb43c8ba91060f93974.zip |
update stMemoryStress with 250M gas limit
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json b/src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json index 4598de171..674c3ff92 100644 --- a/src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json +++ b/src/GeneralStateTestsFiller/stMemoryStressTest/mload32bitBound2Filler.json @@ -1,5 +1,5 @@ { - "mload32bitBound2 " : { + "mload32bitBound2" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x20000", @@ -12,7 +12,7 @@ { "indexes" : { "data" : -1, - "gas" : -1, + "gas" : 1, "value" : -1 }, "network" : "Frontier", @@ -25,14 +25,13 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x225eebec75ab", + "balance" : "250000000", "code" : "0x", "nonce" : "0x00", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0135564b51921f", "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,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x225eebec75ab", + "balance" : "250000000", "code" : "0x", "nonce" : "0x00", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0135564b51921f", + "balance" : "377910554219850", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -99,7 +98,7 @@ "" ], "gasLimit" : [ - "37791080412587" + "150000", "250000000" ], "gasPrice" : "1", "nonce" : "0", |