You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove MCP as supported contract version for standard chains
exclude legacy standard candidate chains
* remove "contract_versions_tag" and l2OO tests
we now require fault proof contracts, the l2OO is deprecated on FP chains
* remove unused helper
* remove l2oo.submission_interval and l2oo.challenge_period_seconds
See ethereum-optimism/specs#253
Move l2_block_time to rollup_config section
* replace data availability test with more general rollup config test
* track and validate l2_block_time
ethereum-optimism/specs#276
* update existing chain configs to store block_time = 2
this is actually not properly configurable, yet since op-node will just ignore / overwrite this value
* track and validate sequencing window
Closes#374
* add OptimismPortal2 stamdard params and validation check
* fix bugs
* fix exclusions and devnet params for optimismportal2 params
* remove some exclusions
* remove cruft
* add 5s timeout to RPC calls
* lint
* remove unecessary isFaultProofs bool
There is at least one example here:
https://github.com/ethereum-optimism/specs/blob/dfa8ea9568b0e35827be763fa8e6a2eeb9d90704/specs/protocol/configurability.md?plain=1#L55C1-L56C1
The L2OutputOracle is not used in Fault Proof systems, and standard chains must be on Fault Proofs.
I think in this case the parameter is defined off-chain in the rollup config.
The text was updated successfully, but these errors were encountered: