From 8a53efa84c102c2c547692e47778e5a5e45cb126 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Fri, 6 Oct 2017 22:59:28 +0300 Subject: refill all the tests --- .../bcUncleTest/oneUncleGeneration4Filler.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration4Filler.json') diff --git a/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration4Filler.json b/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration4Filler.json index de1296a19..265dd4ac5 100644 --- a/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration4Filler.json +++ b/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration4Filler.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["ALL"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "60" @@ -31,6 +31,20 @@ "balance" : "2500000000000000000" } } + }, + { + "network" : ["Byzantium"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "60" + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "6" + }, + "bcde5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "1500000000000000000" + } + } } ], "pre" : { -- cgit