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

Use Faster STARK Configuration for Testing #676

Open
sai-deng opened this issue Sep 30, 2024 · 2 comments
Open

Use Faster STARK Configuration for Testing #676

sai-deng opened this issue Sep 30, 2024 · 2 comments
Assignees

Comments

@sai-deng
Copy link
Contributor

We can use a faster STARK configuration for testing, which will help speed up some longer tests, such as test_segment_proof_generation_without_keccak(), which requires many recursions.

@sai-deng sai-deng self-assigned this Sep 30, 2024
@sai-deng
Copy link
Contributor Author

Currently, when I reduce the num_query_rounds in the fri_config, I encounter errors related to common data mismatches, and the final table proofs are missing a CosetInterpolationGate.

@Nashtare
Copy link
Collaborator

Nashtare commented Oct 1, 2024

It'd be nice to enable a customizable config through the CLI as well for e2e testing of the prover flow in a cheap way, and not just for the evm_arithmetization crate. Could probably be as simple as (assuming conjectured_security of FRI as plonky2 does), specifying a targeted security level and have the application create the config (the only tweak would be on the number of queries most likely, eventually the pow step if too high too).

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

No branches or pull requests

2 participants