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 --- .../stRandom/randomStatetest230Filler.json | 33 +++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'src/GeneralStateTestsFiller/stRandom/randomStatetest230Filler.json') diff --git a/src/GeneralStateTestsFiller/stRandom/randomStatetest230Filler.json b/src/GeneralStateTestsFiller/stRandom/randomStatetest230Filler.json index 9c972c3c2..24fc35e45 100644 --- a/src/GeneralStateTestsFiller/stRandom/randomStatetest230Filler.json +++ b/src/GeneralStateTestsFiller/stRandom/randomStatetest230Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : [">=Byzantium", "Homestead"], + "network" : ["Byzantium", "Homestead"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "856911811", @@ -39,6 +39,37 @@ } } } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Constantinople"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "856911811", + "code" : "0x7f000000000000000000000000000000000000000000000000000000000000c350427f00000000000000000000000100000000000000000000000000000000000000007ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0960005155", + "nonce" : "0", + "storage" : { + } + }, + "945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "balance" : "30979", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999999143057256", + "code" : "0x", + "nonce" : "1", + "storage" : { + } + } + } } ], "pre" : { -- cgit