Skip to content

Commit

Permalink
chore: remove x/token and x/collection apis in swagger (#299)
Browse files Browse the repository at this point in the history
* chore: remove x/token and x/collection apis in swagger

Signed-off-by: zemyblue <[email protected]>

* chore: udpate changelog

Signed-off-by: zemyblue <[email protected]>

---------

Signed-off-by: zemyblue <[email protected]>
(cherry picked from commit eeb4ff5)

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
zemyblue authored and mergify[bot] committed Nov 3, 2023
1 parent 345b75b commit b1b125e
Show file tree
Hide file tree
Showing 4 changed files with 1,553 additions and 7,037 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Features

### Improvements
<<<<<<< HEAD
=======
* (improvements) [\#230](https://github.com/Finschia/finschia/pull/230) fix Makefile for format and execute make format #230
* (chore) [\#299](https://github.com/Finschia/finschia/pull/299) remove x/token and x/collection apis in swagger
>>>>>>> eeb4ff5 (chore: remove x/token and x/collection apis in swagger (#299))
### Bug Fixes
* (finschia-sdk) [\#298](https://github.com/Finschia/finschia/pull/298) bump up finschia-sdk from v0.48.0 to v0.48.1 (backport #297)
Expand Down
31 changes: 0 additions & 31 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,37 +138,6 @@
}
}
},
{
"url": "./tmp-swagger-gen/lbm/token/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "TokenParams",
"Balance": "TokenBalance",
"AllBalances": "TokenAllBalances",
"GranteeGrants": "TokenGranteeGrants",
"Approved": "TokenApproved",
"Approvers": "TokenApprovers",
"Supply": "TokenSupply",
"Minted": "TokenMinted",
"Burnt": "TokenBurnt",
"Contract": "TokenContract"
}
}
},
{
"url": "./tmp-swagger-gen/lbm/collection/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "CollectionParams",
"Balance": "CollectionBalance",
"AllBalances": "CollectionAllBalances",
"GranteeGrants": "CollectionGranteeGrants",
"Approved": "CollectionApproved",
"Approvers": "CollectionApprovers",
"Contract": "CollectionContract"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/feegrant/v1beta1/query.swagger.json",
"operationIds": {
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit b1b125e

Please sign in to comment.