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/randomStatetest275Filler.json | 33 +++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'src/GeneralStateTestsFiller/stRandom/randomStatetest275Filler.json') diff --git a/src/GeneralStateTestsFiller/stRandom/randomStatetest275Filler.json b/src/GeneralStateTestsFiller/stRandom/randomStatetest275Filler.json index 6620e41e3..2d7434426 100644 --- a/src/GeneralStateTestsFiller/stRandom/randomStatetest275Filler.json +++ b/src/GeneralStateTestsFiller/stRandom/randomStatetest275Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : [">=Byzantium", "Homestead"], + "network" : ["Byzantium", "Homestead"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "4157391", @@ -39,6 +39,37 @@ } } } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Constantinople"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "4157391", + "code" : "0x437f000000000000000000000000000000000000000000000000000000000000c3507ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000197ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09656756323c597455", + "nonce" : "0", + "storage" : { + } + }, + "945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "balance" : "29209", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999999995813446", + "code" : "0x", + "nonce" : "1", + "storage" : { + } + } + } } ], "pre" : { -- cgit