Skip to content

Commit

Permalink
voting -> voteing
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Oct 7, 2023
1 parent f32d118 commit 88c6e50
Show file tree
Hide file tree
Showing 11 changed files with 460 additions and 500 deletions.
41 changes: 0 additions & 41 deletions docs/static/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,6 @@ info:
name: ''
description: ''
paths:
/cosmos/base/node/v1beta1/config:
get:
summary: Config queries for the operator configuration.
operationId: CosmosBaseNodeV1Beta1Config
responses:
'200':
description: A successful response.
schema:
type: object
properties:
minimum_gas_price:
type: string
description: >-
ConfigResponse defines the response structure for the Config gRPC
query.
default:
description: An unexpected error response.
schema:
type: object
properties:
code:
type: integer
format: int32
message:
type: string
details:
type: array
items:
type: object
properties:
'@type':
type: string
additionalProperties: {}
tags:
- Service
/cosmos/params/v1beta1/params:
get:
summary: |-
Expand Down Expand Up @@ -2221,12 +2186,6 @@ definitions:
NOTE: The amount field is an Int which implements the custom method
signatures required by gogoproto.
cosmos.base.node.v1beta1.ConfigResponse:
type: object
properties:
minimum_gas_price:
type: string
description: ConfigResponse defines the response structure for the Config gRPC query.
cosmos.consensus.v1.MsgUpdateParamsResponse:
type: object
description: |-
Expand Down
2 changes: 1 addition & 1 deletion proto/DecentralCardGame/cardchain/cardchain/match.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";
package DecentralCardGame.cardchain.cardchain;

option go_package = "github.com/DecentralCardGame/Cardchain/x/cardchain/types";
import "DecentralCardGame/cardchain/cardchain/voteing.proto";
import "DecentralCardGame/cardchain/cardchain/voting.proto";

message Match {

Expand Down
2 changes: 1 addition & 1 deletion proto/DecentralCardGame/cardchain/cardchain/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 "cosmos/base/query/v1beta1/pagination.proto";
import "DecentralCardGame/cardchain/cardchain/params.proto";
import "DecentralCardGame/cardchain/cardchain/voteing.proto";
import "DecentralCardGame/cardchain/cardchain/voting.proto";
import "DecentralCardGame/cardchain/cardchain/card.proto";
import "DecentralCardGame/cardchain/cardchain/user.proto";
import "DecentralCardGame/cardchain/cardchain/match.proto";
Expand Down
2 changes: 1 addition & 1 deletion proto/DecentralCardGame/cardchain/cardchain/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package DecentralCardGame.cardchain.cardchain;
import "gogoproto/gogo.proto";
import "DecentralCardGame/cardchain/cardchain/council.proto";
import "DecentralCardGame/cardchain/cardchain/match.proto";
import "DecentralCardGame/cardchain/cardchain/voteing.proto";
import "DecentralCardGame/cardchain/cardchain/voting.proto";
import "DecentralCardGame/cardchain/cardchain/card.proto";
import "cosmos/base/v1beta1/coin.proto";

Expand Down
2 changes: 1 addition & 1 deletion proto/DecentralCardGame/cardchain/cardchain/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";
package DecentralCardGame.cardchain.cardchain;

option go_package = "github.com/DecentralCardGame/Cardchain/x/cardchain/types";
import "DecentralCardGame/cardchain/cardchain/voteing.proto";
import "DecentralCardGame/cardchain/cardchain/voting.proto";

message User {

Expand Down
58 changes: 29 additions & 29 deletions x/cardchain/types/match.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88c6e50

Please sign in to comment.