diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-01-30 23:05:58 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2018-01-30 23:05:58 +0800 |
commit | c083eed5a526f3587c424dd1e2622f81a9ae2878 (patch) | |
tree | 2890d1d19d90bd21c771cc9e1b488fd8989dc1f0 /src/GeneralStateTestsFiller/stMemExpandingEIP150Calls | |
parent | 12f89dbb67710780370ddf21ce3702ef8059d547 (diff) | |
download | tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.gz tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.bz2 tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.lz tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.xz tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.zst tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.zip |
Fixing errors from JSONSchema/st-filler-schema.json
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemExpandingEIP150Calls')
5 files changed, 22 insertions, 22 deletions
diff --git a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/CallAndCallcodeConsumeMoreGasThenTransactionHasWithMemExpandingCallsFiller.json b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/CallAndCallcodeConsumeMoreGasThenTransactionHasWithMemExpandingCallsFiller.json index 01814f431..80f3ba2bc 100644 --- a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/CallAndCallcodeConsumeMoreGasThenTransactionHasWithMemExpandingCallsFiller.json +++ b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/CallAndCallcodeConsumeMoreGasThenTransactionHasWithMemExpandingCallsFiller.json @@ -50,15 +50,15 @@ }, "b94f5374fce5edbc8e2a8697c15331677e6ebf0b": { "storage": { - "0x08": "0", - "0x09": "0", - "0x00": "0", - "0x0a": "0" + "0x08": "0x00", + "0x09": "0x00", + "0x00": "0x00", + "0x0a": "0x00" } }, "1000000000000000000000000000000000000103": { "storage": { - "0x00": "0" + "0x00": "0x00" } } } diff --git a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/CallAskMoreGasOnDepth2ThenTransactionHasWithMemExpandingCallsFiller.json b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/CallAskMoreGasOnDepth2ThenTransactionHasWithMemExpandingCallsFiller.json index e8fd4daf7..5fa230ba4 100644 --- a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/CallAskMoreGasOnDepth2ThenTransactionHasWithMemExpandingCallsFiller.json +++ b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/CallAskMoreGasOnDepth2ThenTransactionHasWithMemExpandingCallsFiller.json @@ -55,18 +55,18 @@ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b": { "storage": { "0x08": "0x08d5b6", - "0x09": "0" + "0x09": "0x00" } }, "1000000000000000000000000000000000000108": { "storage": { - "0x08": "0" + "0x08": "0x00" } }, "1000000000000000000000000000000000000107": { "storage": { - "0x08": "0", - "0x09": "0" + "0x08": "0x00", + "0x09": "0x00" } } } diff --git a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/DelegateCallOnEIPWithMemExpandingCallsFiller.json b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/DelegateCallOnEIPWithMemExpandingCallsFiller.json index f7b31fba0..68057eb5e 100644 --- a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/DelegateCallOnEIPWithMemExpandingCallsFiller.json +++ b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/DelegateCallOnEIPWithMemExpandingCallsFiller.json @@ -47,9 +47,9 @@ }, "b94f5374fce5edbc8e2a8697c15331677e6ebf0b": { "storage": { - "0x08": "0", - "0x09": "0", - "0x00": "0" + "0x08": "0x00", + "0x09": "0x00", + "0x00": "0x00" } }, "1000000000000000000000000000000000000105": { diff --git a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/ExecuteCallThatAskMoreGasThenTransactionHasWithMemExpandingCallsFiller.json b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/ExecuteCallThatAskMoreGasThenTransactionHasWithMemExpandingCallsFiller.json index 8fb3df7e6..03575965e 100644 --- a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/ExecuteCallThatAskMoreGasThenTransactionHasWithMemExpandingCallsFiller.json +++ b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/ExecuteCallThatAskMoreGasThenTransactionHasWithMemExpandingCallsFiller.json @@ -51,13 +51,13 @@ }, "b94f5374fce5edbc8e2a8697c15331677e6ebf0b": { "storage": { - "0x01": "0" + "0x01": "0x00" } }, "1000000000000000000000000000000000000001": { "balance": "100000", "storage": { - "0x01": "0" + "0x01": "0x00" } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba": { diff --git a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/NewGasPriceForCodesWithMemExpandingCallsFiller.json b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/NewGasPriceForCodesWithMemExpandingCallsFiller.json index b76a9174b..309987e94 100644 --- a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/NewGasPriceForCodesWithMemExpandingCallsFiller.json +++ b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/NewGasPriceForCodesWithMemExpandingCallsFiller.json @@ -82,15 +82,15 @@ }, "b94f5374fce5edbc8e2a8697c15331677e6ebf0b": { "storage": { - "0x02": "0", - "0x03": "0", + "0x02": "0x00", + "0x03": "0x00", "0x00": "0x12", - "0x01": "0", - "0x07": "0", - "0x04": "0", - "0x08": "0", - "0x0a": "0", - "0x64": "0" + "0x01": "0x00", + "0x07": "0x00", + "0x04": "0x00", + "0x08": "0x00", + "0x0a": "0x00", + "0x64": "0x00" } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b": { |