openethereum/ethcore/src
cheme 692d5b4e08 Add constantinople conf to EvmTestClient. (#9570)
* Add constantinople conf to EvmTestClient.

* Skip some test to update submodule etheureum/tests submodule to latest.

* Put skipping 'under issue' test behind a feature.

* Change blockReward for const-test to pass ethereum/tests

* Update tests to new constantinple definition (change of reward at block
5).
Switch 'reference' to string, that way we can include issues from others
repo (more flexible)Update tests to new constantinple definition (change
of reward at block 5).
Switch 'reference' to string, that way we can include issues from others
repo (more flexible).

* Fix modexp and bn128_mul gas prices in chain config

* Changes `run_test_path` method to append its directory results (without
that it stop testing at the first file failure).
Add some missing tests.
Add skip for those (block create2 is one hundred percent false but on
hive we can see that geth and aleth got similar issue for this item).

* retab current.json

* Update reference to parity issue for failing tests.
2018-09-25 12:24:40 +02:00
..
account_provider Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
blockchain Fix Snapshot restoration failure on Windows (#9491) 2018-09-10 17:21:57 +02:00
client Add constantinople conf to EvmTestClient. (#9570) 2018-09-25 12:24:40 +02:00
engines new ethabi (#9511) 2018-09-13 11:04:39 +02:00
ethereum Enable all Constantinople hard fork changes in constantinople_test.json (#9505) 2018-09-12 02:08:23 +08:00
json_tests Add constantinople conf to EvmTestClient. (#9570) 2018-09-25 12:24:40 +02:00
miner new ethabi (#9511) 2018-09-13 11:04:39 +02:00
snapshot Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
spec EIP 1283: Net gas metering for SSTORE without dirty maps (#9319) 2018-09-07 18:51:08 +08:00
state state: test when contract creation fails, old storage values should re-appear (#9532) 2018-09-12 11:42:09 +01:00
tests Enable all Constantinople hard fork changes in constantinople_test.json (#9505) 2018-09-12 02:08:23 +08:00
trace Remove prepare_trace_output and make sure prepare_trace_call and trace*call are balanced (#9353) 2018-08-14 15:34:46 +01:00
verification simplify ethcore errors by removing BlockImportError (#9593) 2018-09-24 11:28:54 +01:00
views Don't allocate in expect_valid_rlp unless necessary (#8867) 2018-06-12 08:15:52 +02:00
account_db.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
block.rs block view! removal in progress (#9397) 2018-08-24 10:53:31 +01:00
builtin.rs ethcore: add missing builtins benchmarks (#9170) 2018-07-20 15:06:11 +02: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 EIP 1283: Net gas metering for SSTORE without dirty maps (#9319) 2018-09-07 18:51:08 +08:00
externalities.rs EIP 1283: Net gas metering for SSTORE without dirty maps (#9319) 2018-09-07 18:51:08 +08:00
factory.rs Allow single opcode stepping for EVM (#9051) 2018-08-14 04:06:15 +08:00
header.rs block cleanup (#9117) 2018-07-30 10:45:10 +01:00
lib.rs use kvdb-* and parity-snappy crates from crates.io (#9441) 2018-09-03 17:40:11 +01:00
machine.rs Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
pod_account.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
pod_state.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
state_db.rs remove util-error (#9054) 2018-07-06 15:09:39 +02:00
test_helpers.rs Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00
tx_filter.rs new ethabi (#9511) 2018-09-13 11:04:39 +02:00