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

feat: foundry refactor #313

Draft
wants to merge 44 commits into
base: develop
Choose a base branch
from
Draft

feat: foundry refactor #313

wants to merge 44 commits into from

Commits on Sep 20, 2024

  1. build: set up Forge project

    ZeroEkkusu authored and JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    56282f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d49bc83 View commit details
    Browse the repository at this point in the history
  3. test: push latest

    ZeroEkkusu authored and JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9b5d502 View commit details
    Browse the repository at this point in the history
  4. test: add updateRollup tests 1/2

    ZeroEkkusu authored and JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3c94a04 View commit details
    Browse the repository at this point in the history
  5. test: add updateRollup tests 2/2

    ZeroEkkusu authored and JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6a278b4 View commit details
    Browse the repository at this point in the history
  6. test: cover branches

    ZeroEkkusu authored and JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e2b3a08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    089f120 View commit details
    Browse the repository at this point in the history
  8. chore: relocate contract dirs and files

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1171875 View commit details
    Browse the repository at this point in the history
  9. chore: update hardcoded paths

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1aad202 View commit details
    Browse the repository at this point in the history
  10. forge install: deployer-kit

    0.2.0
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    70477f1 View commit details
    Browse the repository at this point in the history
  11. chore: reinstate PolygonZkEVMDeployer

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3bf887e View commit details
    Browse the repository at this point in the history
  12. forge install: solmate

    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    180b94d View commit details
    Browse the repository at this point in the history
  13. feat: add deploy script & test for polygonZkEVMDeployer

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    91e2f85 View commit details
    Browse the repository at this point in the history
  14. feat: add multiple deployers

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f634e81 View commit details
    Browse the repository at this point in the history
  15. feat: add PolygonZkEVMBridgeV2 test

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c6d8764 View commit details
    Browse the repository at this point in the history
  16. feat: changes to make the forge coverage work

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1bb9e50 View commit details
    Browse the repository at this point in the history
  17. fix: review changes

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b88cb60 View commit details
    Browse the repository at this point in the history
  18. chore: add tests PolygonZkEVMBridgeV2.sol

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a93b6ff View commit details
    Browse the repository at this point in the history
  19. feat: add more tests PolygonZkEVMBridgeV2.sol

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    69ad7ad View commit details
    Browse the repository at this point in the history
  20. test: add test for PolygonZkEVMGlobalExitRootV2

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4421d29 View commit details
    Browse the repository at this point in the history
  21. chore: fix existing deployers to proxy deployment

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bbb9338 View commit details
    Browse the repository at this point in the history
  22. feat: add more deployers

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4fdb440 View commit details
    Browse the repository at this point in the history
  23. feat: add PolygonZkEVMTimelock deployer

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    26cad75 View commit details
    Browse the repository at this point in the history
  24. feat: add grantRole script

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bbb02c1 View commit details
    Browse the repository at this point in the history
  25. chore: standardize deployer scripts

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9236a9b View commit details
    Browse the repository at this point in the history
  26. feat: add test for PolygonZkEVMEtrog.sol

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bfeb734 View commit details
    Browse the repository at this point in the history
  27. fix: initialize operates on 0x

    ethyla authored and JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4541776 View commit details
    Browse the repository at this point in the history
  28. feat: complete PolygonZkEVMEtrog tests

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    35632c5 View commit details
    Browse the repository at this point in the history
  29. chore: add missing TestHelper

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ee69f76 View commit details
    Browse the repository at this point in the history
  30. feat: add test for PolygonDataCommittee

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b281466 View commit details
    Browse the repository at this point in the history
  31. feat: add entire deployment flow

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d553a8d View commit details
    Browse the repository at this point in the history
  32. feat: add rollup manager verification

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5af1845 View commit details
    Browse the repository at this point in the history
  33. feat: Deploy keyless zkevm deployer script

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    088a0f0 View commit details
    Browse the repository at this point in the history
  34. feat: create genesis script for CDKs

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8dc80b6 View commit details
    Browse the repository at this point in the history
  35. fix: proxify

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b461aa6 View commit details
    Browse the repository at this point in the history
  36. fix: foundry.toml polygon rpc url and key

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    034303d View commit details
    Browse the repository at this point in the history
  37. fix: sonarcloud warnings

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    83c6f51 View commit details
    Browse the repository at this point in the history
  38. fix: rebase fixes

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    72a79ad View commit details
    Browse the repository at this point in the history
  39. fix: reinstate contract in pre-commit hook

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7c9aeb6 View commit details
    Browse the repository at this point in the history
  40. fix: enable ci foundry checks

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    123a986 View commit details
    Browse the repository at this point in the history
  41. fix: ci failing

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6c9f2e9 View commit details
    Browse the repository at this point in the history
  42. fix: shadowing variable name

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    165b8fe View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    885ae5b View commit details
    Browse the repository at this point in the history
  44. chore: Remove metadata_hash from foundry.toml

    Signed-off-by: JDawg287 <[email protected]>
    JDawg287 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    565f45b View commit details
    Browse the repository at this point in the history