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
During syncing, the universe root is fetched before the proof leaves,
which are then verified against that root.
Occasionally, the fetched root may become stale before a proof leaf is
verified. In such cases, the proof leaf may belong to a newer version of
the universe tree.
This isn't critical, as the syncer will eventually resolve the mismatch
during subsequent universe root queries.
To improve robustness, this change modifies how proof leaves are
fetched. While queries remain parallel, failed query or verification
attempts no longer prevent other attempts from proceeding. The syncer
now uses whatever proof leaves it can verify with the universe root it
has.
0 commit comments