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

feat(bridge): Add Failed state for Bridge and releaseTokens method on TokenVault #355

Closed
cyberhorsey opened this issue Nov 29, 2022 · 3 comments · Fixed by #13008
Closed

Comments

@cyberhorsey
Copy link
Contributor

cyberhorsey commented Nov 29, 2022

If invokeMessageCall fails, we should add a new state, FAILED, for the message on the destination chain bridge. And then we should add a releaseTokens method on the TokenVault for source chain which takes a merkle proof of the releaseTokens on the destination chain that the signal has message status = 3 (aka: FAILED).

@dantaik
Copy link
Contributor

dantaik commented Nov 29, 2022

FAILED status was added in PR #356 but the releaseTokens is not part of it.

@dantaik
Copy link
Contributor

dantaik commented Jan 18, 2023

After this is done, we should create an feature request issue for @shadab-taiko .

@dantaik
Copy link
Contributor

dantaik commented Jan 20, 2023

#13004 is another step before releaseToken can be implemented.

@dantaik dantaik linked a pull request Jan 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants