• Joshua Gutow's avatar
    op-node: Add dedicated PlasmaConfig struct to rollup.Config (#10499) · fc0f425e
    Joshua Gutow authored
    * op-node: Add dedicated PlasmaConfig struct to rollup.Config
    
    This commit adds a dedicated PlasmaConfig section to the rollup
    config. This collects all Plasma Mode configuration to the same place
    and enables future expansion of Plasma Mode configuration to be confined
    to a single location.
    
    In the interim, the op-node can read from both the legacy fields and the
    dedicated struct. If both are set, they must be consistent. The genesis
    creation tooling currently only writes with the new config.
    
    * Set plasma mode from superchain registry
    
    * Remove LegacyUsePlasma usage
    fc0f425e
Name
Last commit
Last update
..
clients Loading commit data...
cmd Loading commit data...
contracts Loading commit data...
crossdomain Loading commit data...
etherscan Loading commit data...
foundry Loading commit data...
genesis Loading commit data...
safe Loading commit data...
solc Loading commit data...
srcmap Loading commit data...
upgrades Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
justfile Loading commit data...