openethereum/ethcore/sync/src
Seun LanLege fba63de974 RPC: Implements eth_subscribe("syncing") (#10311)
* 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
2019-04-02 17:13:55 +02:00
..
chain RPC: Implements eth_subscribe("syncing") (#10311) 2019-04-02 17:13:55 +02:00
light_sync RPC: Implements eth_subscribe("syncing") (#10311) 2019-04-02 17:13:55 +02:00
res Support millisecond timestamp for instant seal engine (#9469) 2018-09-06 11:38:00 +02:00
tests Bundle protocol and packet_id together in chain sync (#10315) 2019-02-13 09:20:33 +01:00
api.rs RPC: Implements eth_subscribe("syncing") (#10311) 2019-04-02 17:13:55 +02:00
block_sync.rs Increase number of requested block bodies in chain sync (#10247) 2019-02-07 15:27:09 +01:00
blocks.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
lib.rs RPC: Implements eth_subscribe("syncing") (#10311) 2019-04-02 17:13:55 +02:00
private_tx.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
snapshot.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
sync_io.rs Bundle protocol and packet_id together in chain sync (#10315) 2019-02-13 09:20:33 +01:00
transactions_stats.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00