reth icon indicating copy to clipboard operation
reth copied to clipboard

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

Results 784 reth issues
Sort by recently updated
recently updated
newest added

### Describe the feature See https://github.com/paradigmxyz/reth/actions/runs/8858513427/job/24327248966 If someone w/o the correct perms on the repo (e.g. external contributor) opens an issue, the workflow will not have write perms for `issues`...

C-bug
A-meta
S-stale

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

### Describe the bug I notice the problem since beta6 and then update to beta7 and same problem, sometimes it gets even up to 16 blocks behind in comparation with...

C-bug
S-needs-triage

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

If the function `split()` is called with a block number greater than the tip it will consider this split valid and treat it the same as splitting the canonical head....

C-bug
A-blockchain-tree
C-security

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

!!!!!!! This is an automated issue created by the hive test failure !!!!!!!The hive test for ethereum/engine failed. Please investigate and fix the issue.[Link to the failed run](https://github.com/paradigmxyz/reth/actions/runs/8946304725) ```[tasklist] ###...

C-bug
C-tracking-issue
A-consensus
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