Skip to content
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

fix: Fix epoch monitoring and related e2e tests #12096

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

spalladino
Copy link
Collaborator

@spalladino spalladino commented Feb 18, 2025

Fixes the prover-node's epoch monitor so it accounts for the previous epoch to be proven. The updated logic is that an epoch is ready to prove only if it is completed and it contains the first unproven block (which gets updated over a reorg).

Also fixes #11840

Builds on top of @PhilWindle's #12014

@spalladino spalladino force-pushed the palla/e2e-ignition branch 2 times, most recently from 29dd5eb to febb85c Compare February 19, 2025 20:18
@spalladino spalladino changed the title wip: Fix epoch monitoring and related e2e tests fix: Fix epoch monitoring and related e2e tests Feb 19, 2025
@spalladino spalladino marked this pull request as ready for review February 19, 2025 20:21
@spalladino spalladino removed the request for review from charlielye February 19, 2025 20:21
@spalladino spalladino force-pushed the palla/e2e-ignition branch 2 times, most recently from cf5409e to 1ea405c Compare February 19, 2025 21:56
@spalladino spalladino added the e2e-all CI: Enables this CI job. label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e-all CI: Enables this CI job.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test scenario - multi proofs - coordination tests
2 participants