Joshua Gutow
Joshua Gutow
This may make it easier for op-geth/opstack EL nodes to find each other. We have something like this on the [op-node](https://github.com/ethereum-optimism/specs/blob/main/specs/protocol/rollup-node-p2p.md#structure)
**Description** This undoes the L1 fee for the prestate tracer. To implement this change I had to modify the tracer API because I need access to the Message object to...
Add a pseudo metric named `info` which shares version information
There are roughly two ways networks are configured. 1. Using `--network=...` flag which specifies the network (& where the network is baked into the source code) 2. Using a `rollup.json`...
We need to Optimism hard-forks with the ordering rules as well as validate the Optimism EIP1559 parameters based on the forks that are active.
**Description** This commit adds a dedicated PlasmaConfig section to the rollup config. This collects all Plasma Mode configuration to the same place and enables future expansion of Plasma Mode configuration...
Add support for DA commitment type 1, da-service commitment inside op-node. No validation should be done. It does not need to reach out to the DA server yet. The purpose...
Tickets to Complete - [ ] https://github.com/ethereum-optimism/optimism/issues/10312 - [ ] https://github.com/ethereum-optimism/optimism/issues/10399 - [ ] #10453 - [ ] https://github.com/ethereum-optimism/optimism/issues/10401 - [ ] https://github.com/ethereum-optimism/optimism/issues/10402 - [ ] #10472