- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.8k
opcm: Add support for V2 contracts in addGameType #17782
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
| Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@             Coverage Diff             @@
##           develop   #17782      +/-   ##
===========================================
+ Coverage    74.79%   81.37%   +6.58%     
===========================================
  Files          175      120      -55     
  Lines        11243     6475    -4768     
===========================================
- Hits          8409     5269    -3140     
+ Misses        2690     1206    -1484     
+ Partials       144        0     -144     
 Flags with carried forward coverage won't be shown. Click here to find out more. 
 🚀 New features to boost your workflow:
 | 
10acbd8    to
    c68aaad      
    Compare
  
    2164a91    to
    bd8fe5b      
    Compare
  
    38bd133    to
    ae95105      
    Compare
  
            
          
                packages/contracts-bedrock/snapshots/abi/OPContractsManagerGameTypeAdder.json
          
            Show resolved
            Hide resolved
        
      7e73936    to
    2cfe9a3      
    Compare
  
    b1806eb    to
    b7eeaf6      
    Compare
  
    cfbb1f0    to
    3b1da5b      
    Compare
  
    | Wiz Scan Summary
 To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. | 
| Back to draft until #17874 is merged - there's some extra commits from develop being pulled in here because of the various rebases. Will be easier to sort out when the parent is rebased on develop and merged. | 
eabcf5a    to
    56a3217      
    Compare
  
    Tests failing when V2 is enabled because the expected L2 chain ID is loaded incorrectly.
…proxy and initialising correctly.
56a3217    to
    761f7e5      
    Compare
  
    
Description
Replaces #17464 (by stealing all its changes as a starting point). Rebased on latest changes in #17408
Tests
Enabled the addGameType tests when run with v2 feature enabled.
Metadata
Fixes #17260