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 checkpoint sync: skip difficulty validation after fast-start
Headers after the checkpoint were rejected because validate_difficulty()
needed the header at (height - 2016) which doesn't exist when starting
from a checkpoint. Now skips difficulty validation for the first 2016
headers after any checkpoint (hardcoded or dynamic).
Also: skip difficulty validation when chain has fewer than 2016 headers
(covers any non-genesis start scenario).
0 commit comments