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
trafficstars

### Describe the bug I am running a berachain pruned node which is synched using a snapshot of an archived node. This is the second time I am seeing the...

C-bug
S-needs-triage

### Describe the feature I have a [PR to update a big codebase to `[email protected]`](https://github.com/alpenlabs/strata/pull/542) which includes the latest `js-tracer` optional fixes to try to remove the `boa` bloat in...

C-enhancement
S-needs-triage

### Describe the feature Currently, the RPC server submits each transaction individually which competes for a write lock of the pool. This can be very congested for performance chains that...

C-enhancement
C-discussion

### Describe the change currently https://reth.rs/installation/docker.html only has docker instractions for reth we also need docker instructions for op-reth, which is missing here https://reth.rs/run/optimism.html ### Additional context _No response_

C-docs
D-good-first-issue

### Describe the feature ## TODO move this file https://github.com/paradigmxyz/reth/blob/4d77608be166905111079adde8e3add93fde0623/crates/storage/provider/src/traits/header_sync_gap.rs#L5-L5 to https://github.com/paradigmxyz/reth/blob/4d77608be166905111079adde8e3add93fde0623/crates/storage/storage-api/src/lib.rs#L1-L1 ### Additional context _No response_

C-enhancement
D-good-first-issue
C-debt

### Describe the bug I have been attempting to sync reth as a archive node and in the early stages of either 2 or 3 it always seems ot fail...

C-bug
S-needs-triage

adds some additional docs to `CachedReads`. also skips cache update for disallowed blocks in `validate_message_against_block`, even though this was fine before.

C-docs

ref https://github.com/paradigmxyz/reth/issues/15330

C-perf
A-trie