mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
This commit adds: 1. keccak-cache feature flag support for mainnet reth binary, propagated through: - bin/reth/Cargo.toml - crates/ethereum/cli/Cargo.toml - crates/ethereum/node/Cargo.toml - crates/node/metrics/Cargo.toml 2. Enhanced reth-bench-compare with per-reference feature support: - --baseline-features: specify features for baseline build only - --feature-features: specify features for feature build only - Existing --features flag still works as default for both 3. Patches Cargo.toml to use local alloy-core fork with keccak-cache feature This enables A/B testing reth with and without the keccak256 LRU cache.