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

## Description Computation of overlay root with cached intermediate nodes. Will likely be broken down into smaller PRs.

C-perf
A-blockchain-tree
A-trie

Since we don't expect to have pre merge blocks in memory, `BlockchainProvider2::ommers` should make sure that it still returns an empty vec if we are post-merge. The DB provider does...

C-enhancement
A-blockchain-tree

### Describe the feature currently we don't store the receipts for the pending block we just built https://github.com/paradigmxyz/reth/blob/750eb26256b6fcea0ad378a8cf08fe28f2dc0a7b/crates/rpc/rpc-eth-types/src/pending_block.rs#L118-L118 and for eth_getBlockreceipts we don't check the local block https://github.com/paradigmxyz/reth/blob/750eb26256b6fcea0ad378a8cf08fe28f2dc0a7b/crates/rpc/rpc-eth-api/src/helpers/block.rs#L154-L154 ## TODO...

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

### Describe the feature with upcoming features such as chain agnostic orchestrator #8742 and custom types we need a more flexible nodebuilder implementation ```[tasklist] - [ ] https://github.com/paradigmxyz/reth/issues/9543 - [...

C-enhancement
C-tracking-issue
M-prevent-stale
A-sdk

### Describe the feature A published `op-reth` container would be helpful for users wanting to run `op-reth` as a container along with their other node clients and services. Currently, `op-reth`...

A-meta
O-docker
A-op-reth

### Describe the feature see https://github.com/tokio-rs/console configured via console-subscriber ref https://github.com/tokio-rs/console#instrumenting-your-program we attempted this previously once but due to some tokio-console bug we abandoned this, but would still be nice...

C-enhancement
D-good-first-issue

### Describe the bug My reth/lighthouse node stopped and on reth I see the following in the systemd logs (see reth.service.logs in the tar.gz file) ``` Aug 05 11:53:43 ethel...

C-bug
S-needs-triage

Towards #10081

C-enhancement