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/uncleBloomNot0_2Filler.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/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json b/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json index 3e99ab96d..3d5908c7b 100644 --- a/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json +++ b/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium", "Constantinople"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "20" @@ -28,17 +28,6 @@ "nonce" : "2" } } - }, - { - "network" : ["Constantinople"], - "result" : { - "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "30" - }, - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "nonce" : "3" - } - } } ], "pre" : { @@ -88,6 +77,7 @@ "expectExceptionEIP150" : "InvalidStateRoot", "expectExceptionEIP158" : "InvalidStateRoot", "expectExceptionByzantium" : "InvalidStateRoot", + "expectExceptionConstantinople" : "InvalidStateRoot", "blocknumber" : "3", "blockHeader" : { "stateRoot" : "3e9110dccee270e36e254d8e3b67cb18c12a9a0aa24065e24372a85856195c70", |