We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When Tx memo contain special characters (<, >, $), Amino sign does not working
Step1. Write Tx with memo within special char. ex) "Tx & Send" Step2. Sign with Secp256k1HdWallet
signature verification failed; please verify account number (1), sequence (7) and chain-id (simd-testing): unauthorized
The text was updated successfully, but these errors were encountered:
keplr-wallet already dealt with this problem, but did not contributed to cosmjs. https://github.com/chainapsis/keplr-wallet/blob/master/packages/common/src/escape/index.ts#L8
Sorry, something went wrong.
Very interesting, thank you for bringing this up. This is indeed not yet implemented.
The Keplr reference is great and helpful.
https://go.dev/play/p/p3RNTpm2LED shows the escaping bahaviour in Go.
Successfully merging a pull request may close this issue.
When Tx memo contain special characters (<, >, $), Amino sign does not working
Step1. Write Tx with memo within special char. ex) "Tx & Send"
Step2. Sign with Secp256k1HdWallet
signature verification failed; please verify account number (1), sequence (7) and chain-id (simd-testing): unauthorized
The text was updated successfully, but these errors were encountered: