Emilia Hane
Emilia Hane
### Describe the feature Copy check to `reth-optimism-storage` to remove optimism feature gates. Somehow needs to be injectable via `NodeTypes::Storage`. https://github.com/paradigmxyz/reth/blob/ef033abaf9105f167a778e00411e005ba9a0271e/crates/storage/provider/src/providers/static_file/manager.rs#L627-L790 ### Additional context Ref https://github.com/paradigmxyz/reth/issues/11242
### Describe the feature Make block building test framework generic over data primitives. The type `TestBlockBuilder` is already generic over data primitives, hence its implementation needs to be extended to...
```[tasklist] ### Tasks - [ ] https://github.com/paradigmxyz/reth/issues/12578 - [ ] https://github.com/paradigmxyz/reth/issues/10747 - [ ] https://github.com/paradigmxyz/reth/issues/12662 - [ ] https://github.com/paradigmxyz/reth/issues/13322 - [ ] https://github.com/paradigmxyz/reth/issues/13329 - [ ] https://github.com/paradigmxyz/reth/issues/12536 - [ ]...
Ref https://github.com/paradigmxyz/reth/pull/15721#discussion_r2045148500, https://github.com/paradigmxyz/reth/issues/13902 Splits up tx validation checks into stateless and stateful checks. This enables op tx batch validation to bail early before loading state, if all txns fails stateless...
Closes https://github.com/paradigmxyz/reth/issues/13902
Towards https://github.com/paradigmxyz/reth/issues/14863 Removes redundancy in `eth` API trait bounds summary of changes tbc
### Describe the feature We can reuse these consensus checks https://github.com/paradigmxyz/reth/tree/56015ce0d8337cc04faaa6a0187fd2ed110e527f/crates/optimism/consensus/src/validation here, we don't need to calculate the withdrawals root of the body because it will always be empty for...
### Describe the feature Modify Docker Compose file to additionally open a new file _/etc/grafana/dashboards/op-reth.json_ for op-reth but not for reth https://github.com/paradigmxyz/reth/blob/60e117a3a9d393bf42e356563e04f803fe55a97d/etc/docker-compose.yml#L47-L67 ### Additional context @shekhirin how is this done?
Allow specifying transactions as a list of objects in a config file, which is parsed and used by tx-fuzz. This is useful for OP fuzzing. Having a config file one...
Updates config to match OP EL default discovery topology