Mark Tyneway
Mark Tyneway
**Description** Semgrep likes arguments to be prefixed with underscore, this commit fixes a couple of existing functions that do not use underscore for their arguments. Also adds another variant of...
**Description** Implements the custom gas token spec found in https://github.com/ethereum-optimism/specs/pull/111 Includes the full feature set and extensive test coverage. - **contracts-bedrock: custom gas token L1 contracts** - **contracts-bedrock: custom gas...
**Description** Allows for merging of `OptimismPortal` that supports custom gas token and also `OptimismPortal2` that has a modified storage layout. The `OptimismPortal` has spacers to account for the storage layout...
**Description** Updates the gas config on the `SystemConfig` to be ecotone first. This resolves chain operator ux issues with setting the gas config, rendering the additional tooling for calculating the...
## Description Replacement of https://github.com/ethereum-optimism/go-ethereum/pull/271 that removes the reorg logic for now. This will help to make restarts more stable ## Metadata ### Fixes - Fixes # [Link to Issue]...
## Description WIP: reorgs ## Metadata ### Fixes - Fixes # [Link to Issue] ## Contributing Agreement - [x] I have read and understood the [Optimism Contributing Guide and Code...
## Description Removes a diff in an unused part of the codebase, the ethhash consensus engine. The optimism hot path uses the clique consensus engine so any changes to ethhash...
## Description Adds a new rpc endpoint `debug_ingestTransactions` that takes a list of JSON RPC Transactions and applies them to the state. This will enable the creation of a deterministic...
The `DATADIR` env var isn't being parsed, it is possible there is a bug in the `DirectoryFlag` that doesn't parse and assign correctly. https://github.com/ethereum-optimism/go-ethereum/blob/5bbd7f2b1ecc52f76cb6e1489f9a45e7a6d2fa55/cmd/utils/flags.go#L142.
The readme is out of date and needs to be updated, in particular the instructions on how to run. See: https://github.com/ethereum-optimism/docker/tree/master/go-ethereum https://github.com/ethereum-optimism/optimism-integration/blob/master/docker-compose.env