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/MLOAD_Bounds3.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/MLOAD_Bounds3.json')
-rw-r--r-- | GeneralStateTests/stMemoryStressTest/MLOAD_Bounds3.json | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/GeneralStateTests/stMemoryStressTest/MLOAD_Bounds3.json b/GeneralStateTests/stMemoryStressTest/MLOAD_Bounds3.json index bf0573cb0..19ae5136b 100644 --- a/GeneralStateTests/stMemoryStressTest/MLOAD_Bounds3.json +++ b/GeneralStateTests/stMemoryStressTest/MLOAD_Bounds3.json @@ -17,6 +17,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xdb86cc22a252fa3353441234daa0324f13bfc4bfd0248a855bf04e9f46618261", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ @@ -27,6 +35,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xdb86cc22a252fa3353441234daa0324f13bfc4bfd0248a855bf04e9f46618261", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ @@ -37,6 +53,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xdb86cc22a252fa3353441234daa0324f13bfc4bfd0248a855bf04e9f46618261", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ @@ -47,6 +71,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xdb86cc22a252fa3353441234daa0324f13bfc4bfd0248a855bf04e9f46618261", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ @@ -57,6 +89,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xdb86cc22a252fa3353441234daa0324f13bfc4bfd0248a855bf04e9f46618261", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -81,7 +121,8 @@ "" ], "gasLimit" : [ - "0x02160ec0" + "0x02160ec0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", |