Skip to content

Commit

Permalink
feat: Add tx encode and decode endpoints (#13789)
Browse files Browse the repository at this point in the history
* add grpc endpoint for encoding proto tx's
  • Loading branch information
likhita-809 committed Nov 15, 2022
1 parent ec27c53 commit bcff22a
Show file tree
Hide file tree
Showing 8 changed files with 3,348 additions and 142 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Improvements

* [13789](https://github.com/cosmos/cosmos-sdk/pull/13789) Add tx `encode` and `decode` endpoints to tx service.
> Note: This endpoint will only encode proto messages, Amino encoding is not supported.
* [#13826](https://github.com/cosmos/cosmos-sdk/pull/13826) Support custom `GasConfig` configuration for applications.
* [#13619](https://github.com/cosmos/cosmos-sdk/pull/13619) Add new function called LogDeferred to report errors in defers. Use the function in x/bank files.
* (tools) [#13603](https://github.com/cosmos/cosmos-sdk/pull/13603) Rename cosmovisor package name to `cosmossdk.io/tools/cosmovisor`. The new tool directory contains Cosmos SDK tools.
Expand Down
Loading

0 comments on commit bcff22a

Please sign in to comment.