* 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) |
||
|---|---|---|
| .. | ||
| cli | ||
| db | ||
| light_helpers | ||
| 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 | ||
| rpc.rs | ||
| run.rs | ||
| secretstore.rs | ||
| signer.rs | ||
| snapshot.rs | ||
| stratum.rs | ||
| upgrade.rs | ||
| user_defaults.rs | ||
| whisper.rs | ||