paradigmxyz
reth
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
added comments
fix/tokio-runtime-executor
37 minutes ago
refactor: extract deferred trie task logic into a dedicated method This change introduces the `spawn_deferred_trie_task` method to encapsulate the logic for computing and sorting trie data in a background task. This refactor improves code readability and maintains the validation hot path's efficiency by allowing immediate returns after state root verification. The new method handles merging of trie inputs and manages the deferred computation process, ensuring that consumers only block when they require the sorted trie data.
fix/tokio-runtime-executor
47 minutes ago
update TransactionValidationTaskExecutor::new() to return the ValidationTask
radik878:fix/validation-executor-spawn-runner
48 minutes ago
docs(consensus): fix misleading docstring in validate_4844_header_standalone (#19960)
main
53 minutes ago
refactor(executor): simplify WorkloadExecutor structure and remove blocking runtime - Removed the dedicated blocking runtime and its associated logic to streamline the WorkloadExecutor. - Updated the inner structure to eliminate unnecessary Arc wrapping, enhancing performance and clarity. - Adjusted the spawn_blocking method to directly use the runtime handle, improving code simplicity.
yk/async-trie
55 minutes ago
docs: fix incorrect default values in configuration.mdx (#19936)
main
1 hour ago
feat(cli): add db account-storage command (#19952)
main
1 hour ago
feat(flashblock): Enable eth_getTransactionByHash support for flashblock (#19954) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
main
1 hour ago
Active Branches
fix: run on the same tokio runtime for executor
last run
37 minutes ago
#19956
CodSpeed Performance Gauge
0%
fix(transaction-pool): Spawn ValidationTask to keep channel open
last run
48 minutes ago
#19943
CodSpeed Performance Gauge
0%
perf(trie): compute and sort trie inputs async
last run
55 minutes ago
#19894
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs