Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

giladchase
Copy link
Contributor

Constructors and other boilerplate stuff will come later.

@reviewable-StarkWare
Copy link

This change is Reviewable

@giladchase giladchase marked this pull request as ready for review May 5, 2025 12:24
@giladchase giladchase requested a review from elintul May 5, 2025 12:24
@giladchase giladchase force-pushed the gilad/05-05-chore_apollo_l1_endpoint_monitor_implement_the_core_of_l1_endpoint_monitor branch from 7595c68 to 1669365 Compare May 5, 2025 12:34
Copy link

github-actions bot commented May 5, 2025

Artifacts upload workflows:

Copy link
Collaborator

@elintul elintul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

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.
@giladchase giladchase force-pushed the gilad/05-05-chore_apollo_l1_endpoint_monitor_implement_the_core_of_l1_endpoint_monitor branch from f1a50b9 to ea2621e Compare May 6, 2025 08:50
Copy link
Collaborator

@elintul elintul left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @giladchase)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants