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

Make prover conditionally asynchronous #1563

Merged
merged 3 commits into from
Nov 3, 2024
Merged

Make prover conditionally asynchronous #1563

merged 3 commits into from
Nov 3, 2024

Conversation

bobbinth
Copy link
Contributor

@bobbinth bobbinth commented Nov 3, 2024

This PR makes miden-prover::prove() method conditionally asynchronous and adds async feature to the miden-prover crate. These changes are needed to make miden-base work with the latest miden-vm and also will be needed for #1459.

I also had to modify the Makefile to run all tests/lints etc. without async feature enabled as this feature interferes with others. We should find a better way to handle this in the future.

@bobbinth bobbinth requested a review from plafer November 3, 2024 23:06
@bobbinth
Copy link
Contributor Author

bobbinth commented Nov 3, 2024

@plafer - I'll merge this PR without reviews to un-break miden-base, but if you have any comments, I can make a subsequent PR to address them.

@bobbinth bobbinth merged commit a82a174 into next Nov 3, 2024
9 checks passed
@bobbinth bobbinth deleted the bobbin-async-prover branch November 3, 2024 23:19
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.

1 participant