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): drop removed consume/getRoot/getInProgress from inbox docs (A-1386)
The legacy-inbox cleanup removed IInbox.consume(), getRoot(), getInProgress() and
InboxState.inProgress, but inbox.md still documented them — the #include_code for
consume broke the docs build (identifier not found) once the lint gate stopped
masking it. Drop the stale view-function rows, the internal consume() section, and
the in-progress mention in getState; the surviving send_l1_to_l2_message include
still resolves.
0 commit comments