diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryTest/mload16bitBoundFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stMemoryTest/mload16bitBoundFiller.json | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryTest/mload16bitBoundFiller.json b/src/GeneralStateTestsFiller/stMemoryTest/mload16bitBoundFiller.json index 5f0b1ab42..231fd972d 100644 --- a/src/GeneralStateTestsFiller/stMemoryTest/mload16bitBoundFiller.json +++ b/src/GeneralStateTestsFiller/stMemoryTest/mload16bitBoundFiller.json @@ -46,7 +46,7 @@ "gas" : -1, "value" : -1 }, - "network" : [">=Homestead"], + "network" : ["Homestead", "EIP150", "EIP158", "Byzantium"], "result" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "0x0de0b6b3a764000a", @@ -70,6 +70,37 @@ } } } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Constantinople"], + "result" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x0de0b6b3a764000a", + "code" : "0x6201000051600155", + "nonce" : "0x00", + "storage" : { + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "35556", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "175923205213354", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + } } ], "pre" : { |