• smartcontracts's avatar
    feat: have AnchorStateRegistry use a single root (#13700) · ce2ce43b
    smartcontracts authored
    * feat: have AnchorStateRegistry use a single root
    
    Updates the AnchorStateRegistry to use a single unified anchor
    root by checking with the OptimismPortal for the currently
    respected game type. Additionally makes the AnchorStateRegistry
    MCP ready.
    
    Users MUST deploy this contract as a new proxy and cannot upgrade
    their existing proxy.
    
    * Update snapshots post-merge
    
    * op-deployer: Support single ASR
    
    * Update semver
    
    * updates after rebase
    
    * rename method
    
    * make isGameProper comment more obvious
    
    * update semver
    
    * semver bump
    
    * simpler api for boolean functions
    
    * comment updates
    
    * address wildmolasses comments
    
    * add test for not guardian
    
    * a few more tests
    
    ---------
    Co-authored-by: default avatarMatthew Slipper <me@matthewslipper.com>
    ce2ce43b
Name
Last commit
Last update
..
lib Loading commit data...
AnchorStateRegistry.t.sol Loading commit data...
DelayedWETH.t.sol Loading commit data...
DisputeGameFactory.t.sol Loading commit data...
FaultDisputeGame.t.sol Loading commit data...
PermissionedDisputeGame.t.sol Loading commit data...
WETH98.t.sol Loading commit data...