-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Comments
FAILED status was added in PR #356 but the releaseTokens is not part of it. |
After this is done, we should create an feature request issue for @shadab-taiko . |
#13004 is another step before releaseToken can be implemented. |
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in Taiko Project Board
Jan 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If invokeMessageCall fails, we should add a new state,
FAILED
, for the message on the destination chain bridge. And then we should add areleaseTokens
method on the TokenVault for source chain which takes a merkle proof of thereleaseTokens
on the destination chain that the signal has message status =3
(aka:FAILED
).The text was updated successfully, but these errors were encountered: