-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
op-program: Setup CI job to periodically verify goerli outputs #5576
Conversation
|
✅ Deploy Preview for opstack-docs canceled.
|
d76ddd0
to
74b2473
Compare
Hey @ajsutton! This PR has merge conflicts. Please fix them before continuing review. |
74b2473
to
17ec318
Compare
17ec318
to
40ca97f
Compare
Currently the circleci config sets this up to use a free Alchemy plan as the L1 which is slower but works fine (and a good test of the retry logic). I think its worth getting this merged now though and we can just update the config when our L1 node is sync'd. |
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!
You may need to rebase on the latest develop to fix the link lint |
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.
lgtm
This PR has been added to the merge queue, and will be merged soon. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
1 similar comment
This PR is next in line to be merged, and will be merged as soon as checks pass. |
61a434e
to
477591b
Compare
This PR has been added to the merge queue, and will be merged soon. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Description
Schedules a job in CI ever 4 hours to verify a segment of the Goerli chain with the fault proof program.
Metadata