hyperlane-xyz / hyperlane-monorepo

The home for Hyperlane core contracts, sdk packages, and other infrastructure
https://hyperlane.xyz
Other
241 stars 273 forks source link

Explorer should become ValidatorAnnounce aware #1639

Open nambrot opened 1 year ago

nambrot commented 1 year ago

The explorer right now assumes a default validator set for all messages, which means that if a message is sent via SC with a different validator set, it will not accurately indicate progress on the timeline view. Thus, the explorer should be able to

There is a good chance that a bunch of this logic should exist in the SDK for reuse

nambrot commented 4 months ago

Related to #2213