-
Notifications
You must be signed in to change notification settings - Fork 54
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
improve(linea): add outstanding contracts #1332
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems OK - I only have a few style suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This conceptually makes sense. Hard to know whether it works without testing with real events. How has testing been?
Co-authored-by: Paul <[email protected]>
Co-authored-by: Paul <[email protected]>
* feat(finalizer): make l1l2 routes generic * chore: revert index * nit: include linea in non-overrides * wip * improve: overhaul generic finalizer * nit * Exclude missing SpokePoolClient instances * nit: also compare positive `_value` * nit: remove unneeded type * feat: Activate linea adapter manager (#1325) Co-authored-by: Paul <[email protected]> * Update LineaAdapter.ts * Update LineaAdapter.ts * tweak * Update Constants.ts * Fix * Update LineaAdapter.ts * Update LineaAdapter.ts * Revert "Update LineaAdapter.ts" This reverts commit a1a4943. --------- Co-authored-by: Paul <[email protected]> Co-authored-by: nicholaspai <[email protected]> Co-authored-by: nicholaspai <[email protected]>
WIP