cosmos / ibc-proto-rs

Rust Protobuf definitions and gRPC clients for interacting with Cosmos SDK, IBC and Interchain Security
Apache License 2.0
42 stars 25 forks source link

feat: add `08-wasm` client proto types #170

Closed Farhad-Shabani closed 6 months ago

Farhad-Shabani commented 6 months ago

Closes: #169

Remark

There are changes in the src/prost/google.protobuf.rs file. The proto types have been complied using the latest version of the libprotoc (version = 25.1). I have a feeling that one of our previous PRs might've used an older compiler version. It would be good to give this a quick check on another machine.

romac commented 6 months ago

There are changes in the src/prost/google.protobuf.rs file

Yeah that's weird given that the proto definitions haven't changed. Possibly because of protoc version indeed. The changes look fine to me though so let's go ahead.