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
Context and scope
When #14 is implemented, it will be possible for relayers to attempt to relay messages that have already been delivered. We should first check if the message (as specificied by the origin chain ID and Teleporter message ID) has already been delivered, and stop early if so.
Discussion and alternatives
The most likely place for this will be in MessageManager:ShouldSendMessage
The text was updated successfully, but these errors were encountered:
Context and scope
When #14 is implemented, it will be possible for relayers to attempt to relay messages that have already been delivered. We should first check if the message (as specificied by the origin chain ID and Teleporter message ID) has already been delivered, and stop early if so.
Discussion and alternatives
The most likely place for this will be in
MessageManager:ShouldSendMessage
The text was updated successfully, but these errors were encountered: