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

E2E EpochManager test + Epoch truffle migrations & Anvil L2 migration build fix #11198

Merged
merged 76 commits into from
Sep 17, 2024

Commits on Aug 19, 2024

  1. unit test with mocks

    soloseng committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f9979ce View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. ++ integration tests

    soloseng committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    75bf938 View commit details
    Browse the repository at this point in the history
  2. clean up

    soloseng committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cb47ec9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/l2-epoch-system' into soloseng/startNextEpochProce…

    …ss-unit-and-integration-test
    soloseng committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fbdc5fd View commit details
    Browse the repository at this point in the history
  4. -- logging

    soloseng committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b8f5584 View commit details
    Browse the repository at this point in the history
  5. removed duplicate interface

    soloseng committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    282ef91 View commit details
    Browse the repository at this point in the history
  6. using MockCeloToken to get test to pass.

    Fails when it hits a precompile in `EpochRewards.sol`
    soloseng committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    40711cb View commit details
    Browse the repository at this point in the history
  7. removed endEpochTimestamp

    soloseng committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    654b279 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2072107 View commit details
    Browse the repository at this point in the history
  9. added L2 conditions for EpochRewards functions using precompiles

    Still missing tests
    soloseng committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9a6c01f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    c48b8e5 View commit details
    Browse the repository at this point in the history
  2. ++ more unit test

    soloseng committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    47f93af View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. setup anvil migration

    fix name conflict
    soloseng committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d3b1db4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge branch 'feat/l2-epoch-system' into soloseng/startNextEpochProce…

    …ss-unit-and-integration-test
    soloseng committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a6e2844 View commit details
    Browse the repository at this point in the history
  2. compiles

    soloseng committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2ba9360 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    35b637a View commit details
    Browse the repository at this point in the history
  2. Updated regex

    soloseng committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c02c0a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92ac7cf View commit details
    Browse the repository at this point in the history
  4. clean up

    soloseng committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f50ac8b View commit details
    Browse the repository at this point in the history
  5. ++ unit test

    soloseng committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3aa816c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    180162b View commit details
    Browse the repository at this point in the history
  7. ++ comment

    soloseng committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    22946ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ed7e93 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feat/l2-epoch-system' into soloseng/startNextEpochProce…

    …ss-unit-and-integration-test
    soloseng committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7fcc9a8 View commit details
    Browse the repository at this point in the history
  10. ++ to const

    soloseng committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8f0ea64 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. happy linter

    soloseng committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cfa7cdb View commit details
    Browse the repository at this point in the history
  2. update contract name

    soloseng committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cdf7aea View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Adding truffle migrations

    pahor167 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4b709d3 View commit details
    Browse the repository at this point in the history
  2. Fix of L2 Anvil migrations

    pahor167 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    969f9d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8838c5c View commit details
    Browse the repository at this point in the history
  4. Release init params

    pahor167 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    93274c8 View commit details
    Browse the repository at this point in the history
  5. ++ PR feedback

    soloseng committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b49f929 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. ++ checks

    soloseng committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1b616ca View commit details
    Browse the repository at this point in the history
  2. updated carbon address

    soloseng committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b47dba3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. E2E test

    pahor167 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f34e7e0 View commit details
    Browse the repository at this point in the history
  2. lint

    pahor167 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a050d27 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'soloseng/startNextEpochProcess-unit-and-integration-tes…

    …t' into pahor/truffleMigrations
    pahor167 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0e8da38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48db871 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/l2-epoch-system' into soloseng/startNextEpochProce…

    …ss-unit-and-integration-test
    soloseng committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8a8f4d9 View commit details
    Browse the repository at this point in the history
  6. -- duplicate imports

    soloseng committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bbb239f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ffeed2 View commit details
    Browse the repository at this point in the history
  8. PR feedback

    soloseng committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b195ebb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    e84a5b5 View commit details
    Browse the repository at this point in the history
  2. -- coment

    soloseng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3c2ebfc View commit details
    Browse the repository at this point in the history
  3. passing unit tests

    soloseng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    83bd5aa View commit details
    Browse the repository at this point in the history
  4. clean up

    soloseng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1d4eaa4 View commit details
    Browse the repository at this point in the history
  5. ++ mintStable test

    soloseng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    43ae993 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de06b4e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    15a5290 View commit details
    Browse the repository at this point in the history
  2. fix for rewards computation

    pahor167 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    84f4349 View commit details
    Browse the repository at this point in the history
  3. lint

    pahor167 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    17c5884 View commit details
    Browse the repository at this point in the history
  4. merge

    pahor167 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bc53164 View commit details
    Browse the repository at this point in the history
  5. anvil migration rename

    pahor167 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9ddb522 View commit details
    Browse the repository at this point in the history
  6. remove setEpochMangerEnabler

    pahor167 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    48cf98c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. truffle build fix

    pahor167 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    28bf1ff View commit details
    Browse the repository at this point in the history
  2. initializeEpochManagerSystem

    pahor167 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e5ffbf1 View commit details
    Browse the repository at this point in the history
  3. migration test fix

    pahor167 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    96363fc View commit details
    Browse the repository at this point in the history
  4. prettify

    pahor167 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    812604d View commit details
    Browse the repository at this point in the history
  5. removal of logging

    pahor167 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    abdbae4 View commit details
    Browse the repository at this point in the history
  6. removal of logging2

    pahor167 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    55bd69b View commit details
    Browse the repository at this point in the history
  7. EpochManagerEnabler version

    pahor167 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fe91831 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c5a95f View commit details
    Browse the repository at this point in the history
  9. lint

    pahor167 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    13510fd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    eb5691b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6011483 View commit details
    Browse the repository at this point in the history
  3. removed duplicated function

    martinvol committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    776f864 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    martinvol committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a152a09 View commit details
    Browse the repository at this point in the history
  5. lint

    martinvol committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f5a2cb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95a6b65 View commit details
    Browse the repository at this point in the history
  7. Added release data

    martinvol committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    69b3bd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f477f74 View commit details
    Browse the repository at this point in the history
  9. Removed unnecesary mocking

    martinvol committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4093393 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc278cb View commit details
    Browse the repository at this point in the history
  11. moved mocks to right path

    martinvol committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5bf0d85 View commit details
    Browse the repository at this point in the history
  12. Fixed tests

    martinvol committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    df7a9e8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d62d5f View commit details
    Browse the repository at this point in the history