-
Notifications
You must be signed in to change notification settings - Fork 606
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(rollup_relayer): add chain_monitor client #885
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #885 +/- ##
===========================================
- Coverage 50.93% 43.72% -7.22%
===========================================
Files 60 72 +12
Lines 5617 6967 +1350
===========================================
+ Hits 2861 3046 +185
- Misses 2513 3668 +1155
- Partials 243 253 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This PR is based on https://github.com/scroll-tech/testnet/pull/703. |
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
This reverts commit 3958e8b.
Purpose or design rationale of this PR
Describe your change. Make sure to answer these three questions: What does this PR do? Why does it do it? How does it do it?
Check every batch status before sending
finalizeBatchProof
tx.PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
Deployment tag versioning
Has
tag
incommon/version.go
been updated?Breaking change label
Does this PR have the
breaking-change
label?