openethereum/rpc/src/v1/helpers/dispatch
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
..
full.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
light.rs fix(light-rpc): Make `light_sync` generic (#10238) 2019-02-11 10:33:16 +00:00
mod.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
prospective_signer.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
signing.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00