From e77d3ba583810fd2a41248270fb36e08dfe5f38e Mon Sep 17 00:00:00 2001 From: Dimitry Date: Tue, 25 Sep 2018 15:40:09 +0300 Subject: correct Constantinople expect section in state tests --- ...asPriceForCodesWithMemExpandingCallsFiller.json | 32 +++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'src/GeneralStateTestsFiller/stMemExpandingEIP150Calls') diff --git a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/NewGasPriceForCodesWithMemExpandingCallsFiller.json b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/NewGasPriceForCodesWithMemExpandingCallsFiller.json index 5ea9cfb85..870589994 100644 --- a/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/NewGasPriceForCodesWithMemExpandingCallsFiller.json +++ b/src/GeneralStateTestsFiller/stMemExpandingEIP150Calls/NewGasPriceForCodesWithMemExpandingCallsFiller.json @@ -45,7 +45,7 @@ "gas" : -1, "value" : -1 }, - "network" : [">=EIP158"], + "network" : ["EIP158", "Byzantium"], "result" : { "1000000000000000000000000000000000000010": { "balance": "111" @@ -69,6 +69,36 @@ } } }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Constantinople"], + "result" : { + "1000000000000000000000000000000000000010": { + "balance": "111" + }, + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b": { + "storage": { + "0x02": "0x1122334455667788991011121314151617181920000000000000000000000000", + "0x03": "0xe8d49be840", + "0x00": "0x12", + "0x01": "0x20", + "0x07": "0x01", + "0x04": "0x12", + "0x08": "0x01", + "0x0a": "0x066971", + "0x64": "0x11" + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b": { + "nonce": "1", + "balance": "999999800206" + } + } + }, { "indexes" : { "data" : -1, -- cgit v1.2.3