Skip to content

Commit

Permalink
chore(client): add missing modules from swagger (#17051)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d74652)

# Conflicts:
#	Makefile
  • Loading branch information
julienrbrt authored and mergify[bot] committed Jul 18, 2023
1 parent 87d0290 commit a6b05cd
Show file tree
Hide file tree
Showing 4 changed files with 1,495 additions and 50 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,11 @@ lint-fix:
### Protobuf ###
###############################################################################

<<<<<<< HEAD
protoVer=0.13.2
=======
protoVer=0.13.5
>>>>>>> 1d74652f6 (chore(client): add missing modules from swagger (#17051))
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

Expand Down
23 changes: 22 additions & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,27 @@
"TallyResult": "GroupTallyResult"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/circuit/v1/query.swagger.json",
"operationIds": {
"rename": {
"Accounts": "CircuitAccounts",
"Account": "CircuitAccount",
"Params": "CircuitParams"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/consensus/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "ConsensusParams"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/app/v1alpha1/query.swagger.json"
}
]
}
}
Loading

0 comments on commit a6b05cd

Please sign in to comment.