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

Refactor proofs contracts to allow reusing contract implementations #12421 #153

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ControlCplusControlV
Copy link
Contributor

Description

This PR aims to flatten the constructor arguments in DisputeGame.sol so it uses just ProxyWithImmutableArgs rather than Immutable + Immutable variables in its constructor, allowing different factories to all point to the same implementation

Tests

No tests needed for the design doc

Additional context

Currently we need to re-deploy the DisputeGame.sol implementation the factory uses for each new rollup due to its immutable constructor arguments, this PR aims to fix that.

Metadata

@ControlCplusControlV ControlCplusControlV added the enhancement New feature or request label Nov 4, 2024
@ControlCplusControlV ControlCplusControlV self-assigned this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

Refactor proofs contracts to allow reusing contract implementations
1 participant