diff options
Diffstat (limited to 'src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration5Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration5Filler.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration5Filler.json b/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration5Filler.json index 9ef80682f..a8531701a 100644 --- a/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration5Filler.json +++ b/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration5Filler.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["ALL"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "70" @@ -31,6 +31,20 @@ "balance" : "1875000000000000000" } } + }, + { + "network" : ["Byzantium", "Constantinople"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "70" + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "7" + }, + "bcde5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "1125000000000000000" + } + } } ], "pre" : { |