-
Notifications
You must be signed in to change notification settings - Fork 70
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(opsim): create depositTx subscriber #45
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
59f7f36
to
72c59f1
Compare
72c59f1
to
431eb31
Compare
2fe00da
to
34a5dd5
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.
this all looks great to me, but I would probably wait on a review from @nitaliano or @hamdiallam before merging
1cd7fad
to
2cb7605
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.
nice!
73c6076
to
b737d0a
Compare
b737d0a
to
0af1aa3
Compare
SubscribeDepositTx
creates a subscription to depositTransactions given a chain api and the deposit contract address. under the hood it transforms the event log subscriptionchainapi
package, which is the interface that chains should expose to opsimMockChain
which can be overridden with methods for testingthis is not used anywhere right now, but will be used in a separate PR once we figure out how to get bridge contracts deployed on the L1
it will be used like below