paradigmxyz
reth
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
perf(engine): make prewarm max concurrency adaptive to CPU cores
gancerlory:engine
50 seconds ago
chore(deps): cargo update (#21538) Co-authored-by: Amp <amp@ampcode.com>
main
14 minutes ago
feat(node): add WAL blocks warning threshold to AddOns Adds a `wal_blocks_warning` field to the `AddOns` struct that allows configuring the ExEx launcher's WAL warning threshold. This is useful for L2 chains with faster block times that need a higher threshold to avoid excessive warnings. The threshold can be set using the builder method: ```rust builder.with_wal_blocks_warning(768) // For 2-second block times ``` For example, Base has ~2 second block times (6x faster than Ethereum mainnet), so the default threshold of 128 blocks would trigger warnings too frequently. Using 768 (6x the default) maintains similar warning frequency.
refcell:base/wal-blocks-warning
28 minutes ago
fix: scope cursor usage in trie tests to drop before tx.commit() Required by the new cursor lifetimes which correctly bind cursors to their transaction. Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019c0613-a177-7585-b686-13aa9e7ec900
mediocregopher/tx-cursor-lifetimes-ci-fixes
33 minutes ago
Update trie.rs
katikatidimon:patch-5
33 minutes ago
fix: scope cursor usage in trie tests to drop before tx.commit() Required by the new cursor lifetimes which correctly bind cursors to their transaction. Amp-Thread-ID: https://ampcode.com/threads/T-019c0613-a177-7585-b686-13aa9e7ec900 Co-authored-by: Amp <amp@ampcode.com>
mediocregopher/tx-cursor-lifetimes-ci-fixes
36 minutes ago
Update trie.rs
katikatidimon:patch-5
38 minutes ago
fix: address CI issues for cursor lifetimes PR - Fix clippy if-not-else lint in record_client_version - Add explicit lifetime to Cursor in benches to fix elided-lifetimes-in-paths - Scope cursor usage in test to drop before commit (required by cursor lifetimes)
tempo/cursor-cache-fixes
39 minutes ago
Active Branches
feat(node): WAL Blocks Warning Threshold in AddOns
last run
28 minutes ago
#21540
CodSpeed Performance Gauge
0%
fix: CI fixes for cursor lifetimes PR
last run
33 minutes ago
#21543
CodSpeed Performance Gauge
0%
fix: avoid redundant String allocation in `encode_nibbles`
last run
33 minutes ago
#21541
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs