Skip to content

feat: opcm creator pattern integrate addGameType for v2 games#17464

Closed
stevennevins wants to merge 52 commits intodevelopfrom
snevins/issue-17260/creator-pattern-opcm-addGameType
Closed

feat: opcm creator pattern integrate addGameType for v2 games#17464
stevennevins wants to merge 52 commits intodevelopfrom
snevins/issue-17260/creator-pattern-opcm-addGameType

Conversation

@stevennevins
Copy link
Copy Markdown
Contributor

Description

This PR integrates the v2 creator pattern games into OPCM and validates the behavior behind a feature flag

Tests

Adds tests to validate the behavior for addGameType in both states for the feature flag toggle

Additional context

N/A

Metadata

Closes #17260

@stevennevins stevennevins force-pushed the snevins/issue-17260/creator-pattern-opcm-addGameType branch from 375d774 to 4ee1e4b Compare September 17, 2025 18:41
@stevennevins stevennevins force-pushed the snevin/issue-17257/creator-pattern-opcm-deploy branch from 91ccb5b to 41c046d Compare September 19, 2025 14:38
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.91%. Comparing base (340e676) to head (1d41ac4).

Additional details and impacted files
@@                                Coverage Diff                                 @@
##           snevin/issue-17257/creator-pattern-opcm-deploy   #17464      +/-   ##
==================================================================================
- Coverage                                           95.94%   95.91%   -0.04%     
==================================================================================
  Files                                                 113      113              
  Lines                                                5179     5189      +10     
==================================================================================
+ Hits                                                 4969     4977       +8     
- Misses                                                210      212       +2     
Flag Coverage Δ
contracts-bedrock-tests 95.91% <100.00%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...es/contracts-bedrock/src/L1/OPContractsManager.sol 96.57% <100.00%> (-0.37%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@stevennevins stevennevins force-pushed the snevins/issue-17260/creator-pattern-opcm-addGameType branch from efe73f6 to fa911d6 Compare September 19, 2025 15:25
@stevennevins stevennevins force-pushed the snevin/issue-17257/creator-pattern-opcm-deploy branch 4 times, most recently from 38288fb to a529bb5 Compare September 29, 2025 19:11
Rename _isV2Implementation to _isV2DisputeGameImplementation for better clarity about what types of contracts this function checks for.
@stevennevins stevennevins force-pushed the snevin/issue-17257/creator-pattern-opcm-deploy branch from 77c93c1 to c9aebae Compare September 30, 2025 19:15
@stevennevins stevennevins force-pushed the snevins/issue-17260/creator-pattern-opcm-addGameType branch from 1d41ac4 to 1005541 Compare September 30, 2025 20:34
Base automatically changed from snevin/issue-17257/creator-pattern-opcm-deploy to develop October 14, 2025 18:04
@ajsutton
Copy link
Copy Markdown
Contributor

Closing in favour of #17782

@ajsutton ajsutton closed this Oct 16, 2025
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.

Use v2 dispute game contracts in OPCM.addGameType

2 participants