Skip to content

Commit

Permalink
fix: added breaking change in staking keeper api (#12139)
Browse files Browse the repository at this point in the history
* fix: added breaking change in staking keeper api

* fix: added breaking change in staking keeper api

* fix: added breaking change in staking keeper api
  • Loading branch information
JeancarloBarrios authored Jun 3, 2022
1 parent 2a355f5 commit 9461c65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Ref: https://keepachangelog.com/en/1.0.0/

* [#12089](https://github.com/cosmos/cosmos-sdk/pull/12089) Mark the `TipDecorator` as beta, don't include it in simapp by default.

### API Breaking Changes

* (x/staking) [#12102](https://github.com/cosmos/cosmos-sdk/pull/12102) Staking keeper now is passed by reference instead of copy. Keeper's SetHooks no longer returns keeper. It updates the keeper in place instead.

### Bug Fixes

* (cli) [#12127](https://github.com/cosmos/cosmos-sdk/pull/12127) Fix the CLI not always taking into account `--fee-payer` and `--fee-granter` flags.
Expand Down

0 comments on commit 9461c65

Please sign in to comment.