openethereum/ethcore/src/engines
cheme a511264433 Implement NoProof for json tests and update tests reference (replaces #9744) (#9814)
* Update test reference.
Block test are really not working so I disabled a few by commenting
directly in source.

* Move ethtest commit cursor.

* Implements 'NoProof' engine from https://github.com/ethereum/tests/issues/464 .

Since tests has been regenerated those one were failing on block
difficulty check.

Update ethereum/tests, waiting for cost fix (block test are still
commented).

* Update tests submodule reference to latest (all test passing except an
identified case).
Fix block reward of constantinople json.

* Restore broken test by using old json tests files.

* Use CanonNoSeal instead of a custom engine, still have to include some
additional tests code.

* Gas upper limit check in json_chain test was bad, moving the test to
verification, the test is running in `verify_header_param`.
Note that test was previously only for ethash, and now for any engine.

* Restore old behavior (gas uper limit only for ethash engine), at the
cost of an additional trait method.

* Proper rpc test fix.

* Update tests submodule, add SStore bug tests.

* Fix json issue tabulation.
Update tests submodule to latest master (lot of new sstore tests
passing)

* Switch ethereum/tests to tag 6.0.0-beta.1 (no tests changes from latest
synch).

* Display hex with separator, use indirection instead of clone for copy
types.
2018-11-01 11:04:32 +01:00
..
authority_round aura: finalize blocks (#9692) 2018-10-25 17:33:41 +02:00
tendermint aura: finalize blocks (#9692) 2018-10-25 17:33:41 +02:00
validator_set Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
basic_authority.rs aura: finalize blocks (#9692) 2018-10-25 17:33:41 +02:00
block_reward.rs new ethabi (#9511) 2018-09-13 11:04:39 +02:00
epoch.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
instant_seal.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
mod.rs Implement NoProof for json tests and update tests reference (replaces #9744) (#9814) 2018-11-01 11:04:32 +01:00
null_engine.rs Add block reward contract config to ethash and allow off-chain contracts (#9312) 2018-08-29 16:17:18 +01:00
signer.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
transition.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
vote_collector.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00