Skip to content

Commit

Permalink
feat!: add 'amount' field to withdrawal responses cosmos#11457
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman authored Mar 28, 2022
1 parent 5491be2 commit 3cf11e1
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
Loading

0 comments on commit 3cf11e1

Please sign in to comment.