Skip to content

Commit

Permalink
update makefile and swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Nov 21, 2024
1 parent c3e2e16 commit a32c831
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protoVer=0.14.0
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

proto-all: proto-format proto-lint proto-gen
proto-all: proto-format proto-lint proto-gen proto-swagger-gen proto-pulsar-gen

proto-gen:
@echo "Generating Protobuf files"
Expand Down
36 changes: 18 additions & 18 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12102,7 +12102,7 @@ paths:
vetoed. Default value: 1/3.
params:
description: |-
params defines all the paramaters of x/gov module.
params defines all the parameters of x/gov module.

Since: cosmos-sdk 0.47
type: object
Expand Down Expand Up @@ -20343,7 +20343,7 @@ paths:
- Query
/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee}:
get:
summary: Allowance returns granted allwance to the grantee by the granter.
summary: Allowance returns granted allowance to the grantee by the granter.
operationId: Allowance
responses:
'200':
Expand Down Expand Up @@ -34969,7 +34969,7 @@ paths:
format: uint64
- name: latest_height
description: >-
latest_height overrrides the height field and queries the latest
latest_height overrides the height field and queries the latest
stored

ConsensusState.
Expand Down Expand Up @@ -36564,7 +36564,7 @@ paths:
identifier
description: >-
Version defines the versioning scheme used to
negotiate the IBC verison in
negotiate the IBC version in

the connection handshake.
title: >-
Expand Down Expand Up @@ -36973,7 +36973,7 @@ paths:
identifier
description: >-
Version defines the versioning scheme used to negotiate
the IBC verison in
the IBC version in

the connection handshake.
description: >-
Expand Down Expand Up @@ -52943,7 +52943,7 @@ paths:
finalization_period:
type: string
description: >-
The minium time duration that must elapse before a
The minimum time duration that must elapse before a
withdrawal can be finalized.
submission_start_height:
type: string
Expand Down Expand Up @@ -53114,7 +53114,7 @@ paths:
finalization_period:
type: string
description: >-
The minium time duration that must elapse before a
The minimum time duration that must elapse before a
withdrawal can be finalized.
submission_start_height:
type: string
Expand Down Expand Up @@ -65859,7 +65859,7 @@ definitions:
vetoed. Default value: 1/3.
params:
description: |-
params defines all the paramaters of x/gov module.
params defines all the parameters of x/gov module.

Since: cosmos-sdk 0.47
type: object
Expand Down Expand Up @@ -68743,7 +68743,7 @@ definitions:
gas to be used by the transaction. The ratio yields an effective
"gasprice",

which must be above some miminum to be accepted into the mempool.
which must be above some minimum to be accepted into the mempool.
cosmos.tx.v1beta1.GetBlockWithTxsResponse:
type: object
properties:
Expand Down Expand Up @@ -79635,7 +79635,7 @@ definitions:
title: list of features compatible with the specified identifier
description: >-
Version defines the versioning scheme used to negotiate the IBC
verison in
version in

the connection handshake.
description: >-
Expand Down Expand Up @@ -79757,7 +79757,7 @@ definitions:
title: list of features compatible with the specified identifier
description: >-
Version defines the versioning scheme used to negotiate the IBC
verison in
version in

the connection handshake.
title: >-
Expand Down Expand Up @@ -80342,7 +80342,7 @@ definitions:
title: list of features compatible with the specified identifier
description: >-
Version defines the versioning scheme used to negotiate the IBC
verison in
version in

the connection handshake.
description: >-
Expand Down Expand Up @@ -80479,7 +80479,7 @@ definitions:
title: list of features compatible with the specified identifier
description: >-
Version defines the versioning scheme used to negotiate the
IBC verison in
IBC version in

the connection handshake.
title: >-
Expand Down Expand Up @@ -80625,7 +80625,7 @@ definitions:
type: string
title: list of features compatible with the specified identifier
description: |-
Version defines the versioning scheme used to negotiate the IBC verison in
Version defines the versioning scheme used to negotiate the IBC version in
the connection handshake.
ibc.applications.transfer.v1.DenomTrace:
type: object
Expand Down Expand Up @@ -81747,7 +81747,7 @@ definitions:
format: uint64
title: packet sequence
title: |-
PacketId is an identifer for a unique Packet
PacketId is an identifier for a unique Packet
Source chains refer to packets by source port/channel
Destination chains refer to packets by destination port/channel
ibc.applications.perm.v1.ChannelState:
Expand Down Expand Up @@ -88441,7 +88441,7 @@ definitions:
finalization_period:
type: string
description: >-
The minium time duration that must elapse before a withdrawal can be
The minimum time duration that must elapse before a withdrawal can be
finalized.
submission_start_height:
type: string
Expand Down Expand Up @@ -88602,7 +88602,7 @@ definitions:
finalization_period:
type: string
description: >-
The minium time duration that must elapse before a withdrawal can
The minimum time duration that must elapse before a withdrawal can
be finalized.
submission_start_height:
type: string
Expand Down Expand Up @@ -88664,7 +88664,7 @@ definitions:
finalization_period:
type: string
description: >-
The minium time duration that must elapse before a
The minimum time duration that must elapse before a
withdrawal can be finalized.
submission_start_height:
type: string
Expand Down

0 comments on commit a32c831

Please sign in to comment.