openethereum/ethcore/src
Robert Habermeier 7123f19a75 Test harness for lightsync (#4109)
* make on_connect/disconnect public

* free flow params constructor

* Shared ownership of LES handlers

* light provider impl for test client

* skeleton for testing light sync

* have test_client use actual genesis

* fix underflow in provider

* test harnesses for lightsync

* fix tests

* fix test failure caused by test_client changes
2017-01-11 14:39:03 +01:00
..
account_provider Better error messages for PoA chains 2017-01-04 12:50:50 +01:00
blockchain Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119) 2017-01-11 12:16:47 +01:00
blooms Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
client Test harness for lightsync (#4109) 2017-01-11 14:39:03 +01:00
engines Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119) 2017-01-11 12:16:47 +01:00
ethereum Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
evm Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
json_tests return old trie values on insert and remove (#4053) 2017-01-05 21:15:43 +01:00
migrations Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
miner Use binary chop to estimate gas accurately (#4100) 2017-01-10 18:56:41 +01:00
snapshot use basic_account in snapshot 2017-01-03 17:05:27 +01:00
spec Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
state Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119) 2017-01-11 12:16:47 +01:00
tests Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119) 2017-01-11 12:16:47 +01:00
trace Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
types Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119) 2017-01-11 12:16:47 +01:00
verification Owning views of blockchain data (#3982) 2016-12-28 12:44:51 +00:00
views Owning views of blockchain data (#3982) 2016-12-28 12:44:51 +00:00
account_db.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
action_params.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
basic_types.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
block.rs Fixing minGasLimit > ceil limit mining issue (#4018) 2017-01-05 12:59:16 +00:00
builtin.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
cache_manager.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
db.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
env_info.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
error.rs Merge branch 'master' into auth-bft 2016-12-12 21:28:46 +01:00
executive.rs Use binary chop to estimate gas accurately (#4100) 2017-01-10 18:56:41 +01:00
externalities.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
factory.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
header.rs Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
lib.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
pod_account.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
pod_state.rs Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00
service.rs Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
state_db.rs Port `try` macro to new `?` operator. (#3962) 2016-12-27 12:53:56 +01:00