openethereum/ethcore
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
..
benches Fixes bench and removes rustc_serialize dependency (#5988) 2017-10-11 17:39:12 +07:00
evm Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
light Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
migrations [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
node_filter ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
res [beta] Backports (#8346) 2018-04-10 12:16:08 +02:00
src [beta] Backports (#8450) 2018-04-20 15:22:29 +02:00
transaction ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
types ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
vm [Beta] Backports (#8136) 2018-03-19 21:40:56 +01:00
wasm Beta backprots (WASM libs) (#8220) 2018-03-26 15:29:16 +02:00
Cargo.toml Backport #8099 (#8132) 2018-04-04 21:33:14 +09:00