Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explorer should show a list of messages outbound from PI chains #163

Open
1 task
Tracked by #1578 ...
nambrot opened this issue May 9, 2023 · 3 comments
Open
1 task
Tracked by #1578 ...

Explorer should show a list of messages outbound from PI chains #163

nambrot opened this issue May 9, 2023 · 3 comments
Assignees
Labels
explorer permissionless permissionless deployment

Comments

@nambrot
Copy link
Contributor

nambrot commented May 9, 2023

Problem:

  • 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?

related

Preview Give feedback
  1. explorer tech debt
@nambrot nambrot added explorer permissionless permissionless deployment labels May 9, 2023
@jmrossy
Copy link
Collaborator

jmrossy commented May 21, 2023

@nambrot were you imagining that the outgoing from PI messages be surface above the other feed items or weaved in based on timestamp?

@nambrot
Copy link
Contributor Author

nambrot commented May 21, 2023

Ideally weaved in, but not sure how much more difficult that would be

@nambrot
Copy link
Contributor Author

nambrot commented Mar 1, 2024

Does SmartProvider make this easier @jmrossy cc @avious00

@jmrossy jmrossy transferred this issue from hyperlane-xyz/hyperlane-monorepo Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
explorer permissionless permissionless deployment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants