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 /GeneralStateTests/stMemoryStressTest/mload32bitBound2.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 'GeneralStateTests/stMemoryStressTest/mload32bitBound2.json')
-rw-r--r-- | GeneralStateTests/stMemoryStressTest/mload32bitBound2.json | 55 |
1 files changed, 48 insertions, 7 deletions
diff --git a/GeneralStateTests/stMemoryStressTest/mload32bitBound2.json b/GeneralStateTests/stMemoryStressTest/mload32bitBound2.json index 6ca541147..9c8e1cb3e 100644 --- a/GeneralStateTests/stMemoryStressTest/mload32bitBound2.json +++ b/GeneralStateTests/stMemoryStressTest/mload32bitBound2.json @@ -1,5 +1,5 @@ { - "mload32bitBound2 " : { + "mload32bitBound2" : { "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x20000", @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x6965350d67785b430326cd01f5c523976fa9361740a6f09f2f8b1f1f7940b6ec", + "hash" : "0xdd0682b57f5666e5d866e348ac7d3e539acd681ea27c9b0a814763f9c26f9792", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x325badc62761abdab23d0313acd3279d4109b53465c6efeeba3d46197740bc1c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x6965350d67785b430326cd01f5c523976fa9361740a6f09f2f8b1f1f7940b6ec", + "hash" : "0xdd0682b57f5666e5d866e348ac7d3e539acd681ea27c9b0a814763f9c26f9792", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x325badc62761abdab23d0313acd3279d4109b53465c6efeeba3d46197740bc1c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x6965350d67785b430326cd01f5c523976fa9361740a6f09f2f8b1f1f7940b6ec", + "hash" : "0xdd0682b57f5666e5d866e348ac7d3e539acd681ea27c9b0a814763f9c26f9792", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x325badc62761abdab23d0313acd3279d4109b53465c6efeeba3d46197740bc1c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x6965350d67785b430326cd01f5c523976fa9361740a6f09f2f8b1f1f7940b6ec", + "hash" : "0xdd0682b57f5666e5d866e348ac7d3e539acd681ea27c9b0a814763f9c26f9792", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x325badc62761abdab23d0313acd3279d4109b53465c6efeeba3d46197740bc1c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x6965350d67785b430326cd01f5c523976fa9361740a6f09f2f8b1f1f7940b6ec", + "hash" : "0xdd0682b57f5666e5d866e348ac7d3e539acd681ea27c9b0a814763f9c26f9792", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x325badc62761abdab23d0313acd3279d4109b53465c6efeeba3d46197740bc1c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -81,7 +121,8 @@ "" ], "gasLimit" : [ - "0x225eebec75ab" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", |