-
Notifications
You must be signed in to change notification settings - Fork 125
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
Type URLs for x/authz messages not present #408
Comments
https://github.com/cosmos/cosmos-rust/blob/main/cosmos-sdk-proto/src/type_urls.rs This file maybe have not impl for the type. |
Yeah, right now adding the type URLs is a manual process unfortunately. I opened an upstream PR which attempts to upstream some of the work from these crates so it can be automated with prost-build: tokio-rs/prost#858 |
Gotcha. Yeah it's not a super big deal even now as I can manually input the Type URLs when serializing to |
As a stopgap we could possibly add something to Edit: see #409 for discussion of using |
We now autogenerate |
In
cosmos-sdk-proto
, I'm not seeing any Type URL implementations for any of the messages in thex/authz
module. For example,MsgGrant
, orGenericAuthorization
.The text was updated successfully, but these errors were encountered: