-
Notifications
You must be signed in to change notification settings - Fork 44
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
add authz types #13
add authz types #13
Conversation
Re-opening to trigger CI build after config change. Diff LGTM. |
Could you use |
I get the following errors when using
It seems like there are some third party proto files that are missing |
Are those errors or warning? Do you get a success error code ( |
Could you try
This works for me on your branch. It includes a bunch of codegen updated that that are needed, like +/** Since: cosmos-sdk 0.43 */ as well as the formatting. |
Okay I will give it another go. Maybe I don't have the standard google protobuf files on my computer |
I'm getting some problem with the checksum:
Are you able to just push the |
Do you have git-lfs installed? See "Checking out code" in https://github.com/cosmos/cosmjs/blob/main/HACKING.md#checking-out-code |
I'll add authz and feegrant in my own PR now based on your work and publish 0.3 with that. |
This PR adds the proto definitions corresponding to the
authz
module here