clabby
clabby
# Overview > **Note** > WIP > **Warning** > In advance, this fix introduces a major landmine and is not pretty. Needs thorough review- scrutinize away :smile: Introduces a fix...
# Overview > **Note** > WIP Adds an alternative backup sync method via RPC to the `op-node`. New CLI flag: `l2.backup-unsafe-sync-rpc` - Fills a new value in the `rollup.Config`, `BackupL2UnsafeSyncRPC`....
## Overview Removes EIP-1153 warning. At the moment, the warning triggers regardless of whether or not safe practices are followed. closes #14817
### Component Forge ### Describe the feature you would like JUnit XML test reports are widely used in CI tools to provide more advanced test reporting, such as [CircleCI's Test...
## Overview Adds a safety mode to the `FaultDisputeGame` that can be triggered by the `SuperchainConfig`'s guardian role. This mode will return all bonds back to their submitters when `claimCredit`...
## Overview > [!NOTE] > This PR deliberately does not bump the semantic version. This is done in #10500, these changes are just split up for ease of review. Removes...
## Overview > [!NOTE] > Blocked by https://github.com/ethereum-optimism/specs/pull/186 being merged. Enforces a maximum L2 gas limit within the `SystemConfig`. This change helps ensure that OP Stack chain governors keep the...
## Overview Adds a second `DeploymentSummary` to `kontrol` for fault proofs, and ports the existing `OptimismPortal` proofs with the `OptimismPortal2`.
## Overview Adds an implementation of the 4788 contract in [Huff language](https://github.com/huff-language/huff-rs). **Optimizations:** * -4 gas on a storage operation * -1 gas on a reading operation * Reduces the...
## Overview Currently, we have multiple file formats in the superchain registry for configurations, which is unnecessary. This makes it more difficult to pull in the `superchain-registry` as a dependency...