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

Filter unprovable killer txn tests #65

Merged

Conversation

Nashtare
Copy link
Contributor

@Nashtare Nashtare commented Jun 15, 2024

Some tests used for stress testing incur too much overhead on the zkEVM to be actually provable (i.e. they go over Goldilocks' prime subgroup size of 2^32 elements). As such, they cannot be proven with the current system we use. While continuations would solve this, proving 50Billion CPU cycles would just be too much anyway.

We can still generate their witnesses, in -w mode, but each take few hundred GBs, and require several hours of execution. These tests on their own don't bring much, so they can be safely removed. Smaller variants are still included when parsing and processing the tests.

@Nashtare Nashtare force-pushed the blacklist-unprovable branch from 9e99f48 to 0d3bb4b Compare June 15, 2024 23:17
@Nashtare Nashtare self-assigned this Jun 15, 2024
Copy link
Contributor

@LindaGuiga LindaGuiga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@Nashtare Nashtare merged commit 3c4fbea into 0xPolygonZero:fix/legacy Jun 18, 2024
2 checks passed
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.

2 participants