Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

[stable] Backports #8449

Merged
merged 4 commits into from
Apr 20, 2018
Merged

[stable] Backports #8449

merged 4 commits into from
Apr 20, 2018

Commits on Apr 20, 2018

  1. Use forked app_dirs crate for reverted Windows dir behavior (openethe…

    …reum#8438)
    
    * Remove unused appdirs dependency in CLI
    
    * Use forked app_dirs crate for reverted Windows dir behavior
    sorpaas committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    a177025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9656050 View commit details
    Browse the repository at this point in the history
  3. Improve VM executor stack size estimation rules (openethereum#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
    sorpaas committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    77e672a View commit details
    Browse the repository at this point in the history
  4. Upgrade crossbeam to 0.3

    sorpaas committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    5bb8f06 View commit details
    Browse the repository at this point in the history