Skip to content

Commit

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

* chore: remove x/token and x/collection apis in swagger (#299)

* chore: remove x/token and x/collection apis in swagger

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: udpate changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
(cherry picked from commit eeb4ff5)

# Conflicts:
#	CHANGELOG.md

* chore: resolve conflict and update changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
Co-authored-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
mergify[bot] and zemyblue committed Nov 3, 2023
1 parent 345b75b commit 15ef7e4
Show file tree
Hide file tree
Showing 4 changed files with 1,550 additions and 7,037 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Features

### Improvements
* (improvements) [\#230](https://github.com/Finschia/finschia/pull/230) fix Makefile for format and execute make format #230
* (chore) [\#300](https://github.com/Finschia/finschia/pull/300) remove x/token and x/collection apis in swagger (backport #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 15ef7e4

Please sign in to comment.