-
Notifications
You must be signed in to change notification settings - Fork 48
chore(apollo_l1_endpoint_monitor): implement the core of l1 endpoint monitor #6328
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
base: main
Are you sure you want to change the base?
Conversation
7595c68
to
1669365
Compare
Artifacts upload workflows: |
1669365
to
f1a50b9
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.
Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @giladchase)
crates/apollo_l1_endpoint_monitor/src/monitor.rs
line 8 at r1 (raw file):
type L1EndpointMonitorResult<T> = Result<T, L1EndpointMonitorError>; #[derive(Debug, Clone)]
Suggestion:
type L1EndpointMonitorResult<T> = Result<T, L1EndpointMonitorError>;
#[derive(Debug, Clone)]
…monitor Constructors and other boilerplate stuff will come later.
f1a50b9
to
ea2621e
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.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @giladchase)
Constructors and other boilerplate stuff will come later.