openethereum/parity
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
..
cli [Beta] Backports (#7756) 2018-01-31 21:45:23 +01:00
light_helpers Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
account.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
blockchain.rs fixed panic when io is not available for export block, closes #7486 (#7495) 2018-01-08 14:46:29 +01:00
cache.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 11:00:37 +01:00
configuration.rs [stable] Backports (#8352) 2018-04-10 12:35:08 +02:00
dapps.rs Fix CSP for dapps that require eval. (#7867) (#7903) 2018-02-15 12:21:29 +01:00
deprecated.rs Make CLI arguments parsing more backwards compatible 2017-11-08 12:33:56 +01:00
helpers.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 11:00:37 +01:00
informant.rs Get rid of clippy remainings. 2017-12-21 11:27:26 +01:00
ipfs.rs Fix default CORS settings. (#7387) 2017-12-27 18:56:06 +01:00
main.rs [stable] Backports (#8449) 2018-04-20 15:21:40 +02:00
migration.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 11:00:37 +01:00
modules.rs use error-chain in ethcore-network 2017-11-13 16:48:58 +01:00
params.rs Expanse Byzantium update w/ correct metropolis difficulty increment divisor (#7463) 2018-01-05 13:49:07 +01:00
presale.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
rpc_apis.rs Expose default gas price percentile configuration in CLI (#7497) 2018-01-09 12:43:36 +01:00
rpc.rs Merge branch 'master' into dircrate2 2017-12-29 10:45:11 +01:00
run.rs [beta] Backports (#8011) 2018-02-28 14:59:04 +01:00
secretstore.rs Merge branch 'master' into dircrate2 2017-12-29 10:45:11 +01:00
signer.rs fix #6052. honor --no-color for signer command (#6100) 2017-07-28 19:07:38 +02:00
snapshot.rs finished 2017-08-31 11:35:41 +02:00
stratum.rs remove the deprecated options in rustfmt.toml (#5616) 2017-05-19 17:12:20 +02:00
upgrade.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
url.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
user_defaults.rs Refactors parity/parity to use journaldb crate (#6693) 2017-10-17 11:46:54 +07:00
whisper.rs Problem: sending any Whisper message fails 2018-01-01 20:54:15 -08:00