• Matthew Slipper's avatar
    op-deployer: Add support for alt-DA deployments (#12798) · dec8c60a
    Matthew Slipper authored
    * op-deployer: Add support for alt-DA deployments
    
    Gives users the ability to deploy an alt-DA chain by specifying an alt-DA config in their chain's intent. The chain will be deployed using OPCM, then an additional pipeline step will deploy the alt-DA challenge contracts. The owner of the challenge contract is set to the L1 proxy admin owner.
    
    To reflect the experimental nature of this feature, the field in the intent is prefixed with `Dangerous`. Users should not use this for production chains until we have performed further testing.
    
    This may not appear like an important feature on its surface. However, without it we cannot delete the legacy allocs files. Since it was low lift I figured I'd just knock it out, and get us one step closer to being able to rip out the legacy deployment scripts and tooling once and for all.
    
    * semgrep
    
    * forge fmt
    
    * label
    
    * flip args
    dec8c60a
Name
Last commit
Last update
..
L1 Loading commit data...
L2 Loading commit data...
actors Loading commit data...
cannon Loading commit data...
dispute Loading commit data...
fixtures Loading commit data...
governance Loading commit data...
invariants Loading commit data...
kontrol Loading commit data...
legacy Loading commit data...
libraries Loading commit data...
mocks Loading commit data...
opcm Loading commit data...
periphery Loading commit data...
safe Loading commit data...
safe-tools Loading commit data...
setup Loading commit data...
universal Loading commit data...
vendor Loading commit data...