-
Notifications
You must be signed in to change notification settings - Fork 9
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
Enable re execution of failed one way messages #10
Comments
The issue with this is that there is a potential for many non executable messages are stored. If used with a protocol that increases cost per storage unit we might need a pruning functionality. But no such protocol is planned for integration that i know off. |
Another issue is that payloads can be stored that should be removed. |
feat: add hub token bnusd implementation
Currently when a one way message fails it is simply thrown away, to allow more efficient use of many cross chain protocols we need to guarantee the execution of these messages, so no data is lost.
The text was updated successfully, but these errors were encountered: