openethereum/rpc/src/v1
David d2120ded56 Add a way to signal shutdown to snapshotting threads (#10744)
* Add a way to signal shutdown to snapshotting threads

* Pass Progress to fat_rlps() so we can abort from there too.

* Checking for abort in a single spot

* Remove nightly-only weak/strong counts

* fix warning

* Fix tests

* Add dummy impl to abort snapshots

* Add another dummy impl for TestSnapshotService

* Remove debugging code

* Return error instead of the odd Ok(())
Switch to AtomicU64
2019-06-19 10:13:09 +02:00
..
helpers Die error_chain, die (#10747) 2019-06-17 08:44:59 +02:00
impls Merge Notifier and TransactionsPoolNotifier (#10591) 2019-06-04 12:35:33 +01:00
tests Add a way to signal shutdown to snapshotting threads (#10744) 2019-06-19 10:13:09 +02:00
traits Remove support for hardware wallets (#10678) 2019-05-21 10:46:57 +02:00
types Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
extractors.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
informant.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
metadata.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
mod.rs RPC: Implements eth_subscribe("syncing") (#10311) 2019-04-02 17:13:55 +02:00