-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fix: add cosmos_proto implements #12639
fix: add cosmos_proto implements #12639
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK. Note, these are legacy proposals and most likely will not be used going forward.
@AmauryM does this need to be back ported to 0.46? |
Maybe that's a question for @pyramation ? It's totally fine to backport it if you need it in v0.45 or v0.46 |
we should definitely have this in 0.46 if we want codgen tooling, so I believe so! |
@Mergifyio backport release/0.46.x |
❌ No backport have been created
|
https://github.com/Mergifyio backport release/v0.46.x |
It seems that we're missing the `cosmos_proto.implements_interface` on many proposal messages/structs this is a draft to discuss adding options in protos for better codegen tooling. It seems that the following messages/structs are meant to implement `Content`: ``` option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content" ``` Would this be a breaking change? Happy to improve/amend this so it's mergeable. related issue: #12640 (cherry picked from commit 64674ba)
✅ Backports have been created
|
It seems that we're missing the `cosmos_proto.implements_interface` on many proposal messages/structs this is a draft to discuss adding options in protos for better codegen tooling. It seems that the following messages/structs are meant to implement `Content`: ``` option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content" ``` Would this be a breaking change? Happy to improve/amend this so it's mergeable. related issue: #12640 (cherry picked from commit 64674ba) Co-authored-by: Dan Lynch <pyramation@gmail.com>
It seems that we're missing the
cosmos_proto.implements_interface
on many proposal messages/structsthis is a draft to discuss adding options in protos for better codegen tooling. It seems that the following messages/structs are meant to implement
Content
:Would this be a breaking change? Happy to improve/amend this so it's mergeable.
related issue: #12640