diff --git a/generated/rust/protos/Cargo.toml b/generated/rust/protos/Cargo.toml index 2b84951bcc..6245f22836 100644 --- a/generated/rust/protos/Cargo.toml +++ b/generated/rust/protos/Cargo.toml @@ -115,7 +115,7 @@ workspace = true "cosmos+vesting+module+v1" = [] "cosmos+vesting+v1beta1" = ["cosmos+auth+v1beta1", "cosmos+base+v1beta1"] "cosmwasm+wasm+v1" = ["cosmos+base+query+v1beta1", "cosmos+base+v1beta1", "google+protobuf"] -"diferredack+v1beta1" = ["ibc+core+channel+v1"] +"deferredack+v1beta1" = ["ibc+core+channel+v1"] "google+protobuf" = [] "google+protobuf+compiler" = ["google+protobuf"] "ibc+applications+fee+v1" = [ @@ -234,7 +234,7 @@ proto_full = [ "cosmos+vesting+module+v1", "cosmos+vesting+v1beta1", "cosmwasm+wasm+v1", - "diferredack+v1beta1", + "deferredack+v1beta1", "google+protobuf", "google+protobuf+compiler", "ibc+applications+fee+v1", diff --git a/generated/rust/protos/src/diferredack.v1beta1.rs b/generated/rust/protos/src/deferredack.v1beta1.rs similarity index 67% rename from generated/rust/protos/src/diferredack.v1beta1.rs rename to generated/rust/protos/src/deferredack.v1beta1.rs index c948c84687..c653b79464 100644 --- a/generated/rust/protos/src/diferredack.v1beta1.rs +++ b/generated/rust/protos/src/deferredack.v1beta1.rs @@ -1,5 +1,5 @@ // @generated -/// Params defines the parameters for the diferredack module. +/// Params defines the parameters for the deferredack module. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct Params { @@ -8,12 +8,12 @@ pub struct Params { } impl ::prost::Name for Params { const NAME: &'static str = "Params"; - const PACKAGE: &'static str = "diferredack.v1beta1"; + const PACKAGE: &'static str = "deferredack.v1beta1"; fn full_name() -> ::prost::alloc::string::String { - ::prost::alloc::format!("diferredack.v1beta1.{}", Self::NAME) + ::prost::alloc::format!("deferredack.v1beta1.{}", Self::NAME) } } -/// GenesisState defines the diferredack module's genesis state. +/// GenesisState defines the deferredack module's genesis state. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct GenesisState { @@ -23,9 +23,9 @@ pub struct GenesisState { } impl ::prost::Name for GenesisState { const NAME: &'static str = "GenesisState"; - const PACKAGE: &'static str = "diferredack.v1beta1"; + const PACKAGE: &'static str = "deferredack.v1beta1"; fn full_name() -> ::prost::alloc::string::String { - ::prost::alloc::format!("diferredack.v1beta1.{}", Self::NAME) + ::prost::alloc::format!("deferredack.v1beta1.{}", Self::NAME) } } /// QueryParamsRequest is the request type for the Query/Params RPC method. @@ -34,9 +34,9 @@ impl ::prost::Name for GenesisState { pub struct QueryParamsRequest {} impl ::prost::Name for QueryParamsRequest { const NAME: &'static str = "QueryParamsRequest"; - const PACKAGE: &'static str = "diferredack.v1beta1"; + const PACKAGE: &'static str = "deferredack.v1beta1"; fn full_name() -> ::prost::alloc::string::String { - ::prost::alloc::format!("diferredack.v1beta1.{}", Self::NAME) + ::prost::alloc::format!("deferredack.v1beta1.{}", Self::NAME) } } /// QueryParamsResponse is the response type for the Query/Params RPC method. @@ -49,41 +49,41 @@ pub struct QueryParamsResponse { } impl ::prost::Name for QueryParamsResponse { const NAME: &'static str = "QueryParamsResponse"; - const PACKAGE: &'static str = "diferredack.v1beta1"; + const PACKAGE: &'static str = "deferredack.v1beta1"; fn full_name() -> ::prost::alloc::string::String { - ::prost::alloc::format!("diferredack.v1beta1.{}", Self::NAME) + ::prost::alloc::format!("deferredack.v1beta1.{}", Self::NAME) } } #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct MsgWriteDiferredAck { +pub struct MsgWriteDeferredAck { #[prost(string, tag = "1")] pub sender: ::prost::alloc::string::String, #[prost(message, optional, tag = "2")] - pub diferred_packet_info: ::core::option::Option, + pub deferred_packet_info: ::core::option::Option, #[prost(message, optional, tag = "3")] pub ack: ::core::option::Option, } -impl ::prost::Name for MsgWriteDiferredAck { - const NAME: &'static str = "MsgWriteDiferredAck"; - const PACKAGE: &'static str = "diferredack.v1beta1"; +impl ::prost::Name for MsgWriteDeferredAck { + const NAME: &'static str = "MsgWriteDeferredAck"; + const PACKAGE: &'static str = "deferredack.v1beta1"; fn full_name() -> ::prost::alloc::string::String { - ::prost::alloc::format!("diferredack.v1beta1.{}", Self::NAME) + ::prost::alloc::format!("deferredack.v1beta1.{}", Self::NAME) } } #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct MsgWriteDiferredAckResponse {} -impl ::prost::Name for MsgWriteDiferredAckResponse { - const NAME: &'static str = "MsgWriteDiferredAckResponse"; - const PACKAGE: &'static str = "diferredack.v1beta1"; +pub struct MsgWriteDeferredAckResponse {} +impl ::prost::Name for MsgWriteDeferredAckResponse { + const NAME: &'static str = "MsgWriteDeferredAckResponse"; + const PACKAGE: &'static str = "deferredack.v1beta1"; fn full_name() -> ::prost::alloc::string::String { - ::prost::alloc::format!("diferredack.v1beta1.{}", Self::NAME) + ::prost::alloc::format!("deferredack.v1beta1.{}", Self::NAME) } } #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct DiferredPacketInfo { +pub struct DeferredPacketInfo { #[prost(string, tag = "1")] pub refund_channel_id: ::prost::alloc::string::String, #[prost(string, tag = "2")] @@ -101,12 +101,12 @@ pub struct DiferredPacketInfo { #[prost(uint64, tag = "8")] pub sequence: u64, } -impl ::prost::Name for DiferredPacketInfo { - const NAME: &'static str = "DiferredPacketInfo"; - const PACKAGE: &'static str = "diferredack.v1beta1"; +impl ::prost::Name for DeferredPacketInfo { + const NAME: &'static str = "DeferredPacketInfo"; + const PACKAGE: &'static str = "deferredack.v1beta1"; fn full_name() -> ::prost::alloc::string::String { - ::prost::alloc::format!("diferredack.v1beta1.{}", Self::NAME) + ::prost::alloc::format!("deferredack.v1beta1.{}", Self::NAME) } } -include!("diferredack.v1beta1.tonic.rs"); +include!("deferredack.v1beta1.tonic.rs"); // @@protoc_insertion_point(module) diff --git a/generated/rust/protos/src/diferredack.v1beta1.tonic.rs b/generated/rust/protos/src/deferredack.v1beta1.tonic.rs similarity index 94% rename from generated/rust/protos/src/diferredack.v1beta1.tonic.rs rename to generated/rust/protos/src/deferredack.v1beta1.tonic.rs index 884ad71cca..703d02b3ae 100644 --- a/generated/rust/protos/src/diferredack.v1beta1.tonic.rs +++ b/generated/rust/protos/src/deferredack.v1beta1.tonic.rs @@ -95,10 +95,10 @@ pub mod query_client { ) })?; let codec = tonic::codec::ProstCodec::default(); - let path = http::uri::PathAndQuery::from_static("/diferredack.v1beta1.Query/Params"); + let path = http::uri::PathAndQuery::from_static("/deferredack.v1beta1.Query/Params"); let mut req = request.into_request(); req.extensions_mut() - .insert(GrpcMethod::new("diferredack.v1beta1.Query", "Params")); + .insert(GrpcMethod::new("deferredack.v1beta1.Query", "Params")); self.inner.unary(req, path, codec).await } } @@ -184,10 +184,10 @@ pub mod msg_client { self.inner = self.inner.max_encoding_message_size(limit); self } - pub async fn write_diferred_ack( + pub async fn write_deferred_ack( &mut self, - request: impl tonic::IntoRequest, - ) -> std::result::Result, tonic::Status> + request: impl tonic::IntoRequest, + ) -> std::result::Result, tonic::Status> { self.inner.ready().await.map_err(|e| { tonic::Status::new( @@ -197,11 +197,11 @@ pub mod msg_client { })?; let codec = tonic::codec::ProstCodec::default(); let path = - http::uri::PathAndQuery::from_static("/diferredack.v1beta1.Msg/WriteDiferredAck"); + http::uri::PathAndQuery::from_static("/deferredack.v1beta1.Msg/WriteDeferredAck"); let mut req = request.into_request(); req.extensions_mut().insert(GrpcMethod::new( - "diferredack.v1beta1.Msg", - "WriteDiferredAck", + "deferredack.v1beta1.Msg", + "WriteDeferredAck", )); self.inner.unary(req, path, codec).await } diff --git a/generated/rust/protos/src/lib.rs b/generated/rust/protos/src/lib.rs index c465b9ebad..945f26f977 100644 --- a/generated/rust/protos/src/lib.rs +++ b/generated/rust/protos/src/lib.rs @@ -566,12 +566,12 @@ pub mod cosmwasm { } } } -pub mod diferredack { - #[cfg(feature = "diferredack+v1beta1")] - // @@protoc_insertion_point(attribute:diferredack.v1beta1) +pub mod deferredack { + #[cfg(feature = "deferredack+v1beta1")] + // @@protoc_insertion_point(attribute:deferredack.v1beta1) pub mod v1beta1 { - include!("diferredack.v1beta1.rs"); - // @@protoc_insertion_point(diferredack.v1beta1) + include!("deferredack.v1beta1.rs"); + // @@protoc_insertion_point(deferredack.v1beta1) } } pub mod google {