From f783b24be81f46a6b93484047bf8a17de00d0995 Mon Sep 17 00:00:00 2001 From: likhita-809 Date: Thu, 1 Feb 2024 13:23:32 +0530 Subject: [PATCH] add changelog --- x/staking/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/x/staking/CHANGELOG.md b/x/staking/CHANGELOG.md index fcd621d9b544..34f2a5ac3a18 100644 --- a/x/staking/CHANGELOG.md +++ b/x/staking/CHANGELOG.md @@ -29,6 +29,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements +* [#19277](https://github.com/cosmos/cosmos-sdk/pull/19277) Hooks calls on `SetUnbondingDelegationEntry`, `SetRedelegationEntry`, `Slash` and `RemoveValidator` returns errors instead of logging just like other hooks calls. * [#18636](https://github.com/cosmos/cosmos-sdk/pull/18636) `IterateBondedValidatorsByPower`, `GetDelegatorBonded`, `Delegate`, `Unbond`, `Slash`, `Jail`, `SlashRedelegation`, `ApplyAndReturnValidatorSetUpdates` methods no longer panics on any kind of errors but instead returns appropriate errors. * [#18506](https://github.com/cosmos/cosmos-sdk/pull/18506) Detect the length of the ed25519 pubkey in CreateValidator to prevent panic.