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

Monitor Teleporter messages received to have corresponding sends #99

Open
minghinmatthewlam opened this issue Nov 2, 2023 · 0 comments
Assignees
Labels

Comments

@minghinmatthewlam
Copy link
Contributor

Context and scope
TeleporterMessenger receive messages should always have a corresponding send message from the origin chain of the message. Looking to create a monitor that alerts us if a Teleporter message was received without a corresponding send message.

Discussion and alternatives
When receiving Teleporter message, we should have information about which source chain sent the message, as well as the message ID. With that information, can we find the corresponding sendCrossChainMessage on source chain?

Open questions
What if the send was sent many blocks ago? How many blocks should/can we look back?
How about chains that have enough stake weight and want to just randomly add receive messages without a corresponding send? (like the incident drill)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress 🏗
Status: 🔖 Ready
Development

No branches or pull requests

2 participants