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

Fix #6209 - introduce standalone dir crate #7383

Closed
wants to merge 5 commits into from

Commits on Dec 26, 2017

  1. Fix openethereum#6209 - introduce standalone dir crate

    * created the dir crate in util
    * moved code from ethstore/src/dir/paths.rs to dir crate
    * rename dir module in ethstore to accounts_dir to distinguish it
      from the dir crate
    * changes after @tomusdrw on openethereum#6952
    Nicolas Ochem authored and Nicolas Ochem committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    2e12a2d View commit details
    Browse the repository at this point in the history
  2. move helper functions to platform module

    Nicolas Ochem authored and Nicolas Ochem committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    268e8f5 View commit details
    Browse the repository at this point in the history
  3. Add doc everywhere, warn on missing docs

    Nicolas Ochem authored and Nicolas Ochem committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    a8001ab View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. use platform module as intended

    Nicolas Ochem authored and Nicolas Ochem committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    a4a9c53 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. move constants to platform-specific module too

    Nicolas Ochem authored and Nicolas Ochem committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    0957349 View commit details
    Browse the repository at this point in the history