Skip to content
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

op-node: Add dedicated PlasmaConfig struct to rollup.Config #10499

Merged
merged 3 commits into from
May 16, 2024

Commits on May 15, 2024

  1. 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.
    trianglesphere committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0a6e92b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4255686 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b093a52 View commit details
    Browse the repository at this point in the history