Skip to content

Commit

Permalink
add 'amount' field to Responses MsgWithdrawDelegatorRewardResponse an…
Browse files Browse the repository at this point in the history
…d MsgWithdrawValidatorCommissionResponse
  • Loading branch information
joe-bowman committed Mar 28, 2022
1 parent 5491be2 commit 9d68416
Show file tree
Hide file tree
Showing 6 changed files with 675 additions and 152 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* [\#10961](https://github.com/cosmos/cosmos-sdk/pull/10961) Support third-party modules to add extension snapshots to state-sync.
* [\#11274](https://github.com/cosmos/cosmos-sdk/pull/11274) `types/errors.New` now is an alias for `types/errors.Register` and should only be used in initialization code.
* (authz)[\#11060](https://github.com/cosmos/cosmos-sdk/pull/11060) `authz.NewMsgGrant` `expiration` is now a pointer. When `nil` is used then no expiration will be set (grant won't expire).
* (x/distribution)[\#11457](https://github.com/cosmos/cosmos-sdk/pull/11457) Add amount field to `distr.MsgWithdrawDelegatorRewardResponse` and `distr.MsgWithdrawValidatorCommissionResponse`.


### Client Breaking Changes
Expand Down

0 comments on commit 9d68416

Please sign in to comment.