You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, this is manually add in types/tendermint/types.rs
#[allow(clippy::derive_partial_eq_without_eq)]#[derive(Clone,PartialEq,Eq,::prost::Message,::serde::Serialize,::serde::Deserialize,::schemars::JsonSchema,CosmwasmExt,)]#[proto_message(type_url = "/tendermint.types.EventDataRoundState")]pubstructEventDataRoundState{#[prost(int64, tag = "1")]pubheight:i64,#[prost(int32, tag = "2")]pubround:i32,#[prost(string, tag = "3")]pubstep:String,}
But it should be automatically generated from proto.
The text was updated successfully, but these errors were encountered:
Now, this is manually add in
types/tendermint/types.rs
But it should be automatically generated from proto.
The text was updated successfully, but these errors were encountered: