Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add tendermint query apis for compatibility with cosmos-sdk #1087

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Features
* (x/auth) [\#1011](https://github.com/Finschia/finschia-sdk/pull/1011) add the api for querying next account number
* (server/grpc) [\#1017](https://github.com/Finschia/finschia-sdk/pull/1017) support custom r/w gRPC options (backport cosmos/cosmos-sdk#11889)
* (proto) [\#1087](https://github.com/Finschia/finschia-sdk/pull/1087) add tendermint query apis for compatibility with cosmos-sdk

### Improvements
* (third_party/proto) [\#1037](https://github.com/Finschia/finschia-sdk/pull/1037) change the proof.proto path to third_party/proto/confio
Expand Down
15 changes: 15 additions & 0 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@
},
{
"url": "./tmp-swagger-gen/lbm/base/ostracon/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "OstraconBaseParams",
"GetLatestBlock": "GetLatestBlock2",
"GetLastBlock": "GetLastBlock2",
"GetBlockByHeight": "GetBlockByHeight2",
"GetNodeInfo": "GetNodeInfo2",
"GetSyncing": "GetSyncing2",
"GetLatestValidatorSet": "GetLatestValidatorSet2",
"GetValidatorSetByHeight": "GetValidatorSetByHeight2"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/base/tendermint/v1beta1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "BaseParams"
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading
Loading