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§

pub use cosmos_sdk_proto;

Modules§

althea
althea_test
note to future readers I have hand copied these two files from the gravity_proto folder
canto
ethermint