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
Right now the explorer only supports searching for a specific message from a PI chain to show information about it. There is no way to see the most recent outgoing messages from a PI chain mailbox.
Possible Solution:
The explorer should index PI mailboxes. The explorer on the list view should on a regular basis (or maybe with an explicit refresh button), check for messages from the PI chain mailbox by making eth_getLogs requests for dispatch events for a "reasonable window", maybe the last 10000 blocks (and indicate that).
Probably ideally on each refresh is aware of what it has indexed before, maybe even store that in local storage?
The content you are editing has changed. Please copy your edits and refresh the page.
Problem:
Possible Solution:
related
eth_getLogs
with start block = 0 and end block = latest #43The text was updated successfully, but these errors were encountered: