reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
Closes https://github.com/paradigmxyz/reth/issues/8150
Let's cache system dependencies before copying the changed sources
Closes https://github.com/paradigmxyz/reth/issues/8203. - Adds `VecDeque` with engine messages to ensure no messages a dropped.
This is an extremely messy WIP draft of the modifications needed to get the `reth_evm` crate to compile inside a zkVM. I put it up as a draft to get...
This is an early draft for fake consensus client that fetches blocks from Etherscan and propagates it to execution layer as FCUs and new payloads. Designed to replace `--debug.tip` when...
Closes https://github.com/paradigmxyz/reth/issues/8012 when completed
### Describe the bug stuck at transactionlookup during initial sync beta.6 ### Steps to reproduce start beta.6 .. wait.. ### Node logs ```text t$ tail -f reth.log 2024-04-30T18:00:44.892382Z DEBUG jsonrpsee-server:...
BTW, should we add `make update-book-cli` in the github workflows, so anyone updated the cli, the book will be updated simultaneously
### Describe the feature Even if we don't handle a certain type of request, it would be interesting to see what kinds of requests we are receiving, and in what...
implement and close https://github.com/paradigmxyz/reth/issues/7183