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

Refactor recursion params #769

Merged
merged 11 commits into from
Nov 5, 2024
Merged

Refactor recursion params #769

merged 11 commits into from
Nov 5, 2024

Conversation

sai-deng
Copy link
Contributor

@sai-deng sai-deng commented Nov 4, 2024

This PR addresses @Nashtare 's comments in #739

@github-actions github-actions bot added crate: evm_arithmetization Anything related to the evm_arithmetization crate. crate: zero_bin Anything related to the zero-bin subcrates. labels Nov 4, 2024
@sai-deng sai-deng changed the title Sai/refactor recursion params Refactor recursion params Nov 4, 2024
@sai-deng sai-deng marked this pull request as ready for review November 4, 2024 23:33
Comment on lines 626 to 630
/// Optional configuration for the shrinking circuit.
pub shrinking_circuit_config: CircuitConfig,
/// Optional configuration for the recursion circuits.
pub recursion_circuit_config: CircuitConfig,
/// Optional recursion threshold in degree bits.
Copy link
Collaborator

Choose a reason for hiding this comment

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

doc says these are optional, seems there's a type mismatch?

evm_arithmetization/src/fixed_recursive_verifier.rs Outdated Show resolved Hide resolved
@Nashtare Nashtare merged commit deba488 into develop Nov 5, 2024
21 checks passed
@Nashtare Nashtare deleted the sai/refactor_recursion_params branch November 5, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: evm_arithmetization Anything related to the evm_arithmetization crate. crate: zero_bin Anything related to the zero-bin subcrates.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants