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

Partially close for https://github.com/paradigmxyz/reth/issues/11919 (macro)

C-enhancement
A-exex

## 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...

A-meta

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...

S-needs-investigation
C-perf

* 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...

C-bug
O-windows
A-static-files