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
Background reconciliation: run the normal full-block scan in the background; reconcile against the fast-synced set; a discovered omission → ban/deprioritize that peer + correct state. When the background scan catches up, drop provisional → fully trustless.
Always full-verify the live tip (never fast-sync the un-final region).
Tests: a peer that omits an anchor is caught by reconciliation and banned; inclusion-proof failure rejects a bundle; provisional flips to final after background catch-up.
Part of #111. Depends on 2/7, 4/7. The trust-then-verify core.
published:false, reusing the late-publishing model). Take the union across diverse peers (safe — each anchor is inclusion-proven).Tests: a peer that omits an anchor is caught by reconciliation and banned; inclusion-proof failure rejects a bundle; provisional flips to final after background catch-up.