openethereum/ethcore
Wei Tang 014d0ac160 [stable] Backports (#8449)
* 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)

* 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

* Upgrade crossbeam to 0.3
2018-04-20 15:21:40 +02:00
..
benches Fixes bench and removes rustc_serialize dependency (#5988) 2017-10-11 17:39:12 +07:00
evm [Beta] Backports (#7945) 2018-02-19 16:05:21 +01:00
light [Beta] Backports (#7945) 2018-02-19 16:05:21 +01:00
native_contracts SecretStore: publish key only if requested through contract 2017-11-24 10:26:24 +03:00
node_filter renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create 2017-10-15 16:17:15 +02:00
res [stable] Backports (#8352) 2018-04-10 12:35:08 +02:00
src [stable] Backports (#8449) 2018-04-20 15:21:40 +02:00
types [stable] Backports (#8133) 2018-03-19 07:00:16 +01:00
vm [stable] Backports (#8133) 2018-03-19 07:00:16 +01:00
wasm Stable backports (WASM libraries bump) (#8219) 2018-03-26 12:25:55 +02:00
Cargo.toml [stable] Backports (#8449) 2018-04-20 15:21:40 +02:00