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

Retire Lurk alpha proving + benchmarks #873

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

huitseeker
Copy link
Member

@huitseeker huitseeker commented Nov 9, 2023

Removes Lurk alpha proving and purely Lurk alpha-focused benchmarks. As in #826 the benches are renamed from foo_lem.rs to foo.rs.

Closes #832.

@huitseeker huitseeker requested review from a team as code owners November 9, 2023 12:02
arthurpaulino
arthurpaulino previously approved these changes Nov 9, 2023
Copy link
Member

@arthurpaulino arthurpaulino left a comment

Choose a reason for hiding this comment

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

Thanks!!

@huitseeker huitseeker marked this pull request as draft November 9, 2023 12:29
@huitseeker huitseeker marked this pull request as ready for review November 9, 2023 12:38
…onality

- Removed the use of `witness_cs::WitnessCS`, `boolean::Boolean`, and `Provable` trait from various modules in `bellpepper_core`,
- Dropped multithreading support on `prove_recursively` function in `nova.rs`,
- Deleted `StepCircuit` and `SuperStepCircuit<F>` implementation for `MultiFrame`, including its functions `synthesize` and `compute_witness`,
- Refactored several functions in `nova::prove_recursively`,
- Removed unused imports and implementations across multiple files.
@huitseeker huitseeker added this pull request to the merge queue Nov 9, 2023
Merged via the queue into lurk-lab:master with commit c6dc3cc Nov 9, 2023
12 checks passed
@huitseeker huitseeker deleted the issue/832 branch November 9, 2023 14:46
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.

Remove Alpha-specific proving
3 participants