-
Notifications
You must be signed in to change notification settings - Fork 8
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
fet: l2-bridge-arb iterate over l1 #582
Conversation
sergeyWh1te
commented
Jul 10, 2024
•
edited
Loading
edited
- l2-bridge-arb iterates over l1 network
- It compares bridge balances at the same timestamps on l1 and l2 sides
- Moved findings from l2-bridge-eth to l2-bridge-arb. In other words, all checks happen here, in l2-bridge-arb
- Process all l2 blocks and their logs for detecting events
2c8ecc5
to
594dee0
Compare
594dee0
to
9ec997b
Compare
066c474
to
880745f
Compare
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.
👍 left a few small comments
|
||
return result | ||
}, | ||
{ delay: 750, maxTry: 10 }, |
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.
Should we introduce constants?
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.
do we need seeds for l2 withdrawals?
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.
Seeds are needed for tests.