DAO hard-fork (#1483) (#1636)
* DAO hard-fork (#1483) * Minor additions to allow resetting of code. * Add test. * Provisional DAO hard-fork proposal. * Change to reflect latest HF spec. * Include extradata restrictions and overrides. * Introduce new tests. * Update tests to new spec format. * Allow JSON chain spec fields to be optional. * Remove superfluous definitions. Fix overflow risk. * Fix build. * Add missing file. * Remove old flag. * Update to latest address set. * Update tests and test spec to latest. Change the mining default to release only on own transactions. * Updated tests submodule
Showing
- ethcore/res/ethereum/daohardfork_test.json 162 additions, 0 deletionsethcore/res/ethereum/daohardfork_test.json
- ethcore/res/ethereum/frontier-dogmatic.json 26728 additions, 0 deletionsethcore/res/ethereum/frontier-dogmatic.json
- ethcore/res/ethereum/frontier.json 121 additions, 1 deletionethcore/res/ethereum/frontier.json
- ethcore/res/ethereum/frontier_like_test.json 121 additions, 1 deletionethcore/res/ethereum/frontier_like_test.json
- ethcore/res/ethereum/frontier_like_test_dao_rescue.json 0 additions, 42 deletionsethcore/res/ethereum/frontier_like_test_dao_rescue.json
- ethcore/res/ethereum/homestead_test.json 1 addition, 1 deletionethcore/res/ethereum/homestead_test.json
- ethcore/res/ethereum/homestead_test_dao_rescue.json 0 additions, 42 deletionsethcore/res/ethereum/homestead_test_dao_rescue.json
- ethcore/res/ethereum/olympic.json 1 addition, 2 deletionsethcore/res/ethereum/olympic.json
- ethcore/res/ethereum/tests 1 addition, 1 deletionethcore/res/ethereum/tests
- ethcore/src/block.rs 3 additions, 1 deletionethcore/src/block.rs
- ethcore/src/ethereum/ethash.rs 39 additions, 2 deletionsethcore/src/ethereum/ethash.rs
- ethcore/src/ethereum/mod.rs 8 additions, 0 deletionsethcore/src/ethereum/mod.rs
- ethcore/src/json_tests/chain.rs 39 additions, 21 deletionsethcore/src/json_tests/chain.rs
- ethcore/src/json_tests/state.rs 3 additions, 2 deletionsethcore/src/json_tests/state.rs
- ethcore/src/tests/helpers.rs 1 addition, 0 deletionsethcore/src/tests/helpers.rs
- json/src/spec/engine.rs 4 additions, 1 deletionjson/src/spec/engine.rs
- json/src/spec/ethash.rs 59 additions, 11 deletionsjson/src/spec/ethash.rs
- json/src/spec/spec.rs 4 additions, 1 deletionjson/src/spec/spec.rs
- parity/cli.rs 3 additions, 9 deletionsparity/cli.rs
- parity/configuration.rs 1 addition, 14 deletionsparity/configuration.rs
Please register or sign in to comment