diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-08-23 23:11:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 23:11:37 +0800 |
commit | 738cf17893af31ed5f4a52fb70165b4b40316beb (patch) | |
tree | ad2d4e4a4bf19d9d794bd58ea694df25d902156b /src/BlockchainTestsFiller/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json | |
parent | f6c2a0241b37b51ffaf333cc6eb9f803c5e42572 (diff) | |
parent | 181e3bfa0be619619a63d452247f43927bd767b8 (diff) | |
download | dexon-tests-738cf17893af31ed5f4a52fb70165b4b40316beb.tar dexon-tests-738cf17893af31ed5f4a52fb70165b4b40316beb.tar.gz dexon-tests-738cf17893af31ed5f4a52fb70165b4b40316beb.tar.bz2 dexon-tests-738cf17893af31ed5f4a52fb70165b4b40316beb.tar.lz dexon-tests-738cf17893af31ed5f4a52fb70165b4b40316beb.tar.xz dexon-tests-738cf17893af31ed5f4a52fb70165b4b40316beb.tar.zst dexon-tests-738cf17893af31ed5f4a52fb70165b4b40316beb.zip |
Merge pull request #269 from ethereum/eip649
EIP649: difficulty and reward changes
Diffstat (limited to 'src/BlockchainTestsFiller/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json b/src/BlockchainTestsFiller/bcUncleHeaderValiditiy/uncleBloomNot0_2Filler.json index 3e99ab96d..0e7c2b566 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", "Constantinople"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "20" @@ -28,17 +28,6 @@ "nonce" : "2" } } - }, - { - "network" : ["Constantinople"], - "result" : { - "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "30" - }, - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "nonce" : "3" - } - } } ], "pre" : { @@ -87,10 +76,10 @@ "expectExceptionHomestead" : "InvalidStateRoot", "expectExceptionEIP150" : "InvalidStateRoot", "expectExceptionEIP158" : "InvalidStateRoot", - "expectExceptionByzantium" : "InvalidStateRoot", + "expectExceptionConstantinople" : "InvalidStateRoot", "blocknumber" : "3", "blockHeader" : { - "stateRoot" : "3e9110dccee270e36e254d8e3b67cb18c12a9a0aa24065e24372a85856195c70", + "stateRoot" : "aa4b1943360f5a0ea3b1a2a1d661de5b6d773eb371bd84b319837d96ffc7b630", "updatePoW" : "1" }, "transactions" : [ |