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

EIP-37 implementation and activation #1845

Merged
merged 25 commits into from
Sep 27, 2022
Merged

EIP-37 implementation and activation #1845

merged 25 commits into from
Sep 27, 2022

Commits on Sep 19, 2022

  1. next diff estimation

    kushti committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    077901e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. avg diff playground

    kushti committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    77c8af6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. adaptive simulation

    kushti committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    ff4e2df View commit details
    Browse the repository at this point in the history
  2. bitcoinCalculate refactoring

    kushti committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    b42b9ca View commit details
    Browse the repository at this point in the history
  3. passing epochLength explicitly

    kushti committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e0733a3 View commit details
    Browse the repository at this point in the history
  4. DifficultyAdjustment

    kushti committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    0a1dea5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. voting with no persistence

    kushti committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    22028e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. eip-37 activation

    kushti committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    bd00073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aecf763 View commit details
    Browse the repository at this point in the history
  3. version set to 4.0.100

    kushti committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    684ea13 View commit details
    Browse the repository at this point in the history
  4. merging w. master

    kushti committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    4bb5c5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fcaab6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26e94d8 View commit details
    Browse the repository at this point in the history
  7. fixing epoch length in tests

    kushti committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    1a8b0dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f55086e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. /2, named constants

    kushti committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6840c97 View commit details
    Browse the repository at this point in the history
  2. Update src/main/scala/org/ergoplatform/settings/Constants.scala

    Co-authored-by: Alexander Slesarenko <aslesarenko@users.noreply.github.com>
    kushti and aslesarenko authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ef68ebb View commit details
    Browse the repository at this point in the history
  3. Update src/main/scala/org/ergoplatform/mining/difficulty/DifficultyAd…

    …justment.scala
    
    Co-authored-by: Alexander Slesarenko <aslesarenko@users.noreply.github.com>
    kushti and aslesarenko authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    5dce763 View commit details
    Browse the repository at this point in the history
  4. improving named constants

    kushti committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d5d9ca2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7656541 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3dd9a6e View commit details
    Browse the repository at this point in the history
  7. lower limit fix

    kushti committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    345ca18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27d4a9e View commit details
    Browse the repository at this point in the history
  9. moving some tools to main

    kushti committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    afc7987 View commit details
    Browse the repository at this point in the history
  10. logging fixes

    kushti committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    97e9e58 View commit details
    Browse the repository at this point in the history