diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-08-21 19:12:16 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-08-22 19:07:44 +0800 |
commit | 86b524caadbfe7e5bbf139f8d9f2473b531710b0 (patch) | |
tree | ada77ceec002aa59d839f70767814d20097fcc45 /src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json | |
parent | 6685d4215a48e946b319e9de0b437728d52bd529 (diff) | |
download | dexon-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar dexon-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar.gz dexon-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar.bz2 dexon-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar.lz dexon-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar.xz dexon-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar.zst dexon-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.zip |
Fill in more tests
Diffstat (limited to 'src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json index 209cf7dc1..7fe1ec8b9 100644 --- a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json +++ b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "20" @@ -30,7 +30,7 @@ } }, { - "network" : ["Constantinople"], + "network" : ["Byzantium", "Constantinople"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "10" @@ -66,6 +66,7 @@ ] }, { + "expectExceptionByzantium" : "InvalidStateRoot", "expectExceptionConstantinople" : "InvalidStateRoot", "blockHeader" : { "stateRoot" : "6ff22555fde6fe93e5b412a8691287a5be5708246adfd0c599604849925fcc34", |