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
trafficstars

TODO: * Integrate into execution

C-enhancement
C-perf
A-observability

### Describe the feature This currently always uses v3 https://github.com/paradigmxyz/reth/blob/4d77608be166905111079adde8e3add93fde0623/bin/reth-bench/src/bench/send_payload.rs#L107-L119 we also want v4 support, this means we need to send `engine_newPayloadV4` conditionally if the header has a request hash:...

C-enhancement
D-good-first-issue
C-test

closes #15476 , updated the databaseproof and the databasestorageproof functions to use self parameters instead of

This PR adds a method to stateless verify a block, given the ExecutionWitness and ancestor headers.

I've built [esplr](https://github.com/paulmillr/esplr) - private eth explorer. It's getting more popular, but still can't be ran on reth. The functionality of fetching account data from a node can be useful...

S-needs-design
A-db
M-prevent-stale

### Describe the change There is examples for accessing the installed EthApi and TraceApi from the node outside of an exex as I am showing in the main function, which...

C-docs
S-needs-triage