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