Emilia Hane

Results 81 issues of 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

S-needs-design
C-debt
A-db
A-op-reth
A-sdk

### 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...

D-good-first-issue
A-block-building
C-test
A-sdk

```[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 - [ ]...

C-debt
C-tracking-issue
A-op-reth
A-sdk

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...

C-perf
A-tx-pool
A-op-reth

Closes https://github.com/paradigmxyz/reth/issues/13902

C-enhancement
C-perf
A-tx-pool
A-op-reth

Towards https://github.com/paradigmxyz/reth/issues/14863 Removes redundancy in `eth` API trait bounds summary of changes tbc

C-debt
A-sdk

### 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...

D-good-first-issue
C-debt
A-consensus
A-op-reth
OP-isthmus

### 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?

C-enhancement
A-observability
A-op-reth

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