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

ethash: implement Progpow #9762

Merged
merged 53 commits into from
Feb 20, 2019
Merged

ethash: implement Progpow #9762

merged 53 commits into from
Feb 20, 2019

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    2522e67 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    61f1922 View commit details
    Browse the repository at this point in the history
  2. progpow: cleanup comments

    andresilva committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    7c64f93 View commit details
    Browse the repository at this point in the history
  3. progpow: fix keccak_f800

    andresilva committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    4700ee8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d252dd1 View commit details
    Browse the repository at this point in the history
  5. progpow: general fixing

    andresilva committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    fde1d2e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    3a37dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b14323 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Configuration menu
    Copy the full SHA
    af1c0f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    526daa6 View commit details
    Browse the repository at this point in the history
  3. progpow: tabify

    andresilva committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    a19aa8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7303491 View commit details
    Browse the repository at this point in the history
  5. progpow: add benchmarks

    andresilva committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    7630b33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afe53ff View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    2fa0b3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54a32a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    025bc14 View commit details
    Browse the repository at this point in the history
  4. progpow: hardcode dag lookup function

    we only support light verification anyway
    andresilva committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    408d35e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae2d37e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e881d1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f0c1a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c95cc8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c28dc6 View commit details
    Browse the repository at this point in the history
  10. progpow: fix ptr::swap

    andresilva committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    e22a9c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e53756 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b77ab5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a9c710 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    85c14cd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. progpow: dont run last keccak_f800_round out of the loop

    rustc generates the same assembly, it unrolls the loop
    andresilva committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    a927d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fc39b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Configuration menu
    Copy the full SHA
    e5c7d16 View commit details
    Browse the repository at this point in the history
  2. ethash: fix typo

    andresilva committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    ecf937a View commit details
    Browse the repository at this point in the history
  3. ethcore, ethash: fix tests

    andresilva committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    04c5a8c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    c5dc35a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    a21993a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9514419 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    7c8873d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    46aa1d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f3c7be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42b5194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8d074f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af81890 View commit details
    Browse the repository at this point in the history
  6. fix Cargo.lock bad merge

    andresilva committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    665e765 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    7afd3dc View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    c7467b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c00879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89308fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01bb1b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    fea5b57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca3119 View commit details
    Browse the repository at this point in the history
  3. ethash: don't skip progpow test vectors

    they don't take too long when running in release mode which is the case
    for CI.
    andresilva committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    da02f9b View commit details
    Browse the repository at this point in the history
  4. ethash: progpow: update copyright date

    Co-Authored-By: andresilva <[email protected]>
    niklasad1 and andresilva authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    e30bd98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06551ce View commit details
    Browse the repository at this point in the history