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 bug RETH corrupted and stops syncing. ### Steps to reproduce I met the same problem in https://github.com/paradigmxyz/reth/issues/6615 This problem occurred after I upgraded the version to v0.2.0-beta.5...

C-bug
S-needs-triage

### Describe the feature we now have alloy-signer as dependency, and the `EthSigner` trait: https://github.com/paradigmxyz/reth/blob/b89af430e2f45f8a6e53776a6e5150c1b21458c6/crates/rpc/rpc/src/eth/signer.rs#L19-L19 can now be replaced with alloy signer traits (NetworkSigner) we can also replace all the...

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

Fixes: #7929 The error i am facing - ``` error: failed to load manifest for workspace member `/home/rahul/reth/bin/reth` Caused by: failed to load manifest for dependency `reth-basic-payload-builder` Caused by: failed...

C-debt

### Describe the feature these operations are out of place here: https://github.com/paradigmxyz/reth/blob/aa07257d3ba071188b7b7e372856b50be094e8ba/crates/node-core/src/init.rs they also can't be included in any existing storage crates, like db/provider and should be moved to `reth-db-{common,core,init,ops}`....

C-enhancement
D-good-first-issue
C-debt

should we just disable timeout on `DbTool` level? it's only used in CLI iiuc _Originally posted by @shekhirin in https://github.com/paradigmxyz/reth/pull/7689#discussion_r1569036146_

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

A recent merge queue run failed in a way that indicates we have something flaky in [`p2p::can_sync`](https://github.com/paradigmxyz/reth/blob/dd7c0214702829c2b0e243286f5d0c2ca05d0874/crates/optimism/node/tests/e2e/p2p.rs): https://github.com/paradigmxyz/reth/actions/runs/9007839847/job/24748566483 The important logs: ``` 2024-05-08T20:09:21.442257Z ERROR reth_node_builder::launch::common: Failed to build global thread...

C-bug
D-good-first-issue
C-test
A-op-reth

### Describe the feature instead of having various: https://github.com/paradigmxyz/reth/blob/d46774411fee0802f4390e4f04b7184cdcdb3ea2/crates/primitives/src/block.rs#L150-L151 all of these should be moved into a single file that is feature gated ### Additional context _No response_

C-enhancement
D-good-first-issue
C-debt

### Describe the feature Currently Reth does not offer support for `eth_getProof` on historical blocks. This breaks compatibility with the op-stack having Reth running as the sequencing execution client as...

C-enhancement
A-rpc

### Describe the bug Reth was only reporting it was connected to peers and lighthouse becaon said and validators weren't happy, so I decided to reboot the computer and it...

C-bug
A-trie

### Describe the bug The reth has latency receiving and committing new blocks. This can be reproduced on two different machines in two different cloud provider (AWS c5d.12xlarge and Hetzner...

C-bug
M-prevent-stale