Crate althea_proto

source ·
Expand description

This crate provides althea-chain proto definitions in Rust and also re-exports cosmos_sdk_proto for use by downstream crates. By default around a dozen proto files are generated and placed into the prost folder. We could then proceed to fix up all these files and use them as the required dependencies for the proto files, but we chose instead to replace those paths with references ot upstream cosmos-sdk-proto and delete the other files. This reduces cruft in this repo even if it does make for a somewhat more confusing proto generation process.

Re-exports§

Modules§

  • note to future readers I have hand copied the RegisteredInterchainAccount file from ibc.applications.interchain_accounts.v1.rs which is compiled but not checked in into gaia.icaauth.v1.rs