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 It seems like every few days lighthouse and reth get out of communication with each other. In this scenario they are deployed in containers on the...

C-bug
A-consensus
S-stale

Ref #7788.

C-enhancement
A-blockchain-tree
A-trie

Addresses #8177 Other types already either have `alloy-compat` or are imported from `alloy`

C-enhancement

let's hold off on merging this, no prague tests in ethereum/tests yet

C-test
E-prague

### Describe the feature the payload the EL receives from CL does not include the sidecars of 4844 transactions, there's only a chance that the local txpool has them, but...

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

### Describe the feature The present auto seal consensus is limited to a solitary node. The feature is to extend it to a private network. Like a single auto seal...

C-enhancement
S-needs-triage

Solves #7419 Currently in Draft mode, do not review atm.

A-tx-pool
C-example

This PR implements the OP Proposer inside an ExEx, addressing #8174 . We are opening this draft for initial feedback. Within the core logic, upon each `ExecutionNotification` the [nextBlockNumber](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L1/L2OutputOracle.sol#L306-L308) is...

C-enhancement
A-exex