openethereum/parity
Niklas Adolfsson 751d15e4be fix(light-rpc): Make light_sync generic (#10238)
* fix(light-rpc): Make `light_sync` generic

The motivation behind this change is to easily mock `light-sync` to make it possible to enable `rpc-integration` tests
for the light-client.

Currently the `rpc's` requires the concrete type `sync::LightSync` which makes it very hard to do so

* fix(bad merge)
2019-02-11 10:33:16 +00:00
..
cli
db
light_helpers fix(light-rpc): Make light_sync generic (#10238) 2019-02-11 10:33:16 +00:00
logger
account_utils.rs
account.rs
blockchain.rs
cache.rs
configuration.rs
deprecated.rs
export_hardcoded_sync.rs
helpers.rs
informant.rs
ipfs.rs
lib.rs
main.rs
modules.rs
params.rs
presale.rs
rpc_apis.rs Secure WS-RPC: grant access to all apis (#10246) 2019-02-08 14:11:55 +01:00
rpc.rs Secure WS-RPC: grant access to all apis (#10246) 2019-02-08 14:11:55 +01:00
run.rs
secretstore.rs
signer.rs
snapshot.rs
stratum.rs
upgrade.rs
user_defaults.rs
whisper.rs