diff options
Diffstat (limited to 'src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration2Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration2Filler.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration2Filler.json b/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration2Filler.json index 78fc8bc9a..889fa2bee 100644 --- a/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration2Filler.json +++ b/src/BlockchainTestsFiller/bcUncleTest/oneUncleGeneration2Filler.json @@ -17,6 +17,7 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, + "sealEngine" : "NoProof", "expect" : [ { "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], @@ -33,7 +34,7 @@ } }, { - "network" : ["Byzantium", "Constantinople"], + "network" : ["Byzantium"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "40" @@ -45,6 +46,20 @@ "balance" : "2250000000000000000" } } + }, + { + "network" : [">=Constantinople"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "40" + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "4" + }, + "bcde5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "1500000000000000000" + } + } } ], "pre" : { |