Skip to content

Commit

Permalink
chore: add fswap and fbridge swagger settings in swagger config (Fins…
Browse files Browse the repository at this point in the history
…chia#371)

* chore: add fswap and fbridge swagger settings in swagger config

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

* chore: update changelog

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

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed May 13, 2024
1 parent 3241de0 commit b534198
Show file tree
Hide file tree
Showing 4 changed files with 1,978 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (build) [\#340](https://github.com/Finschia/finschia/pull/340) Set Finschia/ostracon version
* (ci) [\#361](https://github.com/Finschia/finschia/pull/361) Replace deprecated linters with new ones
* (ci) [\#362](https://github.com/Finschia/finschia/pull/362) Add RELEASE_NOTE.md to .gitignore
* (swagger) [\#371](https://github.com/Finschia/finschia/pull/371) Add fswap and fbridge swagger settings in swagger config

### Docs

Expand Down
18 changes: 18 additions & 0 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,24 @@
{
"url": "./tmp-swagger-gen/cosmos/base/node/v1beta1/query.swagger.json"
},
{
"url": "./tmp-swagger-gen/lbm/fswap/v1/query.swagger.json"
},
{
"url": "./tmp-swagger-gen/lbm/fbridge/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "FBridgeParams",
"Commitments": "FBridgeCommitments",
"Members": "FBridgeMembers",
"Member": "FBridgeMember",
"Proposals": "FBridgeProposals",
"Proposal": "FBridgeProposal",
"Votes": "FBridgeVotes",
"Vote": "FBridgeVote"
}
}
},
{
"url": "./tmp-swagger-gen/lbm/tx/v1beta1/service.swagger.json",
"dereference": {
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 b534198

Please sign in to comment.