diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-08-16 21:55:25 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-08-17 01:05:01 +0800 |
commit | 8d668d9b4c21f7b4024ca30093729f226da61640 (patch) | |
tree | c241111dde1f83da444a749e8c19e83feb368dc0 /src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2MetropolisFiller.json | |
parent | 987ec8f32e02cd2a092b1f02525c788487476fe5 (diff) | |
download | tangerine-tests-8d668d9b4c21f7b4024ca30093729f226da61640.tar tangerine-tests-8d668d9b4c21f7b4024ca30093729f226da61640.tar.gz tangerine-tests-8d668d9b4c21f7b4024ca30093729f226da61640.tar.bz2 tangerine-tests-8d668d9b4c21f7b4024ca30093729f226da61640.tar.lz tangerine-tests-8d668d9b4c21f7b4024ca30093729f226da61640.tar.xz tangerine-tests-8d668d9b4c21f7b4024ca30093729f226da61640.tar.zst tangerine-tests-8d668d9b4c21f7b4024ca30093729f226da61640.zip |
Fix more BlockchainTests
Diffstat (limited to 'src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2MetropolisFiller.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2MetropolisFiller.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2MetropolisFiller.json b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2MetropolisFiller.json index abcd5d02a..1246d6298 100644 --- a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2MetropolisFiller.json +++ b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2MetropolisFiller.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "10" @@ -30,7 +30,7 @@ } }, { - "network" : ["Byzantium", "Constantinople"], + "network" : ["Constantinople"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "20" @@ -70,6 +70,7 @@ "expectExceptionHomestead" : "InvalidStateRoot", "expectExceptionEIP150" : "InvalidStateRoot", "expectExceptionEIP158" : "InvalidStateRoot", + "expectExceptionByzantium" : "InvalidStateRoot", "blockHeader" : { "stateRoot" : "187f42cfebad21c551446195f12bfae8e95b3005a18d9ad2668f9c1f729b2662", "updatePoW" : "1" |