diff options
author | Jared Wasinger <j-wasinger@hotmail.com> | 2017-08-24 03:15:49 +0800 |
---|---|---|
committer | Jared Wasinger <j-wasinger@hotmail.com> | 2017-08-26 02:04:13 +0800 |
commit | 6163a61705643f26b085a8c1f3e1026ac5437c6d (patch) | |
tree | b99a301a43531b82cfb9642a5e5e6f1e32d4fc5c /src/BlockchainTestsFiller/TransitionTests | |
parent | b5739ff853679bdf19b038b1267303dc25cba5ed (diff) | |
download | dexon-tests-6163a61705643f26b085a8c1f3e1026ac5437c6d.tar dexon-tests-6163a61705643f26b085a8c1f3e1026ac5437c6d.tar.gz dexon-tests-6163a61705643f26b085a8c1f3e1026ac5437c6d.tar.bz2 dexon-tests-6163a61705643f26b085a8c1f3e1026ac5437c6d.tar.lz dexon-tests-6163a61705643f26b085a8c1f3e1026ac5437c6d.tar.xz dexon-tests-6163a61705643f26b085a8c1f3e1026ac5437c6d.tar.zst dexon-tests-6163a61705643f26b085a8c1f3e1026ac5437c6d.zip |
fix tests that don't conform to blockchain test schema
Diffstat (limited to 'src/BlockchainTestsFiller/TransitionTests')
-rw-r--r-- | src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json index dc8243dc3..9a4c05c8d 100644 --- a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json +++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json @@ -1,6 +1,6 @@ { "DaoTransactions" : { - "acomment" : "This test checks DAO hardfork transition at block 5. According to specification given list of accounts L from the prestate (except a94f5374fce5edbc8e2a8697c15331677e6ebf0b (caller)) should transfer it's balance at the begining of the block 5 to contract C = bf4ed7b27f1d666546e30d74d50d173d20bca754. Then all blocks from 5 to 14(included) must have extradata set to 0x64616f2d686172642d666f726b otherwise blocks considered incorrect. Additionally all uncles with numbers from 5 to 14(included) in this blocks should corespond to extradata requirenmets.", + "comment" : "This test checks DAO hardfork transition at block 5. According to specification given list of accounts L from the prestate (except a94f5374fce5edbc8e2a8697c15331677e6ebf0b (caller)) should transfer it's balance at the begining of the block 5 to contract C = bf4ed7b27f1d666546e30d74d50d173d20bca754. Then all blocks from 5 to 14(included) must have extradata set to 0x64616f2d686172642d666f726b otherwise blocks considered incorrect. Additionally all uncles with numbers from 5 to 14(included) in this blocks should corespond to extradata requirenmets.", "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1", |