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

Better errors for EIP712 transactions #44

Open
ChristianBorst opened this issue Aug 21, 2023 · 0 comments
Open

Better errors for EIP712 transactions #44

ChristianBorst opened this issue Aug 21, 2023 · 0 comments

Comments

@ChristianBorst
Copy link
Collaborator

EIP-712 signed transactions have a few quirks that make them much harder to submit correctly than an ordinary cosmos transaction.

  • The ExtensionOptionsWeb3Tx is required
  • Submitting a signature when an ExtensionOptionsWeb3Tx is present will reject the message
  • It is possible to get the EVM Chain ID, Cosmos Chain ID, Account Number, and Account Sequence incorrect
  • EIP-712 messages must be submitted as Legacy Amino encoded messages
  • The documentation should offer very clear explanations on how to submit
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