• 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
..
benchmarks Loading commit data...
bindings Loading commit data...
chaincfg Loading commit data...
cmd Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
service.go Loading commit data...