Skip to content

Commit

Permalink
Merge branch 'rc/v0.48.0-rcx' into feat/compatibility_with_cosmos
Browse files Browse the repository at this point in the history
* rc/v0.48.0-rcx:
  feat: add tendermint query apis for compatibility with cosmos-sdk (Finschia#1087)

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
zemyblue committed Aug 22, 2023
2 parents da48471 + 4e315d6 commit f8d06b8
Show file tree
Hide file tree
Showing 20 changed files with 34,464 additions and 24,183 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (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)
* (x/auth) [\#1085](https://github.com/Finschia/finschia-sdk/pull/1085) rollback GetBlockWithTxs of cosmos service.proto for compatibility with cosmos-sdk APIs
* (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

0 comments on commit f8d06b8

Please sign in to comment.