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
refactor(host-reth): use sealed_header instead of num_hash_slow in set_head
Eliminates num_hash_slow() calls by using the provider's sealed_header
method, which returns pre-cached hashes instead of recomputing from RLP.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments