Skip to content

Commit 5e8e630

Browse files
committed
release 2.0.0-alpha.16
1 parent c1962a9 commit 5e8e630

5 files changed

Lines changed: 293 additions & 266 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

side-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "side-proto"
3-
version = "2.0.0-alpha.15"
3+
version = "2.0.0-alpha.16"
44
edition = "2021"
55
description = "Rust Client for Side Chain"
66
readme = "README.md"

side-proto/src/prost/side/side.lending.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ impl ::prost::Name for MsgSubmitCetsResponse {
13021302
}
13031303
#[allow(clippy::derive_partial_eq_without_eq)]
13041304
#[derive(Clone, PartialEq, ::prost::Message)]
1305-
pub struct MsgApprove {
1305+
pub struct MsgSubmitDepositTransaction {
13061306
#[prost(string, tag = "1")]
13071307
pub relayer: ::prost::alloc::string::String,
13081308
#[prost(string, tag = "2")]
@@ -1314,18 +1314,18 @@ pub struct MsgApprove {
13141314
#[prost(string, repeated, tag = "5")]
13151315
pub proof: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
13161316
}
1317-
impl ::prost::Name for MsgApprove {
1318-
const NAME: &'static str = "MsgApprove";
1317+
impl ::prost::Name for MsgSubmitDepositTransaction {
1318+
const NAME: &'static str = "MsgSubmitDepositTransaction";
13191319
const PACKAGE: &'static str = "side.lending";
13201320
fn full_name() -> ::prost::alloc::string::String {
13211321
::prost::alloc::format!("side.lending.{}", Self::NAME)
13221322
}
13231323
}
13241324
#[allow(clippy::derive_partial_eq_without_eq)]
13251325
#[derive(Clone, PartialEq, ::prost::Message)]
1326-
pub struct MsgApproveResponse {}
1327-
impl ::prost::Name for MsgApproveResponse {
1328-
const NAME: &'static str = "MsgApproveResponse";
1326+
pub struct MsgSubmitDepositTransactionResponse {}
1327+
impl ::prost::Name for MsgSubmitDepositTransactionResponse {
1328+
const NAME: &'static str = "MsgSubmitDepositTransactionResponse";
13291329
const PACKAGE: &'static str = "side.lending";
13301330
fn full_name() -> ::prost::alloc::string::String {
13311331
::prost::alloc::format!("side.lending.{}", Self::NAME)

0 commit comments

Comments
 (0)