Sebastian Stammler
Sebastian Stammler
Collecting some follow ups to https://github.com/ethereum-optimism/optimism/pull/9117 - [ ] Read URLs from `docker-compose.yml` in `op-e2e/devnet` tests - [ ] Remove deploy-config modifications from `op-e2e/config.init()` - [ ] Enabling L1 Cancun...
**Description** Adds a flag to control automatic db compaction for the pebble db backend. **Tests** None, this is a new geth node flag. Added a log message so we can...
Based on https://github.com/OffchainLabs/go-ethereum/pull/306
The execution of the `approve foundation` call for the Fjord-related `DGF.setImplementation` task had a duplicate signature in it, causing the call to revert. @zchn fixed it by manually removing the...
Nested approval calls seem to run the same state diff checks as the actual task execution. This lead to failing checks during the `DGF.setImplementation` task executions for Fjord. It was...
## Context Since https://github.com/ethereum-optimism/optimism/pull/11219 the batcher can dynamically switch between calldata and blobs, depending on the economically best option _at the time of starting a new channel_. This works reasonably...
Relevant sources - [Handling invalid span batches](https://www.notion.so/oplabs/Handling-Invalid-Batches-48bb972368ce409c84bd9189eddd0577) (_internal_) - https://github.com/ethereum-optimism/optimism/issues/11228
**Description** Implements derivation pipeline stage multiplexing. **Tests** WIP **Additional context** **Metadata** - Fixes https://github.com/ethereum-optimism/optimism/issues/12157
Rerunning flakes from `op-deployer-integration` fails with ``` Caused by: Error response from daemon: Conflict. The container name "/kurtosis-fluentbit-configurator" is already in use by container "b25643cf545354883bfe8017c2d776d53c39765a2d6e0e4025a55155e872ac33". You have to remove (or...
**Description** Implements the Holocene `BatchStage`. It is a new derivation stage that replaces the `BatchQueue` past-Holocene activation. It shares common code with the `BatchQueue` via a `baseBatchStage`. Needs https://github.com/ethereum-optimism/optimism/issues/12157 to...