Skip to content

Commit

Permalink
nit: option above import proto
Browse files Browse the repository at this point in the history
  • Loading branch information
seantking committed Jan 17, 2022
1 parent 9806c5d commit 9b52f65
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions proto/ibc/applications/fee/v1/ack.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ syntax = "proto3";

package ibc.applications.fee.v1;

import "gogoproto/gogo.proto";

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types";

import "gogoproto/gogo.proto";

// IncentivizedAcknowledgement is the acknowledgement format to be used by applications wrapped in the fee middleware
// It contains the raw acknowledgement bytes, as well as the forward relayer address
message IncentivizedAcknowledgement {
Expand Down
3 changes: 2 additions & 1 deletion proto/ibc/applications/fee/v1/fee.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ syntax = "proto3";

package ibc.applications.fee.v1;

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types";

import "cosmos/base/v1beta1/coin.proto";
import "gogoproto/gogo.proto";
import "ibc/core/channel/v1/channel.proto";

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types";

// Fee implements the ics29 Fee interface
// See Fee Payment Middleware spec:
Expand Down
3 changes: 2 additions & 1 deletion proto/ibc/applications/fee/v1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ syntax = "proto3";

package ibc.applications.fee.v1;

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types";

import "gogoproto/gogo.proto";
import "ibc/applications/fee/v1/fee.proto";
import "ibc/core/channel/v1/channel.proto";

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types";

// GenesisState defines the fee middleware genesis state
message GenesisState {
Expand Down
3 changes: 2 additions & 1 deletion proto/ibc/applications/fee/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ syntax = "proto3";

package ibc.applications.fee.v1;

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types";

import "gogoproto/gogo.proto";
import "ibc/applications/fee/v1/fee.proto";
import "google/api/annotations.proto";
import "ibc/core/channel/v1/channel.proto";
import "cosmos/base/query/v1beta1/pagination.proto";

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types";

// Query provides defines the gRPC querier service.
service Query {
Expand Down
4 changes: 2 additions & 2 deletions proto/ibc/applications/fee/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ syntax = "proto3";

package ibc.applications.fee.v1;

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types";

import "gogoproto/gogo.proto";
import "ibc/applications/fee/v1/fee.proto";
import "ibc/core/channel/v1/channel.proto";

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types";

// Msg defines the ibc/fee Msg service.
service Msg {
// RegisterCounterpartyAddress defines a rpc handler method for MsgRegisterCounterpartyAddress
Expand Down

0 comments on commit 9b52f65

Please sign in to comment.