Inphi
Inphi
We need to collect richer metrics for threading related behavior. Including steps between ll/sc instructions, time spent between context switches, etc. These metrics are collected during a VM run and...
Once the interop devnet is torn down, we should remove the fallback RPC to `supervisor_checkMessages` introduced by https://github.com/ethereum-optimism/op-geth/pull/522. We shouldn't ever be using the old RPC in prod.
The superchain-registry should provide Go-embeddable configuration for the dependency set. Since all chains in the superchain-registry will be upgraded to interop, we will need to provide a way to configure...
Updates the dispute game contracts for the oplabs sepolia devnet and op-sepolia. This also adds `PermissionedDelayedWETH`, and `MIPS64` to the chain addresses. ## Context for MIPS64 Superchain Upgrades The `CANNON`...
This is a convenient task template to simplify the process of resetting the `AnchorStateRegistry` after a devnet is spun up.
We won't be able to finalize withdrawals in a live devnet. But we should be able to prove withdrawals at least Perhaps withdrawal finalization can be done only on kurtosis...
Provide acceptance tests on the proofs system for pre-interop and post-interop chains. We will need to first set this up a variety of chain setups on kurtosis so we can...
The op-program executor should be more explicit on what sort of game it supports. Since the op-program CLI depends on whether interop is enabled. Currently, the op-program executor takes a...
When a new chain is added to the dependency set for the first time, the interop op-program needs to make sure that the cluster doesn't reference the new chain. This...
Integrate SP1 zero-knowledge proof capabilities into the Kona monorepo, derived from OP-Succinct, to enable validity proofs for OP Stack state transitions. This provides an alternative fault proof mechanism that generates...