Skip to content

Commit

Permalink
fix: swagger add new modules to config (#419)
Browse files Browse the repository at this point in the history
- Each module need to be listed in the config to generate the data in
swagger
  • Loading branch information
RafilxTenfen committed Jan 17, 2025
1 parent 714b8ef commit fef11fa
Show file tree
Hide file tree
Showing 7 changed files with 10,660 additions and 2,429 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Unreleased

### Improvements

- [#419](https://github.com/babylonlabs-io/babylon/pull/419) Add new modules to swagger config

### Bug fixes

- [#353](https://github.com/babylonlabs-io/babylon/pull/353) Bump to SDK
Expand Down
17 changes: 17 additions & 0 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,23 @@
}
}
},
{
"url": "./tmp-swagger-gen/babylon/btcstaking/v1/query.swagger.json"
},
{
"url": "./tmp-swagger-gen/babylon/finality/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "FinalityParams"
}
}
},
{
"url": "./tmp-swagger-gen/babylon/mint/v1/query.swagger.json"
},
{
"url": "./tmp-swagger-gen/babylon/monitor/v1/query.swagger.json"
},
{
"url": "./tmp-swagger-gen/babylon/checkpointing/v1/query.swagger.json",
"operationIds": {
Expand Down
Loading

0 comments on commit fef11fa

Please sign in to comment.