Skip to content

Commit

Permalink
fix: Use fixed length hex for pointer at FwdCapabilityKey (backport c…
Browse files Browse the repository at this point in the history
…osmos#11737) (cosmos#12818)

* fix: Use fixed length hex for pointer at FwdCapabilityKey (backport cosmos#11737)

* Update CHANGELOG.md

* add comments and unit tests
  • Loading branch information
yihuang authored and JeancarloBarrios committed Sep 28, 2024
1 parent 13e0346 commit c1ffdfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/mint) [#12384](https://github.com/cosmos/cosmos-sdk/pull/12384) Ensure `GoalBonded` must be positive when performing `x/mint` parameter validation.
* (simapp) [#12437](https://github.com/cosmos/cosmos-sdk/pull/12437) fix the non-determinstic behavior in simulations caused by `GenTx` and check
empty coins slice before it is used to create `banktype.MsgSend`.
* (x/capability) [12818](https://github.com/cosmos/cosmos-sdk/pull/12818) Use fixed length hex for pointer at FwdCapabilityKey.

## [v0.45.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.6) - 2022-06-28

Expand Down

0 comments on commit c1ffdfe

Please sign in to comment.