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(fast-inbox): resolve message-sent L1 block timestamps by hash (A-1379)
A message's bucket timestamp must come from the same fork as the message itself. Resolving the
emitting L1 block by number returns whatever block sits at that height when the lookup runs, so a
reorg between the log query and the timestamp fetch silently stores a cross-fork timestamp.
Resolving by the log's block hash pins the fork and turns that race into a failed lookup, which the
archiver's L1 synchronizer retries on its next poll.
0 commit comments