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: generate sp1 stdin for aggchain proof #105

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

Conversation

hadjiszs
Copy link
Contributor

@hadjiszs hadjiszs commented Mar 17, 2025

Description

Generate the prover inputs for the aggchain proof from the aggsender request and fetched data

  • Gather the fep public values
  • Feed the aggsender request data into the aggchain proof inputs
  • Write the aggregation proof and its vkey in stdin
  • Fetch all the EVMStateSketch from the L2
  • Retrieve the trusted sequencer address

Fixes #97

PR Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added or updated tests that comprehensively prove my change is effective or that my feature works

@hadjiszs hadjiszs self-assigned this Mar 17, 2025
@hadjiszs hadjiszs changed the base branch from main to trim-sketches March 17, 2025 23:41
Base automatically changed from trim-sketches to main March 18, 2025 11:19
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.

Generate AggchainProverInputs for the inputs of the aggchain proof program
1 participant