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 684 reth issues
Sort by recently updated
recently updated
newest added

_Originally posted by @rkrasiuk in https://github.com/paradigmxyz/reth/pull/14370#discussion_r1949548483_ Instead of keeping a list of revealed paths for account and storage tries separately in the `SparseStateTrie` struct https://github.com/paradigmxyz/reth/blob/477b747ef4e602af642d64ee778c5b4970685c16/crates/trie/sparse/src/state.rs#L29-L32 we can add a `revealed`...

D-good-first-issue
C-debt
A-trie
M-prevent-stale

### Describe the feature by default we have builtin support for base,optimism (sepolia+main) but ideally we can natively support more vanilla opstacks via the superchain registry: https://github.com/ethereum-optimism/superchain-registry the way the...

C-enhancement
D-good-first-issue
D-complex
A-cli
A-op-reth

### Describe the feature it could be useful to have a new stream type that only returns notifications for finalized blocks. this can be achieved by combining: https://github.com/paradigmxyz/reth/blob/2652ec8af559401bf46cf0fb132bab313e82031e/crates/chain-state/src/notifications.rs#L56-L56 with: https://github.com/paradigmxyz/reth/blob/2652ec8af559401bf46cf0fb132bab313e82031e/crates/chain-state/src/notifications.rs#L164-L164...

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

We now have many metrics w.r.t. latency, throughput, system specs, memory allocated, etc. These metrics are important for performance but mixed into the rest of the panels. There are also...

C-enhancement
S-needs-triage
C-perf
A-observability
A-engine