diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-08-23 22:05:40 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-08-23 22:05:40 +0800 |
commit | 1be9c83173d60d4271bc8511c940cdc858c0421c (patch) | |
tree | badb314d3dafb3772dd02b940b5e545769b92b4c /src | |
parent | 9a99c29f12f30bb90fd9c139564be05969d7f56f (diff) | |
download | tangerine-tests-1be9c83173d60d4271bc8511c940cdc858c0421c.tar tangerine-tests-1be9c83173d60d4271bc8511c940cdc858c0421c.tar.gz tangerine-tests-1be9c83173d60d4271bc8511c940cdc858c0421c.tar.bz2 tangerine-tests-1be9c83173d60d4271bc8511c940cdc858c0421c.tar.lz tangerine-tests-1be9c83173d60d4271bc8511c940cdc858c0421c.tar.xz tangerine-tests-1be9c83173d60d4271bc8511c940cdc858c0421c.tar.zst tangerine-tests-1be9c83173d60d4271bc8511c940cdc858c0421c.zip |
Fix futureUncleTimestampDifficultyDrop2
See https://github.com/ethereum/tests/pull/269#discussion_r134722457
Diffstat (limited to 'src')
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDrop2Filler.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDrop2Filler.json b/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDrop2Filler.json index 539e45946..9e9e49376 100644 --- a/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDrop2Filler.json +++ b/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/futureUncleTimestampDifficultyDrop2Filler.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium", "Constantinople"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Constantinople"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "20" @@ -76,11 +76,10 @@ "expectExceptionHomestead" : "InvalidStateRoot", "expectExceptionEIP150" : "InvalidStateRoot", "expectExceptionEIP158" : "InvalidStateRoot", - "expectExceptionByzantium" : "InvalidStateRoot", "expectExceptionConstantinople" : "InvalidStateRoot", "blocknumber" : "3", "blockHeader" : { - "stateRoot" : "3e9110dccee270e36e254d8e3b67cb18c12a9a0aa24065e24372a85856195c70", + "stateRoot" : "aa4b1943360f5a0ea3b1a2a1d661de5b6d773eb371bd84b319837d96ffc7b630", "updatePoW" : "1" }, "transactions" : [ |