Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update upgrade name to v15 #1073

Merged
merged 5 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump proto go package
  • Loading branch information
jhernandezb committed Jun 24, 2024
commit e6450e8a8e14e6d49656242a9c910b52b8c9aae5
2 changes: 1 addition & 1 deletion proto/osmosis/tokenfactory/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package osmosis.tokenfactory.v1beta1;
import "gogoproto/gogo.proto";
import "osmosis/tokenfactory/v1beta1/tokenfactory.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/tokenfactory/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/tokenfactory/types";

// GenesisState defines the tokenfactory module's genesis state.
message GenesisState {
Expand Down
2 changes: 1 addition & 1 deletion proto/osmosis/tokenfactory/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
import "osmosis/tokenfactory/v1beta1/tokenfactory.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/tokenfactory/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/tokenfactory/types";

// Query defines the gRPC querier service.
service Query {
Expand Down
2 changes: 1 addition & 1 deletion proto/osmosis/tokenfactory/v1beta1/tokenfactory.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "amino/amino.proto";
import "cosmos/base/v1beta1/coin.proto";
import "gogoproto/gogo.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/tokenfactory/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/tokenfactory/types";

// DenomAuthorityMetadata specifies metadata for addresses that have specific
// capabilities over a token factory denom. Right now there is only one Admin
Expand Down
2 changes: 1 addition & 1 deletion proto/osmosis/tokenfactory/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "cosmos/msg/v1/msg.proto";
import "gogoproto/gogo.proto";
import "osmosis/tokenfactory/v1beta1/tokenfactory.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/tokenfactory/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/tokenfactory/types";

// Msg defines the tokefactory module's gRPC message service.
service Msg {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/alloc/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto";
import "publicawesome/stargaze/alloc/v1beta1/params.proto";
// this line is used by starport scaffolding # genesis/proto/import

option go_package = "github.com/public-awesome/stargaze/v14/x/alloc/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/alloc/types";

// GenesisState defines the alloc module's genesis state.
message GenesisState {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/alloc/v1beta1/params.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "cosmos/base/v1beta1/coin.proto";
import "cosmos_proto/cosmos.proto";
import "gogoproto/gogo.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/alloc/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/alloc/types";

// WeightedAddress defines an address with a weight.
message WeightedAddress {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/alloc/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "google/api/annotations.proto";
import "publicawesome/stargaze/alloc/v1beta1/params.proto";
// this line is used by starport scaffolding # 1

option go_package = "github.com/public-awesome/stargaze/v14/x/alloc/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/alloc/types";

// QueryParamsRequest is the request type for the Query/Params RPC method.
message QueryParamsRequest {}
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/alloc/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "publicawesome/stargaze/alloc/v1beta1/params.proto";

// this line is used by starport scaffolding # proto/tx/import

option go_package = "github.com/public-awesome/stargaze/v14/x/alloc/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/alloc/types";

// Msg defines the alloc Msg service.
service Msg {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/cron/v1/cron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package publicawesome.stargaze.cron.v1;

import "gogoproto/gogo.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/cron/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/cron/types";

// Params holds parameters for the cron module.
message Params {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/cron/v1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package publicawesome.stargaze.cron.v1;
import "gogoproto/gogo.proto";
import "publicawesome/stargaze/cron/v1/cron.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/cron/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/cron/types";

// GenesisState defines the cron module's genesis state.
message GenesisState {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/cron/v1/proposal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "amino/amino.proto";
import "cosmos_proto/cosmos.proto";
import "gogoproto/gogo.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/cron/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/cron/types";

// Deprecated: Do not use. To promote a contract, a
// MsgPromoteToPrivilegedContract can be invoked from the x/gov module via a v1
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/cron/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
import "publicawesome/stargaze/cron/v1/cron.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/cron/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/cron/types";

// Query defines the gRPC querier service.
service Query {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/cron/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "cosmos/msg/v1/msg.proto";
import "gogoproto/gogo.proto";
import "publicawesome/stargaze/cron/v1/cron.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/cron/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/cron/types";

// Msg defines the alloc Msg service.
service Msg {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/globalfee/v1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package publicawesome.stargaze.globalfee.v1;
import "gogoproto/gogo.proto";
import "publicawesome/stargaze/globalfee/v1/globalfee.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/globalfee/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/globalfee/types";

// GenesisState defines the globalfee module's genesis state.
message GenesisState {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/globalfee/v1/globalfee.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package publicawesome.stargaze.globalfee.v1;
import "cosmos/base/v1beta1/coin.proto";
import "gogoproto/gogo.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/globalfee/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/globalfee/types";

// Params holds parameters for the globalfee module.
message Params {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/globalfee/v1/proposal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto";
import "gogoproto/gogo.proto";
import "publicawesome/stargaze/globalfee/v1/globalfee.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/globalfee/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/globalfee/types";

// SetCodeAuthorizationProposal ...
message SetCodeAuthorizationProposal {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/globalfee/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package publicawesome.stargaze.globalfee.v1;
import "google/api/annotations.proto";
import "publicawesome/stargaze/globalfee/v1/globalfee.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/globalfee/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/globalfee/types";

// Query defines the gRPC querier service.
service Query {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/globalfee/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "cosmos/msg/v1/msg.proto";
import "gogoproto/gogo.proto";
import "publicawesome/stargaze/globalfee/v1/globalfee.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/globalfee/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/globalfee/types";

// Msg defines the alloc Msg service.
service Msg {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/mint/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package publicawesome.stargaze.mint.v1beta1;
import "gogoproto/gogo.proto";
import "publicawesome/stargaze/mint/v1beta1/mint.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/mint/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/mint/types";

// GenesisState defines the mint module's genesis state.
message GenesisState {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/mint/v1beta1/mint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto";
import "gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/mint/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/mint/types";

// Minter represents the minting state.
message Minter {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/mint/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
import "publicawesome/stargaze/mint/v1beta1/mint.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/mint/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/mint/types";

// Query provides defines the gRPC querier service.
service Query {
Expand Down
2 changes: 1 addition & 1 deletion proto/publicawesome/stargaze/mint/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "cosmos/msg/v1/msg.proto";
import "gogoproto/gogo.proto";
import "publicawesome/stargaze/mint/v1beta1/mint.proto";

option go_package = "github.com/public-awesome/stargaze/v14/x/mint/types";
option go_package = "github.com/public-awesome/stargaze/v15/x/mint/types";

// Msg defines the mint Msg service.
service Msg {
Expand Down