-
Notifications
You must be signed in to change notification settings - Fork 342
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
Implement Amino JSON conversion for authz+feegrant message types #1092
Labels
Milestone
Comments
webmaster128
changed the title
Implement Amino JSON conversion for authz+feegrant types
Implement Amino JSON conversion for authz+feegrant message types
Jun 29, 2022
Removing from milestone to not block release on it |
For reference, this is working & tested: https://github.com/scrtlabs/secret.js/blob/cosmwasm-v1/src/tx/feegrant.ts You also need to add |
We have implemented a working amino convertor for authz for our 0.46 sdk chain |
That's useful, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, the types are marked as not supported on chan (authz messages / feegrant messages). Once Cosmos SDK 0.46 is out, Amino JSON signing for those types can be used and should be implemented.
The text was updated successfully, but these errors were encountered: