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
fix: isAddressCold warmth check and CALL pre-check Amsterdam gate
- isAddressCold: use warm_addresses.isCold() for stale-tx accounts
instead of coinbase-only check, covering precompiles and EIP-2930
access-list entries (fixes false cold report for cached accounts)
- CALL worst-case pre-check: gate on .amsterdam instead of .berlin;
pre-Amsterdam has no phantom BAL entries and the G_NEWACCOUNT
worst-case caused false OOG for existing accounts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments