-
Notifications
You must be signed in to change notification settings - Fork 12
Use spn network. #102
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
Use spn network. #102
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
moraesjeremias
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rebase? There're conflicts.
# Conflicts: # script/bin/operator.rs # services/bin/indexer.rs # services/src/types.rs
| let proof = prover_client.prove(&self.pk, &stdin).plonk().run()?; | ||
| Ok(proof) | ||
| } else { | ||
| let spn = env::var("SP1_PROVER")?.to_lowercase() == "network"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't sp1-sdk@v5.2.1 has reserved a network implementation at all?
Just trying to understand a possible conflict if we forget to specify succinct's public rpc endpoint.
No description provided.