diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-07 03:59:28 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-07 03:59:28 +0800 |
commit | 8a53efa84c102c2c547692e47778e5a5e45cb126 (patch) | |
tree | 0dd31a83b47bef4a980862aa90a2328539e88995 /src/BlockchainTestsFiller/bcUncleTest | |
parent | adaa3459f1f381370d56a4449927da97a28ad731 (diff) | |
download | dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.gz dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.bz2 dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.lz dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.xz dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.zst dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.zip |
refill all the tests
Diffstat (limited to 'src/BlockchainTestsFiller/bcUncleTest')
3 files changed, 48 insertions, 3 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleTest/EqualUncleInTwoDifferentBlocksFiller.json b/src/BlockchainTestsFiller/bcUncleTest/EqualUncleInTwoDifferentBlocksFiller.json index 529d06d49..0241d0e83 100644 --- a/src/BlockchainTestsFiller/bcUncleTest/EqualUncleInTwoDifferentBlocksFiller.json +++ b/src/BlockchainTestsFiller/bcUncleTest/EqualUncleInTwoDifferentBlocksFiller.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["ALL"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "30" @@ -31,6 +31,20 @@ "balance" : "4375000000000000000" } } + }, + { + "network" : ["Byzantium"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "30" + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "3" + }, + "bcde5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "2625000000000000000" + } + } } ], "pre" : { 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" : { diff --git a/src/BlockchainTestsFiller/bcUncleTest/twoUncleFiller.json b/src/BlockchainTestsFiller/bcUncleTest/twoUncleFiller.json index 9aa71be2e..ee1a99286 100644 --- a/src/BlockchainTestsFiller/bcUncleTest/twoUncleFiller.json +++ b/src/BlockchainTestsFiller/bcUncleTest/twoUncleFiller.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["ALL"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "30" @@ -34,6 +34,23 @@ "balance" : "4375000000000000000" } } + }, + { + "network" : ["Byzantium"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "30" + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "3" + }, + "bcde5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "2625000000000000000" + }, + "ccde5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "2625000000000000000" + } + } } ], "pre" : { |