Skip to content

Commit 32a5a21

Browse files
committed
f/injective-std-built-from-new-protos
1 parent 447344a commit 32a5a21

File tree

28 files changed

+43
-182
lines changed

28 files changed

+43
-182
lines changed

packages/injective-std/src/types/cosmos/auth/module/v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use injective_std_derive::CosmwasmExt;
1+
use osmosis_std_derive::CosmwasmExt;
22
/// Module is the config object for the auth module.
33
#[allow(clippy::derive_partial_eq_without_eq)]
44
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]

packages/injective-std/src/types/cosmos/auth/v1beta1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use injective_std_derive::CosmwasmExt;
1+
use osmosis_std_derive::CosmwasmExt;
22
/// BaseAccount defines a base account type. It contains all the necessary fields
33
/// for basic account functionality. Any custom account type should extend this
44
/// type for additional functionality (e.g. vesting).

packages/injective-std/src/types/cosmos/authz/module/v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use injective_std_derive::CosmwasmExt;
1+
use osmosis_std_derive::CosmwasmExt;
22
/// Module is the config object of the authz module.
33
#[allow(clippy::derive_partial_eq_without_eq)]
44
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]

packages/injective-std/src/types/cosmos/authz/v1beta1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use injective_std_derive::CosmwasmExt;
1+
use osmosis_std_derive::CosmwasmExt;
22
/// GenericAuthorization gives the grantee unrestricted permissions to execute
33
/// the provided method on behalf of the granter's account.
44
#[allow(clippy::derive_partial_eq_without_eq)]

packages/injective-std/src/types/cosmos/bank/module/v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use injective_std_derive::CosmwasmExt;
1+
use osmosis_std_derive::CosmwasmExt;
22
/// Module is the config object of the bank module.
33
#[allow(clippy::derive_partial_eq_without_eq)]
44
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]

packages/injective-std/src/types/cosmos/bank/v1beta1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use injective_std_derive::CosmwasmExt;
1+
use osmosis_std_derive::CosmwasmExt;
22
/// SendAuthorization allows the grantee to spend up to spend_limit coins from
33
/// the granter's account.
44
///

packages/injective-std/src/types/cosmos/base/node/v1beta1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use injective_std_derive::CosmwasmExt;
1+
use osmosis_std_derive::CosmwasmExt;
22
/// ConfigRequest defines the request structure for the Config gRPC query.
33
#[allow(clippy::derive_partial_eq_without_eq)]
44
#[derive(Clone, Copy, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]

packages/injective-std/src/types/cosmos/base/query/v1beta1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use injective_std_derive::CosmwasmExt;
1+
use osmosis_std_derive::CosmwasmExt;
22
/// PageRequest is to be embedded in gRPC request messages for efficient
33
/// pagination. Ex:
44
///

packages/injective-std/src/types/cosmos/base/v1beta1.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
use injective_std_derive::CosmwasmExt;
1+
use osmosis_std_derive::CosmwasmExt;
22
/// Coin defines a token with a denomination and an amount.
33
///
44
/// NOTE: The amount field is an Int which implements the custom method
55
/// signatures required by gogoproto.
66
#[allow(clippy::derive_partial_eq_without_eq)]
77
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
8-
#[proto_message(type_url = "/cosmos.base.v1beta1.Coin")]
8+
#[proto_message(type_url = "/cosmos.base.v1beta1.CoinCoinCoin")]
99
pub struct Coin {
1010
#[prost(string, tag = "1")]
1111
pub denom: ::prost::alloc::string::String,
@@ -18,7 +18,7 @@ pub struct Coin {
1818
/// signatures required by gogoproto.
1919
#[allow(clippy::derive_partial_eq_without_eq)]
2020
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
21-
#[proto_message(type_url = "/cosmos.base.v1beta1.DecCoin")]
21+
#[proto_message(type_url = "/cosmos.base.v1beta1.DecCoinDecCoinDecCoin")]
2222
pub struct DecCoin {
2323
#[prost(string, tag = "1")]
2424
pub denom: ::prost::alloc::string::String,
@@ -29,7 +29,7 @@ pub struct DecCoin {
2929
/// Deprecated: Prefer to use math.Int directly. It supports binary Marshal and Unmarshal.
3030
#[allow(clippy::derive_partial_eq_without_eq)]
3131
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
32-
#[proto_message(type_url = "/cosmos.base.v1beta1.IntProto")]
32+
#[proto_message(type_url = "/cosmos.base.v1beta1.IntProtoIntProtoIntProto")]
3333
pub struct IntProto {
3434
#[prost(string, tag = "1")]
3535
pub int: ::prost::alloc::string::String,
@@ -38,7 +38,7 @@ pub struct IntProto {
3838
/// Deprecated: Prefer to use math.LegacyDec directly. It supports binary Marshal and Unmarshal.
3939
#[allow(clippy::derive_partial_eq_without_eq)]
4040
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]
41-
#[proto_message(type_url = "/cosmos.base.v1beta1.DecProto")]
41+
#[proto_message(type_url = "/cosmos.base.v1beta1.DecProtoDecProtoDecProto")]
4242
pub struct DecProto {
4343
#[prost(string, tag = "1")]
4444
pub dec: ::prost::alloc::string::String,

packages/injective-std/src/types/cosmos/distribution/module/v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use injective_std_derive::CosmwasmExt;
1+
use osmosis_std_derive::CosmwasmExt;
22
/// Module is the config object of the distribution module.
33
#[allow(clippy::derive_partial_eq_without_eq)]
44
#[derive(Clone, PartialEq, Eq, ::prost::Message, ::serde::Serialize, ::serde::Deserialize, ::schemars::JsonSchema, CosmwasmExt)]

0 commit comments

Comments
 (0)