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

docs: SP1VerifierGateway #1483

Merged
merged 4 commits into from
Sep 5, 2024
Merged

docs: SP1VerifierGateway #1483

merged 4 commits into from
Sep 5, 2024

Conversation

ratankaliani
Copy link
Member

No description provided.

@ratankaliani ratankaliani marked this pull request as ready for review September 5, 2024 17:28
book/onchain-verification/contract-addresses.md Outdated Show resolved Hide resolved
@@ -1,6 +1,6 @@
# Contract Addresses

When using SP1, we recommend using our deployed verifiers. Each contract is a [SP1VerifierGateway](https://github.com/succinctlabs/sp1-contracts/blob/main/contracts/src/ISP1VerifierGateway.sol) which can automatically routes your SP1 proof to the correct verifier based on the prover version.
When using SP1, we recommend using our deployed verifiers. Each contract is a [SP1VerifierGateway](https://github.com/succinctlabs/sp1-contracts/blob/main/contracts/src/ISP1VerifierGateway.sol) which can automatically routes your SP1 proof to the correct verifier based on the prover version. Whenever a new prover version is deployed, the gateway contract will be updated to support it (`addRoute`). If an old prover version is deprecated, the gateway contract will stop supporting it (`freezeRoute`).
Copy link
Contributor

Choose a reason for hiding this comment

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

links to addRoute() and freezeRoute() code would be better

book/onchain-verification/contract-addresses.md Outdated Show resolved Hide resolved
ratankaliani and others added 3 commits September 5, 2024 10:55
Co-authored-by: Matt Stam <15695189+mattstam@users.noreply.github.com>
@ratankaliani ratankaliani merged commit 2ccede2 into dev Sep 5, 2024
@ratankaliani ratankaliani deleted the ratan/docs-gateway branch September 5, 2024 18:32
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