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
Fetch messages that have been inserted into the Inbox
Store those in memory in an "Pending L1 to L2 messages" (store the full event data with fee etc)
For now memory is fine, over time will have to be stored in database, possibly consult how l2blocks are stored to get initial idea.
When L2Blocks are fetched, remove entries from the pending set as they are now spent. Beware that duplicates are allowed and should be accounted for by the archiver.
The Archiver must: