openethereum/secret-store/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
..
key_server_cluster SecretStore: use in-memory transport in cluster tests (#9850) 2019-02-18 13:38:19 +01:00
listener fix(secret-store): deprecation warning (#10301) 2019-02-06 16:54:35 +03:00
types misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
acl_storage.rs Remove CallContract and RegistryInfo re-exports from ethcore/client (#10205) 2019-01-17 16:43:08 +01:00
helpers.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
key_server_set.rs Remove CallContract and RegistryInfo re-exports from ethcore/client (#10205) 2019-01-17 16:43:08 +01:00
key_server.rs SecretStore: use in-memory transport in cluster tests (#9850) 2019-02-18 13:38:19 +01:00
key_storage.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
lib.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
node_key_pair.rs SecretStore: use in-memory transport in cluster tests (#9850) 2019-02-18 13:38:19 +01:00
serialization.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
traits.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
trusted_client.rs RPC: Implements eth_subscribe("syncing") (#10311) 2019-04-02 17:13:55 +02:00