Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependence on ethash (pyethash) #2121

Merged
merged 6 commits into from
Sep 6, 2023

Commits on Sep 5, 2023

  1. internal ethash impl WIP:

    - Remove 'c' file
    - Revamp mkcache - working in ~3 mins
    - Use pyethash master
    kclowes authored and fselmo committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    41ab9d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Some cleanup around internal ethash impl

    - POW tests passing
    - ``get_cache()`` tests across epochs still taking a while
    fselmo committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    db93e8d View commit details
    Browse the repository at this point in the history
  2. Un-prioritize POW tests

    fselmo committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    950bd15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    399103e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    163ea50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0605f01 View commit details
    Browse the repository at this point in the history