paradigmxyz
reth
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat: add gmp to default features for reth and op-reth Amp-Thread-ID: https://ampcode.com/threads/T-019c0c48-f939-7301-b75d-61e8c8535229 Co-authored-by: Amp <amp@ampcode.com>
emma/enable-gmp-feature
3 minutes ago
chore(prune): clean up batching code - Use consistent 200k batch size for both account and storage history - Remove unused user_limit variable - Initialize overall_done to false (immediately overwritten anyway) - Pre-allocate HashMap with with_capacity_and_hasher - Fix doc comment for storage history to match actual batch size - Remove redundant comments Amp-Thread-ID: https://ampcode.com/threads/T-019c0e57-3d9e-71aa-b84a-c26cb2607de4
oom-test-branch
7 minutes ago
fix: address CI failures for RocksDB changesets implementation - Add missing account_changesets_in_rocksdb and storage_changesets_in_rocksdb fields to StorageSettings pattern in db/settings.rs - Add #[cfg(all(unix, feature = "rocksdb"))] guards around set_pending_rocksdb_batch calls in provider.rs - Fix doc comments to use backticks for RocksDB and StaticFile in either_writer.rs - Fix doc comment in node_config.rs - Update common.rs to wire new RocksDB changeset flags with proper precedence - Run cargo +nightly fmt --all Amp-Thread-ID: https://ampcode.com/threads/T-019c0e3e-9d03-738c-ad6f-c3d4ac98bb72 Co-authored-by: Amp <amp@ampcode.com>
joshie/changesets-in-rocksdb
38 minutes ago
Merge branch 'main' into feat/rocksdb-history-pruner
feat/rocksdb-history-pruner
2 hours ago
chore: add LGPL-3.0+ exception for gmp-mpfr-sys The gmp feature uses gmp-mpfr-sys which is LGPL-3.0+ licensed. This is an optional feature that dynamically links to the system GMP library. Amp-Thread-ID: https://ampcode.com/threads/T-019c0c48-f939-7301-b75d-61e8c8535229 Co-authored-by: Amp <amp@ampcode.com>
emma/enable-gmp-feature
2 hours ago
feat: propagate gmp feature through full dependency chain Ethereum chain: - reth-revm: gmp -> revm/gmp - reth-evm-ethereum: gmp -> revm/gmp - reth-node-ethereum: gmp -> reth-evm-ethereum/gmp - reth-ethereum-cli: gmp -> reth-node-ethereum/gmp - reth-ethereum-reth: gmp -> reth-revm/gmp - reth binary: gmp -> reth-revm/gmp + reth-ethereum-cli/gmp Optimism chain: - reth-optimism-evm: gmp -> revm/gmp - reth-optimism-node: gmp -> reth-optimism-evm/gmp - reth-optimism-cli: gmp -> reth-optimism-node/gmp - reth-optimism-reth: gmp -> reth-optimism-evm/gmp + reth-revm/gmp - op-reth binary: gmp -> reth-optimism-evm/gmp + reth-optimism-cli/gmp Amp-Thread-ID: https://ampcode.com/threads/T-019c0c48-f939-7301-b75d-61e8c8535229 Co-authored-by: Amp <amp@ampcode.com>
emma/enable-gmp-feature
2 hours ago
feat: wire up gmp feature through reth crates - Add gmp feature to reth-revm forwarding to revm/gmp - Add gmp feature to reth binary forwarding to reth-revm/gmp - Add gmp feature to reth-optimism-evm forwarding to revm/gmp - Add gmp feature to op-reth binary forwarding to reth-optimism-evm/gmp The gmp feature uses GNU Multiple Precision Arithmetic Library for the modexp precompile, which is faster than the pure-Rust implementation. Amp-Thread-ID: https://ampcode.com/threads/T-019c0c48-f939-7301-b75d-61e8c8535229 Co-authored-by: Amp <amp@ampcode.com>
emma/enable-gmp-feature
2 hours ago
build: enable gmp feature in default builds Amp-Thread-ID: https://ampcode.com/threads/T-019c0c48-f939-7301-b75d-61e8c8535229 Co-authored-by: Amp <amp@ampcode.com>
emma/enable-gmp-feature
2 hours ago
Active Branches
chore: enable gmp feature in default builds
last run
3 minutes ago
#21619
CodSpeed Performance Gauge
0%
fix(prune): use internal batching to prevent OOM in history pruning
last run
7 minutes ago
#21618
CodSpeed Performance Gauge
0%
feat(rocksdb): store account and storage changesets in RocksDB
last run
38 minutes ago
#21620
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs