-
Notifications
You must be signed in to change notification settings - Fork 124
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
cosmos-sdk-proto: Remove IBC protos in favour of the ibc-proto
crate
#495
cosmos-sdk-proto: Remove IBC protos in favour of the ibc-proto
crate
#495
Conversation
@@ -361,9 +298,6 @@ fn copy_and_patch(src: impl AsRef<Path>, dest: impl AsRef<Path>) -> io::Result<( | |||
"/// Generated server implementations.\n\ | |||
#[cfg(feature = \"grpc\")]", | |||
), | |||
// Use `tendermint_proto` as source of `google.protobuf` types | |||
// TODO(tarcieri): figure out what's wrong with our `buf` config and do it there | |||
("::prost_types::", "::tendermint_proto::google::protobuf::"), |
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.
Oh hey, thanks for cleaning this up, I forgot to remove it when we fixed the buf
config
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.
Well, this looks good to me. I just cut a release of cosmos-sdk-proto
so I don't know how you want to go about merging/releasing these changes.
I could merge this and cut a |
Sounds good! |
Alright, let's do it |
This is a new version of #459.
Best reviewed commit by commit.
Changes
ics23
crate instead of bundling them incosmos-sdk-proto