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

Support recursive circuit format, single witness loading; support const in verification #11

Merged
merged 7 commits into from
Jun 13, 2024

Conversation

sixbigsquare
Copy link
Collaborator

No description provided.

src/exec.rs Outdated
let output_file = &args[4];
match command.as_str() {
"prove" => {
let config = Config::new();
Copy link
Collaborator

Choose a reason for hiding this comment

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

CI failed because the api has changed here. see

let config = Config::m31_config();

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks and have updated.

@niconiconi
Copy link
Contributor

CI doesn't pass

@sixbigsquare sixbigsquare self-assigned this Jun 13, 2024
@niconiconi niconiconi merged commit 1049ba5 into main Jun 13, 2024
4 checks passed
@niconiconi niconiconi deleted the dev_circuit_loading branch July 26, 2024 00:31
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.

None yet

3 participants