From 72b34ce5fe8f633d094e2add73e0704c21d09765 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sat, 17 Dec 2022 17:53:53 -0800 Subject: [PATCH] simple interface namespace --- proto/osmosis/pool-incentives/v1beta1/gov.proto | 4 ++-- proto/osmosis/protorev/v1beta1/gov.proto | 4 ++-- proto/osmosis/superfluid/v1beta1/gov.proto | 6 +++--- proto/osmosis/txfees/v1beta1/gov.proto | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/proto/osmosis/pool-incentives/v1beta1/gov.proto b/proto/osmosis/pool-incentives/v1beta1/gov.proto index 1107a658717..a065ba6cb45 100644 --- a/proto/osmosis/pool-incentives/v1beta1/gov.proto +++ b/proto/osmosis/pool-incentives/v1beta1/gov.proto @@ -19,7 +19,7 @@ message ReplacePoolIncentivesProposal { option (gogoproto.equal) = true; option (gogoproto.goproto_getters) = false; option (gogoproto.goproto_stringer) = false; - option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content"; + option (cosmos_proto.implements_interface) = "Content"; string title = 1; string description = 2; @@ -46,7 +46,7 @@ message UpdatePoolIncentivesProposal { option (gogoproto.goproto_getters) = false; option (gogoproto.goproto_stringer) = false; option (amino.name) = "osmosis/UpdatePoolIncentivesProposal"; - option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content"; + option (cosmos_proto.implements_interface) = "Content"; string title = 1; string description = 2; diff --git a/proto/osmosis/protorev/v1beta1/gov.proto b/proto/osmosis/protorev/v1beta1/gov.proto index daa20697a60..e0ce3b6fa46 100644 --- a/proto/osmosis/protorev/v1beta1/gov.proto +++ b/proto/osmosis/protorev/v1beta1/gov.proto @@ -13,7 +13,7 @@ message SetProtoRevEnabledProposal { option (gogoproto.equal) = true; option (gogoproto.goproto_getters) = false; option (gogoproto.goproto_stringer) = false; - option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content"; + option (cosmos_proto.implements_interface) = "Content"; string title = 1; string description = 2; @@ -27,7 +27,7 @@ message SetProtoRevAdminAccountProposal { option (gogoproto.equal) = true; option (gogoproto.goproto_getters) = false; option (gogoproto.goproto_stringer) = false; - option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content"; + option (cosmos_proto.implements_interface) = "Content"; string title = 1; string description = 2; diff --git a/proto/osmosis/superfluid/v1beta1/gov.proto b/proto/osmosis/superfluid/v1beta1/gov.proto index 72d871c5853..e0d8e67df45 100644 --- a/proto/osmosis/superfluid/v1beta1/gov.proto +++ b/proto/osmosis/superfluid/v1beta1/gov.proto @@ -15,7 +15,7 @@ message SetSuperfluidAssetsProposal { option (gogoproto.goproto_getters) = false; option (gogoproto.goproto_stringer) = false; option (amino.name) = "osmosis/set-superfluid-assets-proposal"; - option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content"; + option (cosmos_proto.implements_interface) = "Content"; string title = 1; string description = 2; @@ -29,7 +29,7 @@ message RemoveSuperfluidAssetsProposal { option (gogoproto.goproto_getters) = false; option (gogoproto.goproto_stringer) = false; option (amino.name) = "osmosis/del-superfluid-assets-proposal"; - option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content"; + option (cosmos_proto.implements_interface) = "Content"; string title = 1; string description = 2; @@ -43,7 +43,7 @@ message UpdateUnpoolWhiteListProposal { option (gogoproto.goproto_getters) = false; option (gogoproto.goproto_stringer) = false; option (amino.name) = "osmosis/update-unpool-whitelist"; - option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content"; + option (cosmos_proto.implements_interface) = "Content"; string title = 1; string description = 2; diff --git a/proto/osmosis/txfees/v1beta1/gov.proto b/proto/osmosis/txfees/v1beta1/gov.proto index a1ee1c4f041..20526900c09 100644 --- a/proto/osmosis/txfees/v1beta1/gov.proto +++ b/proto/osmosis/txfees/v1beta1/gov.proto @@ -15,7 +15,7 @@ option go_package = "github.com/osmosis-labs/osmosis/v13/x/txfees/types"; // it will remove the denom from the whitelisted set. message UpdateFeeTokenProposal { option (amino.name) = "osmosis/UpdateFeeTokenProposal"; - option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content"; + option (cosmos_proto.implements_interface) = "Content"; option (gogoproto.equal) = true; option (gogoproto.goproto_getters) = false;