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

Currently just prints the witness, a few things are unimplemented: - [ ] Storage proofs - [ ] Extension nodes - [ ] Collecting to a string rather than `println!`...

C-enhancement
A-cli

### Describe the feature ref: https://github.com/paradigmxyz/reth/issues/12842#issuecomment-2497636181 ref: #12842 The main reason this consumes so much storage or allocation I should say is because it's way too cache unoptimized, the whole...

C-enhancement
S-needs-triage

### Describe the feature Tracking issue for devnet 5. External issues: - https://github.com/bluealloy/revm/issues/1873 - https://github.com/alloy-rs/alloy/issues/1711 Once everything is resolved in the issues above, we require an alloy and a revm...

C-tracking-issue
S-stale
E-prague

### Describe the feature The eth_sendRawTransactionConditional endpoint is implemented in op-geth and live on OPM. This endpoint is becoming a blocked for broader 4337 adoption on chains like Base as...

C-enhancement
S-needs-triage

### Describe the feature [Otterscan](https://github.com/otterscan/otterscan/tree/develop) is an Ethereum block explorer designed to be run locally with an archive node companion. It's more private compared to other solutions because it allows...

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

This should close [13307](https://github.com/paradigmxyz/reth/issues/13307)

C-debt
A-trie

### Describe the feature the endpoint impls can be useful on its own, for example user opens database and wants to fetch logs directly. however this requires a bit more...

C-enhancement
D-good-first-issue
D-complex