diff --git a/packages/injective-std/Cargo.toml b/packages/injective-std/Cargo.toml index ea3aaa65..3333763f 100644 --- a/packages/injective-std/Cargo.toml +++ b/packages/injective-std/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "injective-std" readme = "README.md" repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-std" -version = "1.13.0" +version = "1.13.2-auction" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/packages/injective-std/src/types/injective/auction/v1beta1.rs b/packages/injective-std/src/types/injective/auction/v1beta1.rs index 6146b168..7b3f9bf7 100644 --- a/packages/injective-std/src/types/injective/auction/v1beta1.rs +++ b/packages/injective-std/src/types/injective/auction/v1beta1.rs @@ -20,8 +20,11 @@ pub struct Params { pub struct Bid { #[prost(string, tag = "1")] pub bidder: ::prost::alloc::string::String, - #[prost(string, tag = "2")] - pub amount: ::prost::alloc::string::String, + // #[prost(string, tag = "2")] + // pub amount: ::prost::alloc::string::String, + // NOTE: THIS IS A FIX FOR RUST BINDINGS, PLEASE COPY IN FUTURE RELEASES + #[prost(message, optional, tag = "2")] + pub amount: ::core::option::Option, } #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)] @@ -32,6 +35,8 @@ pub struct LastAuctionResult { pub winner: ::prost::alloc::string::String, /// amount describes the amount the winner get from the auction // #[prost(string, tag = "2")] + // pub amount: ::prost::alloc::string::String, + // NOTE: THIS IS A FIX FOR RUST BINDINGS, PLEASE COPY IN FUTURE RELEASES #[prost(message, optional, tag = "2")] pub amount: ::core::option::Option, /// round defines the round number of auction @@ -50,8 +55,11 @@ pub struct EventBid { #[prost(string, tag = "1")] pub bidder: ::prost::alloc::string::String, /// amount describes the amount the bidder put on the auction - #[prost(string, tag = "2")] - pub amount: ::prost::alloc::string::String, + // #[prost(string, tag = "2")] + // pub amount: ::prost::alloc::string::String, + // NOTE: THIS IS A FIX FOR RUST BINDINGS, PLEASE COPY IN FUTURE RELEASES + #[prost(message, optional, tag = "2")] + pub amount: ::core::option::Option, /// round defines the round number of auction #[prost(uint64, tag = "3")] #[serde( @@ -68,8 +76,11 @@ pub struct EventAuctionResult { #[prost(string, tag = "1")] pub winner: ::prost::alloc::string::String, /// amount describes the amount the winner get from the auction - #[prost(string, tag = "2")] - pub amount: ::prost::alloc::string::String, + // #[prost(string, tag = "2")] + // pub amount: ::prost::alloc::string::String, + // NOTE: THIS IS A FIX FOR RUST BINDINGS, PLEASE COPY IN FUTURE RELEASES + #[prost(message, optional, tag = "2")] + pub amount: ::core::option::Option, /// round defines the round number of auction #[prost(uint64, tag = "3")] #[serde(