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

feat: Prover node checks txs availability before sending quote #10965

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

Conversation

spalladino
Copy link
Collaborator

The prover node is now responsible for fetching txs for proving the epoch, instead of delegating to the prover job. It fetches the txs once an epoch is complete and before sending the quote, and reuses them when creating the job.

Fixes #10803

@spalladino spalladino added the e2e-all CI: Enables this CI job. label Dec 24, 2024
@spalladino spalladino force-pushed the palla/validate-txs-in-coordinator branch from 8a2a3dc to 3ae555c Compare January 2, 2025 19:18
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.

feat: Assert prover node has all txs for a proving job before sending quote
1 participant