Skip to content

Commit

Permalink
fix: fix a bug not added lbm.tx.v1beta1.Service/GetBlockWithTxs in …
Browse files Browse the repository at this point in the history
…swagger (#898)

* fix: fix the bug that wasn't added `lbm.tx.v1beta1.txs/block/{height}` in swagger

* chore: add changelog.
  • Loading branch information
zemyblue committed Feb 14, 2023
1 parent 958dd22 commit 11966d1
Show file tree
Hide file tree
Showing 4 changed files with 989 additions and 124 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Improvements

### Bug Fixes
* (swagger) [\#898](https://github.com/line/lbm-sdk/pull/898) fix a bug not added `lbm.tx.v1beta1.Service/GetBlockWithTxs` in swagger

### Removed

Expand Down
11 changes: 11 additions & 0 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,17 @@
},
{
"url": "./tmp-swagger-gen/cosmos/base/node/v1beta1/query.swagger.json"
},
{
"url": "./tmp-swagger-gen/lbm/tx/v1beta1/service.swagger.json",
"dereference": {
"circular": "ignore"
},
"operationIds": {
"rename": {
"GetBlockWithTxs": "GetBlockWithTxs2"
}
}
}
]
}
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit 11966d1

Please sign in to comment.