You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could return the state root result, without blocking it due to dropping the sparse trie. I noticed this in profiles of the main state root task thread:
The text was updated successfully, but these errors were encountered:
Rjected
added
A-trie
Related to Merkle Patricia Trie implementation
C-perf
A change motivated by improving speed, memory usage or disk footprint
labels
Feb 8, 2025
Yo @shekhirin, let me clean this up. These State Root Task DEBUG logs are giving a whole lot of noise but not enough signal, and that’s a problem. Debugging should accelerate solutions, not slow them down. I’ll go in, trim the clutter, enhance the context, and structure logs so they actually tell you what’s going on.
Been engineering backend systems for 15+ years and deep in blockchain since 2017—I know how to turn logs from a headache into a tool. Let me take this, and you’ll get logs that are clean, clear, and actually useful for debugging.
It would be great if we could return the state root result, without blocking it due to dropping the sparse trie. I noticed this in profiles of the main state root task thread:
Maybe we should send
task_tx
inrun_sparse_trie
:reth/crates/engine/tree/src/tree/root.rs
Lines 562 to 573 in b955551
The text was updated successfully, but these errors were encountered: