You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: use require for assertions and add changelog entry
- Refactor integration tests to use testify/require instead of gotest.tools/assert
- Add breaking change entry to CHANGELOG.md for bond_denom validation
- This addresses reviewer feedback for strict failure modes in tests
Signed-off-by: bit2swaz <bit2swaz@gmail.com>
* (x/staking) [#25724](https://github.com/cosmos/cosmos-sdk/issues/25724) Validate `BondDenom` in `MsgUpdateParams` to prevent setting non-existent or zero-supply denoms.
43
44
*[#25090](https://github.com/cosmos/cosmos-sdk/pull/25090) Moved deprecated modules to `./contrib`. These modules are still available but will no longer be actively maintained or supported in the Cosmos SDK Bug Bounty program.
0 commit comments