openethereum/ethcore/src
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
..
account_provider Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
blockchain Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
client Expose config max-round-blocks-to-import (#9439) 2018-10-26 13:21:36 +02:00
engines Implement NoProof for json tests and update tests reference (replaces #9744) (#9814) 2018-11-01 11:04:32 +01:00
ethereum Implement NoProof for json tests and update tests reference (replaces #9744) (#9814) 2018-11-01 11:04:32 +01:00
json_tests Implement NoProof for json tests and update tests reference (replaces #9744) (#9814) 2018-11-01 11:04:32 +01:00
miner RPC: parity_allTransactionHashes (#9745) 2018-10-27 09:38:35 +02:00
snapshot Tests modification for windows CI (#9671) 2018-10-31 11:50:38 +01:00
spec fix (light/provider) : Make read_only executions read-only (#9591) 2018-10-08 21:30:46 +02:00
state Ignore global cache for patched accounts (#9752) 2018-10-31 15:55:11 +00:00
tests Enable all Constantinople hard fork changes in constantinople_test.json (#9505) 2018-09-12 02:08:23 +08:00
trace Resumable EVM and heap-allocated callstack (#9360) 2018-10-02 22:33:19 +08:00
verification Implement NoProof for json tests and update tests reference (replaces #9744) (#9814) 2018-11-01 11:04:32 +01:00
views Tests modification for windows CI (#9671) 2018-10-31 11:50:38 +01:00
account_db.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
block.rs block view! removal in progress (#9397) 2018-08-24 10:53:31 +01:00
builtin.rs ethcore: minor optimization of modexp by using LR exponentiation (#9697) 2018-10-04 12:29:53 +01:00
cache_manager.rs remove trait bounds from several structs (#9055) 2018-07-09 12:55:27 +01:00
db.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
encoded.rs block cleanup (#9117) 2018-07-30 10:45:10 +01:00
error.rs simplify ethcore errors by removing BlockImportError (#9593) 2018-09-24 11:28:54 +01:00
executed.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
executive.rs Use signed 256-bit integer for sstore gas refund substate (#9746) 2018-10-15 17:09:55 +08:00
externalities.rs Use signed 256-bit integer for sstore gas refund substate (#9746) 2018-10-15 17:09:55 +08:00
factory.rs Resumable EVM and heap-allocated callstack (#9360) 2018-10-02 22:33:19 +08:00
header.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
lib.rs ethereum libfuzzer integration small change (#9547) 2018-09-27 17:17:23 +02:00
machine.rs Use static call and apparent value transfer for block reward contract code (#9603) 2018-09-25 11:39:27 +01:00
pod_account.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
pod_state.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
state_db.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
test_helpers.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
tx_filter.rs new ethabi (#9511) 2018-09-13 11:04:39 +02:00