feat: design doc for the shared dispute game migration#370
Merged
stevennevins merged 17 commits intomainfrom Mar 30, 2026
Merged
feat: design doc for the shared dispute game migration#370stevennevins merged 17 commits intomainfrom
stevennevins merged 17 commits intomainfrom
Conversation
Joxess
reviewed
Mar 23, 2026
Joxess
reviewed
Mar 23, 2026
Joxess
reviewed
Mar 23, 2026
ajsutton
reviewed
Mar 24, 2026
The doc already describes the prior upgrade step in Section 3 (OPContractsManagerV2.upgrade()). The open question was redundant. Addresses review comment from @ajsutton.
Individual chains are already on super roots. The migration is about moving to a shared dispute game, not about super roots themselves. Addresses review comment from @ajsutton.
Incremental chain addition is planned for a future iteration. Addresses review comment from @Joxess.
- Expand _migratePortal steps to include authorizeLockbox, ETH_LOCKBOX feature enablement, and all 6 game types cleared on old DGF - Note game type registration uses caller-supplied DisputeGameConfig[] - Note migrateToSharedDisputeGame is a proposed rename from migrateToSuperRoots
wwared
reviewed
Mar 26, 2026
ajsutton
approved these changes
Mar 26, 2026
Joxess
approved these changes
Mar 27, 2026
wwared
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Tests
Additional context
Metadata
Closes #370