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
chore(fast-inbox): follow the L1 inbox cleanup through the TS clients (A-1386)
Track the regenerated Inbox ABI after the legacy L1 path was removed
(AZIP-22 Fast Inbox):
- ethereum InboxContract: drop getLag() (the LAG getter is gone) and the
MessageSent checkpointNumber decode; getState() no longer reads inProgress and
InboxContractState.treeInProgress becomes optional (no longer tracked on-chain).
- Stop threading inboxLag through queries/getL1ContractsConfig and the L1 deploy
env; the broader AZTEC_INBOX_LAG config removal is deferred to the node cleanup.
- archiver decode: derive the message's checkpoint number from the compact index
(the event no longer carries it), keeping the legacy per-checkpoint store shape.
- Remove the obsolete advanceInboxInProgress cheat code and its inbox-drift tests;
drop the orphaned archiver inHash-mismatch sync test (the cross-check was removed
at the flip). Add the flip-stranded bucketHint to the propose-call test fixtures.
0 commit comments