Skip to content

Commit

Permalink
feat: [REDO] gRPC query for operator and chain configuration (backport
Browse files Browse the repository at this point in the history
…cosmos#13485) (cosmos#13589)

(cherry picked from commit 7a500a2)
  • Loading branch information
alexanderbez authored and jaybxyz committed Nov 1, 2022
1 parent 8bc5e6c commit f838104
Show file tree
Hide file tree
Showing 13 changed files with 860 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -39,6 +39,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Features

* (grpc) [#13485](https://github.com/cosmos/cosmos-sdk/pull/13485) Implement a new gRPC query, `/cosmos/base/node/v1beta1/config`, which provides operator configuration. Applications that wish to expose operator minimum gas prices via gRPC should have their application implement the `ApplicationQueryService` interface (see `SimApp#RegisterNodeService` as an example).
* [#13557](https://github.com/cosmos/cosmos-sdk/pull/#13557) - Add `GenSignedMockTx`. This can be used as workaround for #12437 revertion. `v0.46+` contains as well a `GenSignedMockTx` that behaves the same way.

### Bug Fixes
Expand Down

0 comments on commit f838104

Please sign in to comment.