-
Couldn't load subscription status.
- Fork 274
Update Security FAQ on Fault Proof and redefine Fault Proof contracts #1265
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
Conversation
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe pull request introduces significant updates to the OP Stack documentation, focusing on two key files: Sequence DiagramsequenceDiagram
participant User
participant DisputeGameFactory
participant FaultDisputeGame
participant AnchorStateRegistry
participant PreimageOracle
User->>DisputeGameFactory: Request dispute game
DisputeGameFactory->>FaultDisputeGame: Deploy dispute game
FaultDisputeGame->>AnchorStateRegistry: Store anchor state
FaultDisputeGame->>PreimageOracle: Retrieve pre-images
FaultDisputeGame->>User: Resolve dispute
Possibly related issues
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (2)pages/stack/security/faq.mdx (1)Pattern
pages/stack/smart-contracts.mdx (1)Pattern
🪛 LanguageToolpages/stack/security/faq.mdx[inconsistency] ~35-~35: A new year has begun. Did you mean “June 10, 2025”? (DATE_NEW_YEAR) 🔇 Additional comments (8)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Description
This PR pertains to the documentation on Fault Proofs. The FAQ in pages/stack/security/faq.mdx has been updated to reflect the release of Fault Proofs. Additionally, the Fault Proof contracts detailed in pages/stack/smart-contracts.mdx have been rewritten to improve clarity on what they do and how they interact with one another.
Contract descriptions altered:
Tests
No new tests were added as this change is purely documentation.
Additional context
This update to the FAQ and the definition of Fault Proof contracts ensures that the documentation accurately reflects the release of Fault Proofs. The revised definition clarifies the purpose and interactions of Fault Proof contracts, making it easier for developers and users to understand how they function within the OP Stack.