-
Notifications
You must be signed in to change notification settings - Fork 243
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
Problem: not possible to cancel SendToEthereum transactions #389
Comments
Maybe with the eip-712 feature in ethermint now, we don't need to add these events anymore, instead ask the client to sign a cosmos message directly using metamask. |
hmmm with our current design, cosmos native tokens are still managed by the smart contract. We cannot use EIP-712 without major architecture change. |
I see, currently, the internal |
I think it is still possible the change the architecture but we might consider that we have a lot of tokens already bridged But we can spend some time to think about a better architecture |
Implement a new events in the EVM hooks to be able to cancel an "unbatched" transaction.
Critical points are:
The text was updated successfully, but these errors were encountered: