Skip to content

Commit

Permalink
proto-build: use buf to process ibc-go protos (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Aug 14, 2024
1 parent 1cf7192 commit 26b102b
Show file tree
Hide file tree
Showing 52 changed files with 45,110 additions and 5,359 deletions.
36 changes: 4 additions & 32 deletions cosmos-sdk-proto/src/prost/ibc-go/cosmos.auth.v1beta1.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is @generated by prost-build.
// @generated
/// BaseAccount defines a base account type. It contains all the necessary fields
/// for basic account functionality. Any custom account type should extend this
/// type for additional functionality (e.g. vesting).
Expand All @@ -14,16 +14,6 @@ pub struct BaseAccount {
#[prost(uint64, tag = "4")]
pub sequence: u64,
}
impl ::prost::Name for BaseAccount {
const NAME: &'static str = "BaseAccount";
const PACKAGE: &'static str = "cosmos.auth.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
"cosmos.auth.v1beta1.BaseAccount".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/cosmos.auth.v1beta1.BaseAccount".into()
}
}
/// ModuleAccount defines an account for modules that holds coins on a pool.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
Expand All @@ -35,19 +25,9 @@ pub struct ModuleAccount {
#[prost(string, repeated, tag = "3")]
pub permissions: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
impl ::prost::Name for ModuleAccount {
const NAME: &'static str = "ModuleAccount";
const PACKAGE: &'static str = "cosmos.auth.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
"cosmos.auth.v1beta1.ModuleAccount".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/cosmos.auth.v1beta1.ModuleAccount".into()
}
}
/// Params defines the parameters for the auth module.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Params {
#[prost(uint64, tag = "1")]
pub max_memo_characters: u64,
Expand All @@ -60,13 +40,5 @@ pub struct Params {
#[prost(uint64, tag = "5")]
pub sig_verify_cost_secp256k1: u64,
}
impl ::prost::Name for Params {
const NAME: &'static str = "Params";
const PACKAGE: &'static str = "cosmos.auth.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
"cosmos.auth.v1beta1.Params".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/cosmos.auth.v1beta1.Params".into()
}
}
include!("cosmos.auth.v1beta1.serde.rs");
// @@protoc_insertion_point(module)
Loading

0 comments on commit 26b102b

Please sign in to comment.