Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: return undelegate amount with MsgUndelegateResponse #14590

Merged
merged 18 commits into from
Jan 23, 2023
Merged
Prev Previous commit
Next Next commit
changelog
  • Loading branch information
0xbala-k committed Jan 17, 2023
commit 07f5ab9741ff356edc624d1af641541a06c1680a
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (store) [#14439](https://github.com/cosmos/cosmos-sdk/pull/14439) Remove global metric gatherer from store.
* By default store has a no op metric gatherer, the application developer must set another metric gatherer or us the provided one in `store/metrics`.
* [#14406](https://github.com/cosmos/cosmos-sdk/issues/14406) Migrate usage of types/store.go to store/types/..
* (x/staking) [#14590](https://github.com/cosmos/cosmos-sdk/pull/14590) Return undelegate amount in MsgUndelegateResponse
0xbala-k marked this conversation as resolved.
Show resolved Hide resolved
0xbala-k marked this conversation as resolved.
Show resolved Hide resolved

### State Machine Breaking

Expand Down