openethereum/ethcore/src
Arkadiy Paronyan 15ae24b541 New state tests (#5418)
* General state tests

* Allow dir name for a test
2017-04-12 13:33:49 +02:00
..
account_provider Export account RPC (#4967) 2017-03-23 13:23:03 +01:00
blockchain rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00
blooms rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00
client Merge pull request #5002 from paritytech/lightcli 2017-04-05 13:50:17 +02:00
engines Tendermint fixes (#5415) 2017-04-10 20:03:18 +02:00
ethereum eip100b (#5027) 2017-03-27 11:42:40 +02:00
evm avoid allocating string 2017-03-25 23:30:11 +03:00
json_tests New state tests (#5418) 2017-04-12 13:33:49 +02:00
migrations Merge branch 'pip-msg' into lightcli 2017-03-22 22:08:39 +01:00
miner Futures-based native wrappers for contract ABIs (#5341) 2017-04-03 09:40:18 +02:00
snapshot Removed assert 2017-04-05 16:50:06 +02:00
spec Updating paths to repos. (#5330) 2017-03-29 15:17:27 +02:00
state Kovan warp sync fixed 2017-03-30 13:13:43 +02:00
tests New state tests (#5418) 2017-04-12 13:33:49 +02:00
trace rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00
types Filters and block RPCs for the light client (#5320) 2017-04-12 12:07:54 +02:00
verification Kovan warp sync fixed 2017-03-30 13:13:43 +02:00
views rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00
account_db.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
action_params.rs removed redundant FixedHash trait, fixes #4029 (#4866) 2017-03-11 22:58:15 +04:00
basic_types.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
block.rs Kovan warp sync fixed 2017-03-30 13:13:43 +02:00
builtin.rs avoid allocating string 2017-03-25 23:30:11 +03:00
cache_manager.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
db.rs use a database in ethcore-light 2017-03-21 20:57:13 +01:00
env_info.rs Remote transaction execution (#4684) 2017-03-08 14:39:44 +01:00
error.rs Optional from field in Transaction Requests (#4332) 2017-01-30 21:08:36 +01:00
executive.rs fix error handling 2017-03-27 18:17:49 +03:00
externalities.rs Propagate trie errors upwards from State (#4655) 2017-02-26 13:10:50 +01:00
factory.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
header.rs rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00
lib.rs Futures-based native wrappers for contract ABIs (#5341) 2017-04-03 09:40:18 +02:00
pod_account.rs rlp serialization refactor (#4873) 2017-03-20 19:14:29 +01:00
pod_state.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
service.rs Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
state_db.rs splitting part of util into smaller crates (#4956) 2017-03-22 06:23:40 +01:00