reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
TODO: * Integrate into execution
### 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:...
closes #15476 , updated the databaseproof and the databasestorageproof functions to use self parameters instead of
wip should close #15877
This PR adds a method to stateless verify a block, given the ExecutionWitness and ancestor headers.
closes #15881
To keep consistent with reth-optimism-evm
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...
### 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...