paradigmxyz
reth
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(engine): pass tokio Handle to engine tree for spawn_blocking The engine tree runs on a plain std::thread, not inside a tokio runtime. spawn_new captures Handle::current() and stores it on the handler so reth_newPayload can use handle.spawn_blocking() for parallel persistence waits, matching the v1.11.1 approach (which uses reth_tasks::Runtime). Co-Authored-By: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
alexey/reth-bench-v1.10.2
5 hours ago
fix(engine): wait for persistence synchronously in reth_newPayload The engine tree runs on a plain std::thread, not inside a tokio runtime, so tokio::task::spawn_blocking panics. Wait for persistence inline instead. Co-Authored-By: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
alexey/reth-bench-v1.10.2
5 hours ago
fix: use sort_by_key in trie test helpers Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019cb3a8-f041-71fc-af8c-ae81e2e166b9 Co-authored-by: Amp <amp@ampcode.com>
alexey/reth-bench-v1.10.2
7 hours ago
fix: resolve clippy and fmt issues - Fix collapsible match in chainspec/src/spec.rs - Fix sort_unstable_by -> sort_unstable_by_key in trie - Fix is_some_and patterns in trie-db and provider - Fix import ordering in receipt.rs - Add missing_const_for_fn allows in node_iter.rs and id.rs Co-Authored-By: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
alexey/reth-bench-v1.10.2
7 hours ago
fix: resolve clippy and fmt issues - Fix collapsible match in chainspec/src/spec.rs - Fix sort_unstable_by -> sort_unstable_by_key in trie - Fix is_some_and patterns in trie-db and provider - Fix import ordering in receipt.rs - Add missing_const_for_fn allows in node_iter.rs and id.rs Co-Authored-By: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
alexey/reth-bench-v1.10.2
7 hours ago
fix: resolve cherry-pick conflicts for v1.10.2 - Fix duplicate serde dep in rpc-api Cargo.toml - Add reth-rpc-api dependency to reth-bench - Add BenchMode::total_blocks() method - Simplify WaitForCaches impl for v1.10.2 types - Fix update_response_metrics call signature Co-Authored-By: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
alexey/reth-bench-v1.10.2
7 hours ago
feat(download): auto-detect chain ID from snapshot URL filename Co-Authored-By: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
alexey/auto-detect-chain-from-snapshot-url
8 hours ago
fix: add WaitForCaches bound to engine service Co-Authored-By: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
alexey/reth-bench-new-payload
1 day ago
Active Branches
feat(rpc): cherry-pick reth_newPayload + reth_forkchoiceUpdated into tempo/v1.10.2
last run
5 hours ago
#22736
CodSpeed Performance Gauge
-13%
feat(cli): auto-detect chain ID from snapshot URL filename
last run
8 hours ago
#22735
CodSpeed Performance Gauge
0%
feat(rpc): cherry-pick reth_newPayload + reth_forkchoiceUpdated into tempo/v1.11.1
last run
1 day ago
#22717
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs