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/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDropFiller.json | |
parent | 6685d4215a48e946b319e9de0b437728d52bd529 (diff) | |
download | tangerine-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar tangerine-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar.gz tangerine-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar.bz2 tangerine-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar.lz tangerine-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar.xz tangerine-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.tar.zst tangerine-tests-86b524caadbfe7e5bbf139f8d9f2473b531710b0.zip |
Fill in more tests
Diffstat (limited to 'src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDropFiller.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDropFiller.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDropFiller.json b/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDropFiller.json index 1c7d51c1c..c8fd70c8d 100644 --- a/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDropFiller.json +++ b/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDropFiller.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "30" @@ -30,7 +30,7 @@ } }, { - "network" : ["Constantinople"], + "network" : ["Constantinople", "Byzantium"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "20" @@ -83,6 +83,7 @@ ] }, { + "expectExceptionByzantium" : "InvalidStateRoot", "expectExceptionConstantinople" : "InvalidStateRoot", "blocknumber" : "3", "blockHeader" : { |