openethereum/ethcore/light/src
mattrutherford 2e0246a6c2
Fix: test corpus_inaccessible panic (#10019)
If system uptime is less than the duration in the test, thread
will panic due to: 'overflow when subtracting duration from instant'.

Changed duration to 20 seconds to make it unlikely the test will
fail due to this condition.

Since no operations that carry a similar risk of panic occur outside
of the tests, it doesn't seem warranted to depend on an external crate
to fix this.
2018-12-05 15:38:55 +00:00
..
client aura: finalize blocks (#9692) 2018-10-25 17:33:41 +02:00
net Adjust requests costs for light client (#9925) 2018-11-21 20:11:01 +01:00
on_demand light(on_demand): decrease default time window to 10 secs (#10016) 2018-12-05 19:17:26 +08:00
types Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
cache.rs Fix: test corpus_inaccessible panic (#10019) 2018-12-05 15:38:55 +00:00
cht.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
lib.rs light client : failsafe crate (circuit breaker) (#9790) 2018-12-05 10:36:53 +01:00
provider.rs Keep existing blocks when restoring a Snapshot (#8643) 2018-11-18 00:06:34 +01:00
transaction_queue.rs Light clippy(fy) (#9473) 2018-09-06 15:44:40 +02:00