reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
Partially close for https://github.com/paradigmxyz/reth/issues/11919 (macro)
## Description This PR refactors the logic for fetching receipts and block data in `filter.rs`. The logic for checking whether a block is near the tip (last 4 blocks) has...
Implements https://github.com/ethereum/EIPs/pull/8933
For those unfamiliar with the Nix Package Manager, this is a [Nix](https://nixos.org/) based file, with various features. Within this PR I made a working Proof of Concept for Reth. Within...
Hi. I've noticed you're using compression level of 0 for zstd compressors. I've put together this benchmark: https://github.com/pawurb/zstd-tx-bench . I've tried to recreate the way you use compression in the...
* Adds `FileDataReader` which as the name suggests, does not use mmap * Adds `DefaultDataReader`: windows will be `FileDataReader`, others `MmapDataReader` Windows mmap behaviour differs from unix, and there have...