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

Add ICS-08 Wasm light client proto types #169

Closed Farhad-Shabani closed 6 months ago

Farhad-Shabani commented 6 months ago

Background

Given that the ibc-go team has recently tagged their Wasm light client implementation, we can build and add pertaining proto types to the main by updating the IBC_GO_COMMIT to the hash linked with the ibc-go wasm-v8.0.0 tag.

This is essential for the implementation of Sovereign SDK rollup light clients.