From 0004e13e8f67dd9e2bc6aa912134efab6b6224e2 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 17 May 2017 14:50:09 +0300 Subject: update static call tests --- .../static_Call1024PreCalls2Filler.json | 57 +++++++++++++++++++--- 1 file changed, 51 insertions(+), 6 deletions(-) (limited to 'src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json') diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json b/src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json index e01af799e..11ae1b7da 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_Call1024PreCalls2Filler.json @@ -11,7 +11,7 @@ "expect" : [ { "indexes" : { - "data" : -1, + "data" : 0, "gas" : -1, "value" : -1 }, @@ -19,12 +19,42 @@ "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { - "0x00" : "0x0401", + "0x00" : "0x0400", "0x01" : "0x01", "0x02" : "0x00", "0x03" : "0x00" } - } + }, + "1000000000000000000000000000000000000000" : { + "storage" : { + "0x00" : "0x01", + "0x01" : "0x7ffffffffea056fd" + } + } + } + }, + { + "indexes" : { + "data" : 1, + "gas" : -1, + "value" : -1 + }, + "network" : ["Metropolis"], + "result" : { + "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x00", + "0x01" : "0x00", + "0x02" : "0x00", + "0x03" : "0x00" + } + }, + "1000000000000000000000000000000000000000" : { + "storage" : { + "0x00" : "0x01", + "0x01" : "0x7fffffffffdcd15d" + } + } } } ], @@ -36,9 +66,16 @@ "storage" : { } }, + "1000000000000000000000000000000000000000" : { + "balance" : "0", + "code" : "{ [[ 0 ]] (CALL (GAS) (CALLDATALOAD 0) (CALLVALUE) 0 0 0 0) [[ 1 ]] (GAS) }", + "nonce" : "0", + "storage" : { + } + }, "aaaf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "7000", - "code" : "", + "code" : "{ (MSTORE 0 1)}", "nonce" : "0", "storage" : { } @@ -49,11 +86,19 @@ "nonce" : "0", "storage" : { } + }, + "cbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "2024", + "code" : "{ (STATICCALL 0xffff 0xaaaf5374fce5edbc8e2a8697c15331677e6ebf0b 0 0 0 0) (STATICCALL 0xffff 0xaaaf5374fce5edbc8e2a8697c15331677e6ebf0b 0 0 0 0) (MSTORE 0 (ADD (MLOAD 0) 1)) (DELEGATECALL 0xfffffffffff 0xcbbf5374fce5edbc8e2a8697c15331677e6ebf0b 0 0 0 0) }", + "nonce" : "0", + "storage" : { + } } }, "transaction" : { "data" : [ - "" + "0x000000000000000000000000bbbf5374fce5edbc8e2a8697c15331677e6ebf0b", + "0x000000000000000000000000cbbf5374fce5edbc8e2a8697c15331677e6ebf0b" ], "gasLimit" : [ "0x7ffffffffffffff0" @@ -61,7 +106,7 @@ "gasPrice" : "1", "nonce" : "", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b", + "to" : "1000000000000000000000000000000000000000", "value" : [ "10" ] -- cgit