reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
Currently just prints the witness, a few things are unimplemented: - [ ] Storage proofs - [ ] Extension nodes - [ ] Collecting to a string rather than `println!`...
### Describe the feature ref: https://github.com/paradigmxyz/reth/issues/12842#issuecomment-2497636181 ref: #12842 The main reason this consumes so much storage or allocation I should say is because it's way too cache unoptimized, the whole...
Closes #12211
should close #13383
### Describe the feature Tracking issue for devnet 5. External issues: - https://github.com/bluealloy/revm/issues/1873 - https://github.com/alloy-rs/alloy/issues/1711 Once everything is resolved in the issues above, we require an alloy and a revm...
### Describe the feature The eth_sendRawTransactionConditional endpoint is implemented in op-geth and live on OPM. This endpoint is becoming a blocked for broader 4337 adoption on chains like Base as...
### Describe the feature [Otterscan](https://github.com/otterscan/otterscan/tree/develop) is an Ethereum block explorer designed to be run locally with an archive node companion. It's more private compared to other solutions because it allows...
This should close [13307](https://github.com/paradigmxyz/reth/issues/13307)
### Describe the feature the endpoint impls can be useful on its own, for example user opens database and wants to fetch logs directly. however this requires a bit more...