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

feat: reduce network prover #687

Merged
merged 29 commits into from
May 14, 2024
Merged

feat: reduce network prover #687

merged 29 commits into from
May 14, 2024

Conversation

ctian1
Copy link
Member

@ctian1 ctian1 commented May 10, 2024

No description provided.

Copy link
Contributor

@puma314 puma314 left a comment

Choose a reason for hiding this comment

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

small minor clean up but lgtm

@@ -10,10 +10,12 @@ fn main() {
let stdin = SP1Stdin::new();
let client = ProverClient::new();
let (pk, vk) = client.setup(ELF);
let proof = client.prove(&pk, stdin).expect("proving failed");
let proof = client.prove_compressed(&pk, stdin).expect("proving failed");
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we change these back to just prove?

@@ -38,6 +38,10 @@ async fn get_light_blocks() -> (LightBlock, LightBlock) {
}

fn main() {
let proof = SP1ReducedProof::load("../../../artifact_01hxazg1vqfv1ryywjgc6h0aec").unwrap();
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: change back?

prover/src/lib.rs Outdated Show resolved Hide resolved
@ctian1 ctian1 changed the title wip: reduce network prover feat: reduce network prover May 10, 2024
@ctian1 ctian1 changed the base branch from main to dev May 10, 2024 18:39
@ctian1 ctian1 added this pull request to the merge queue May 14, 2024
Merged via the queue into dev with commit e2decbf May 14, 2024
5 checks passed
@ctian1 ctian1 deleted the chris/reduce-remote-2 branch May 14, 2024 01:02
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.

2 participants