-
Notifications
You must be signed in to change notification settings - Fork 50
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
Commits on Sep 13, 2024
-
refactor: export _bridgeTokensToHubPool for Arbitrum to separate cont…
…ract Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 757e802 - Browse repository at this point
Copy the full SHA 757e802View commit details -
feat: add Intermediate_TokenRetriever contract for L3-L1 withdrawals
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a49346 - Browse repository at this point
Copy the full SHA 1a49346View commit details
Commits on Sep 16, 2024
-
generalize bridge adapter contract
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac13aac - Browse repository at this point
Copy the full SHA ac13aacView commit details -
add functionality for retrieveMany. Refactor WithdrawalAdapter
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3131eed - Browse repository at this point
Copy the full SHA 3131eedView commit details
Commits on Sep 17, 2024
-
feat: add L2 forwarder interface
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9c0d62 - Browse repository at this point
Copy the full SHA f9c0d62View commit details -
Merge branch 'master' into bz/withdrawalAdapter
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6b2b30 - Browse repository at this point
Copy the full SHA f6b2b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f624b - Browse repository at this point
Copy the full SHA d3f624bView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cea0337 - Browse repository at this point
Copy the full SHA cea0337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f68634 - Browse repository at this point
Copy the full SHA 0f68634View commit details -
add a withdrawal adapter for OVM chains
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0a371d - Browse repository at this point
Copy the full SHA a0a371dView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0de9303 - Browse repository at this point
Copy the full SHA 0de9303View commit details
Commits on Sep 20, 2024
-
Merge branch 'master' into bz/l2ForwarderInterface
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0371348 - Browse repository at this point
Copy the full SHA 0371348View commit details
Commits on Sep 23, 2024
-
WIP remove spoke pool dependency
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 942f741 - Browse repository at this point
Copy the full SHA 942f741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cbf3dd - Browse repository at this point
Copy the full SHA 3cbf3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd94012 - Browse repository at this point
Copy the full SHA fd94012View commit details -
Configuration menu - View commit details
-
Copy full SHA for b95cb01 - Browse repository at this point
Copy the full SHA b95cb01View commit details -
arbitrum withdrawal adapter refactoring
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c41098 - Browse repository at this point
Copy the full SHA 4c41098View commit details -
simplify forwarder base and make it a proxy
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2e3c41 - Browse repository at this point
Copy the full SHA f2e3c41View commit details -
disable implementation initialization
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f251354 - Browse repository at this point
Copy the full SHA f251354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 050c784 - Browse repository at this point
Copy the full SHA 050c784View commit details -
update tests for new arbitrum bridge checks
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 982eff7 - Browse repository at this point
Copy the full SHA 982eff7View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 546f9ff - Browse repository at this point
Copy the full SHA 546f9ffView commit details
Commits on Oct 2, 2024
-
Merge branch 'master' into bz/withdrawalAdapter
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1a6143 - Browse repository at this point
Copy the full SHA d1a6143View commit details -
refactor of withdrawal adapter format
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4db2572 - Browse repository at this point
Copy the full SHA 4db2572View commit details -
Configuration menu - View commit details
-
Copy full SHA for db64f5f - Browse repository at this point
Copy the full SHA db64f5fView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6dc1482 - Browse repository at this point
Copy the full SHA 6dc1482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1882c5f - Browse repository at this point
Copy the full SHA 1882c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da1bc9a - Browse repository at this point
Copy the full SHA da1bc9aView commit details
Commits on Oct 4, 2024
-
add natspec comment and change name to crossDomainAdmin
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2056784 - Browse repository at this point
Copy the full SHA 2056784View commit details -
add vm.assume to test to address fuzz where l1Token = invalidToken
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 450cfe5 - Browse repository at this point
Copy the full SHA 450cfe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcaa0f4 - Browse repository at this point
Copy the full SHA bcaa0f4View commit details -
move init functions to chain-specific adapters
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96a4e1b - Browse repository at this point
Copy the full SHA 96a4e1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 167b8a9 - Browse repository at this point
Copy the full SHA 167b8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3470649 - Browse repository at this point
Copy the full SHA 3470649View commit details
Commits on Oct 7, 2024
-
change _minGasLimit from a u256 to a u32
Signed-off-by: bennett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47c8537 - Browse repository at this point
Copy the full SHA 47c8537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab22c3 - Browse repository at this point
Copy the full SHA 5ab22c3View commit details