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: L3 withdrawal helpers #605

Merged
merged 36 commits into from
Oct 7, 2024
Merged

feat: L3 withdrawal helpers #605

merged 36 commits into from
Oct 7, 2024

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    757e802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a49346 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. generalize bridge adapter contract

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ac13aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3131eed View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. feat: add L2 forwarder interface

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f9c0d62 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bz/withdrawalAdapter

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f6b2b30 View commit details
    Browse the repository at this point in the history
  3. apply suggested changes

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d3f624b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. sync with upstream changes

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cea0337 View commit details
    Browse the repository at this point in the history
  2. explicit imports

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0f68634 View commit details
    Browse the repository at this point in the history
  3. add a withdrawal adapter for OVM chains

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a0a371d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. refactor and rename

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0de9303 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Merge branch 'master' into bz/l2ForwarderInterface

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

Commits on Sep 23, 2024

  1. WIP remove spoke pool dependency

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    942f741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cbf3dd View commit details
    Browse the repository at this point in the history
  3. clean up interfaces

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fd94012 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b95cb01 View commit details
    Browse the repository at this point in the history
  5. arbitrum withdrawal adapter refactoring

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4c41098 View commit details
    Browse the repository at this point in the history
  6. simplify forwarder base and make it a proxy

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f2e3c41 View commit details
    Browse the repository at this point in the history
  7. disable implementation initialization

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f251354 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    050c784 View commit details
    Browse the repository at this point in the history
  9. update tests for new arbitrum bridge checks

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    982eff7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. change variable names

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    546f9ff View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge branch 'master' into bz/withdrawalAdapter

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d1a6143 View commit details
    Browse the repository at this point in the history
  2. refactor of withdrawal adapter format

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4db2572 View commit details
    Browse the repository at this point in the history
  3. remove unused test imports

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    db64f5f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    6dc1482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1882c5f View commit details
    Browse the repository at this point in the history
  3. rename and add test

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    da1bc9a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. add natspec comment and change name to crossDomainAdmin

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2056784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450cfe5 View commit details
    Browse the repository at this point in the history
  3. make the helper into a proxy

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bcaa0f4 View commit details
    Browse the repository at this point in the history
  4. move init functions to chain-specific adapters

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    96a4e1b View commit details
    Browse the repository at this point in the history
  5. address comments

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    167b8a9 View commit details
    Browse the repository at this point in the history
  6. inherit errors

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3470649 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. change _minGasLimit from a u256 to a u32

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    47c8537 View commit details
    Browse the repository at this point in the history
  2. update test interfaces

    Signed-off-by: bennett <[email protected]>
    bmzig committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5ab22c3 View commit details
    Browse the repository at this point in the history