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
rpc: fix debug_traceCallMany global BlockOverrides and StateOverrides (#19547)
- Apply config.BlockOverrides to blockCtx before the bundle loop (it was
silently ignored)
- Compute real precompiles and pass them to StateOverrides.Override (nil
was passed, breaking custom precompile overrides)
- Pass precompiles (not nil) to each TraceTx call inside the loop
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments