* implement eth_subscibe syncing * fix imports * add is_major_syncing to SyncProvider * add eth_subscribe(syncing) support for light clients * tests * fix TestSyncClient * correct LightFetch impl * added currentBlock, startingBlock, highestBlock to PubSubSyncStatus * fixed tests * fix PR grumbles * improve code style * is_syncing -> syncing * code style * use ethereum types |
||
|---|---|---|
| .. | ||
| chain | ||
| light_sync | ||
| res | ||
| tests | ||
| api.rs | ||
| block_sync.rs | ||
| blocks.rs | ||
| lib.rs | ||
| private_tx.rs | ||
| snapshot.rs | ||
| sync_io.rs | ||
| transactions_stats.rs | ||