hyperlane-xyz / hyperlane-explorer

Web app for the Hyperlane Explorer
https://explorer.hyperlane.xyz
Other
50 stars 46 forks source link

Improve scalability of PI message search #86

Open jmrossy opened 4 weeks ago

jmrossy commented 4 weeks ago

The PI search used to execute only on chains the user manually added to their local instance. Now, the search executes on all PI chains from the registry, which will grow quickly.

Searching 20+ chains simultaneously will likely be untenable and we'll need a better solution for this.

Related: https://github.com/hyperlane-xyz/hyperlane-explorer/issues/43