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

Enable re execution of failed one way messages #10

Closed
AntonAndell opened this issue Jul 25, 2023 · 2 comments
Closed

Enable re execution of failed one way messages #10

AntonAndell opened this issue Jul 25, 2023 · 2 comments

Comments

@AntonAndell
Copy link
Collaborator

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.

@AntonAndell
Copy link
Collaborator Author

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.

@AntonAndell
Copy link
Collaborator Author

Another issue is that payloads can be stored that should be removed.
Example a borrow or a bid that was supposed to only be relevant at a time and not in the future. Having it stored indefinitely can cause unexpected attack vectors to current xCall dapp designs. So lets hold off on a change like this.

ibrizsabin added a commit that referenced this issue Jan 19, 2024
feat: add hub token bnusd implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant