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

Closes https://github.com/paradigmxyz/reth/issues/8150

D-good-first-issue
C-debt
A-observability

Let's cache system dependencies before copying the changed sources

A-meta

Closes https://github.com/paradigmxyz/reth/issues/8203. - Adds `VecDeque` with engine messages to ensure no messages a dropped.

C-enhancement
C-perf
A-consensus

This is an extremely messy WIP draft of the modifications needed to get the `reth_evm` crate to compile inside a zkVM. I put it up as a draft to get...

This is an early draft for fake consensus client that fetches blocks from Etherscan and propagates it to execution layer as FCUs and new payloads. Designed to replace `--debug.tip` when...

C-enhancement
A-consensus

Closes https://github.com/paradigmxyz/reth/issues/8012 when completed

C-test
A-op-reth

### Describe the bug stuck at transactionlookup during initial sync beta.6 ### Steps to reproduce start beta.6 .. wait.. ### Node logs ```text t$ tail -f reth.log 2024-04-30T18:00:44.892382Z DEBUG jsonrpsee-server:...

C-bug
A-staged-sync

BTW, should we add `make update-book-cli` in the github workflows, so anyone updated the cli, the book will be updated simultaneously

C-docs

### Describe the feature Even if we don't handle a certain type of request, it would be interesting to see what kinds of requests we are receiving, and in what...

C-enhancement
D-good-first-issue
A-devp2p
A-observability
A-networking

implement and close https://github.com/paradigmxyz/reth/issues/7183

C-perf
A-trie