Emilia Hane

Results 81 issues of Emilia Hane

- Skips tx root validation for filtered out transactions in bodies stage - Fixes method `FileClient::bodies_iter_mut` that could cause undefined behaviour

C-bug
A-downloaders
A-op-reth

- Fixes help for cli args for tx fetcher. - Makes help less implementation specific.

A-networking
A-cli

Adds docs for syncing OP mainnet

A-op-reth

Fixes disabling of execution stage in import commands

C-bug
A-cli
A-op-reth

### Describe the feature Incorporate the `ChunkedFileReader` into the `FileClient`, as opposed to `ChunkedFileReader::next_chunk` returning a new `FileClient`. Instead, a new chunk is read upon call to `::get_headers_with_priority`, if the...

C-debt
C-perf
A-cli
M-prevent-stale
A-op-reth

Ref https://github.com/paradigmxyz/reth/issues/7500. Increase default pruner block interval from 5 to 500k blocks (= one static file worth of blocks/transactions/receipts).

C-perf
A-pruning

### Describe the feature ### Failing for engine-api (Paris) and cancun #### Inconsistent Head in ForkchoiceState - [ ] test=60 name="Inconsistent Head in ForkchoiceState (Cancun) (reth)" #### Invalid Missing Ancestor...

A-consensus
M-prevent-stale
C-hivetest

### Describe the feature #### Blob tx ordering - [ ] test=7 name=“Blob Transaction Ordering, Multiple Clients (Cancun) (reth)" https://github.com/paradigmxyz/reth/issues/7144 #### Invalid NewPayload - [ ] test=208 name="Invalid NewPayload, ParentBeaconBlockRoot,...

A-consensus
C-hivetest

### Describe the feature #### Withdrawals Fork - [ ] test=2 name="Withdrawals Fork On Genesis (Paris) (reth)” - [ ] test=3 name="Withdrawals Fork on Block 1 (Paris) (reth)” - [...

A-consensus
C-hivetest

### Describe the feature Canonicalization on FCU competes over rw access to db, with deleting entires on pruning. This leads to issues syncing. ### Additional context _No response_ ```[tasklist] ###...

S-needs-design
A-staged-sync
C-debt
C-perf
C-tracking-issue
A-consensus
A-db
A-pruning