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 If there ar EOF bytecodes in the Genesis file we should validate those bytes so that only valid EOF bytecodes are found in the state. The...

C-enhancement
D-good-first-issue
E-prague

I could be missing something but It looks like internal crates don't really need default features of `reth-revm` judging by the fact that they still compile with it turned off....

A-dependencies

this pr closes #9948

C-enhancement
A-rpc

### Describe the feature We should add a panic hook that includes information we want in the bug report, along with a link to the issue form itself, such as...

C-enhancement
D-good-first-issue
A-cli

### Describe the feature trying to use the new InMemory trie cursor factory and pass several trie updates after executing blocks in succession. will be helpful to make the 3...

C-enhancement
S-needs-triage
S-stale

### Describe the bug While running a 15 minute load test on reth with a load profile consisting of rpc calls from debug and trace namespaces, there is a sudden...

C-bug
S-needs-triage
S-stale

### Describe the bug I am currently syncing a Reth node with an Exex that indexes some data into a relational db. One of the fields that I am indexing...

C-bug
S-stale
A-exex

### Describe the feature crates that are offending cargo c --no-default-features * ethereum-forks * primitives * primitives-traits * ... ## TODO * fix by doing various fix like ``` #[cfg(not(feature...

D-good-first-issue
C-debt

Towards #9478 Adds `no_std` support for `reth-execution-errors`

C-debt

Towards #9478 Adds `no_std` support to `reth-storage-errors`. Stacking PRs no longer necessary as implementing source for errors wrapped in error enum variants fixed the issues that were breaking tests.