-
Notifications
You must be signed in to change notification settings - Fork 51
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
Ability to call executeSignatures() by an end user from Bridge UI #156
Comments
Before any code changes please suggest the best user experience to: how user will interact with the UI in this scenario. |
Technical challengesIn this section we're exploring the different techinal aspects that we must consider at the moment of implementing this issue. Delegate
|
In this issue we're going to focus only on networks that support |
In some configurations of the token bridge, the bridge validators will have no ability to call
executeSignatures
on the Foreign side (e.g. they have zero balance on the Foreign network by intent). In this case the end user will be responsible for passing the validtors' confirmation to the Foreign side to release/mint tokens.It is necessary to think of the work flow and the interface in the Bridge UI to provide the end user ability to call
executeSignatures
and implement it.The text was updated successfully, but these errors were encountered: