openethereum/sync/src
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
..
light_sync [beta] Backports (#8450) 2018-04-20 15:22:29 +02:00
tests [beta] Backports (#8346) 2018-04-10 12:16:08 +02:00
api.rs [beta] Backports (#8346) 2018-04-10 12:16:08 +02:00
block_sync.rs Fix Temporarily Invalid blocks handling (#7613) 2018-01-19 10:38:59 +01:00
blocks.rs triehash optimisations (#7920) 2018-02-16 20:24:16 +01:00
chain.rs [beta] Backports (#8346) 2018-04-10 12:16:08 +02:00
lib.rs Extract some parts of miner from ethcore. (#7353) 2018-01-11 17:49:10 +01:00
snapshot.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
sync_io.rs use error-chain in ethcore-network 2017-11-13 16:48:58 +01:00
transactions_stats.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00