-
Notifications
You must be signed in to change notification settings - Fork 401
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
chore: update book docs #1925
base: dev
Are you sure you want to change the base?
chore: update book docs #1925
Conversation
Co-authored-by: Ratan Kaliani <ratankaliani@berkeley.edu>
|
||
## Advanced Usage | ||
|
||
### Skip simulation | ||
If you are using the prover network in a production system, or otherwise want to use advanced features such as async, skipping local simulation, or accessing the proof ID, you should use `sp1_sdk::NetworkProver` directly. |
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.
Note: Setting the strategy etc.
If you're using a "reserved" set of capacity for an account (configured by the Succinct team), you should add strategy(Reserved).
Also, add information about requesting with a timeout, etc.
This is the section to show the examples of all of the advanced usage.
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.
LGTM, some comments on how you should expand the usage section.
SP1 Performance Test Results Branch: chris/update-docs-2
|
Merge your book changes after network.succinct.xyz is the canonical frontend/URL. |
Update network docs with new SDK and network changes.