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
{{ message }}
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
eth: only enable accepting transactions after checking (#686)
We need to check if the current head passes the required checkpoint and the
head is not too old before enabling accepting transactions. So disable
fast/snap sync and set pathdb's buffer manually, don't use enableSyncedFeatures
which enables accepting transaction unconditionally.
Reported-by: 0xarno <[email protected]>
0 commit comments