openethereum/sync/src/light_sync
Wei Tang 7202f7ae82 [beta] Backports (#8450)
* Use forked app_dirs crate for reverted Windows dir behavior  (#8438)

* Remove unused appdirs dependency in CLI

* Use forked app_dirs crate for reverted Windows dir behavior

* remove Tendermint extra_info due to seal inconsistencies (#8367)

* handle queue import errors a bit more gracefully (#8385)

* Improve VM executor stack size estimation rules (#8439)

* Improve VM executor stack size estimation rules

* typo: docs add "(Debug build)" comment

* Fix an off by one typo and set minimal stack size

This avoids the case if `depth_threshold == max_depth`. Usually setting stack size to zero will just rebound it to
platform minimal stack size, but we set it here just in case.

* Use saturating_sub to avoid potential overflow
2018-04-20 15:22:29 +02:00
..
tests Revert "fixed master (#6465)" 2017-09-05 17:54:05 +02:00
mod.rs [beta] Backports (#8450) 2018-04-20 15:22:29 +02:00
response.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
sync_round.rs Add a timeout for light client sync requests (#7848) 2018-02-14 11:31:14 +01:00