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

Add automation to keep receipts and verifier parameters for tests up to date #8

Open
nategraf opened this issue Sep 26, 2024 · 0 comments

Comments

@nategraf
Copy link

Tests are currently using a fixed verifier parameters (i.e. control root) and receipt. It would be better if the control root and receipt were automatically kept up to date with the latest release (or main) or risc0.

// From: https://github.com/risc0/risc0/blob/55b45e8d11d80a1711441051929ec15294cd61c1/risc0/circuit/recursion/src/control_id.rs#L49
const ALLOWED_CONTROL_ROOT: &str =
"a516a057c9fbf5629106300934d48e0e775d4230e41e503347cad96fcbde7e2e";
const BN254_IDENTITY_CONTROL_ID: &str =
"51b54a62f2aa599aef768744c95de8c7d89bf716e11b1179f05d6cf0bcfeb60e";

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

No branches or pull requests

1 participant