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
* (x/auth) [#15517](https://github.com/cosmos/cosmos-sdk/pull/15517)`NewAccountKeeper` now takes a `KVStoreService` instead of a `StoreKey` and methods in the `Keeper` now take a `context.Context` instead of a `sdk.Context`.
108
+
* (x/nft) [#15588](https://github.com/cosmos/cosmos-sdk/pull/15588)`NewKeeper` now takes a `KVStoreService` instead of a `StoreKey` and methods in the `Keeper` now take a `context.Context` instead of a `sdk.Context`.
109
+
* (x/auth) [#15520](https://github.com/cosmos/cosmos-sdk/pull/15520)`NewAccountKeeper` now takes a `KVStoreService` instead of a `StoreKey` and methods in the `Keeper` now take a `context.Context` instead of a `sdk.Context`.
109
110
* (x/consensus) [#15517](https://github.com/cosmos/cosmos-sdk/pull/15517)`NewKeeper` now takes a `KVStoreService` instead of a `StoreKey`.
110
111
* (x/bank) [#15477](https://github.com/cosmos/cosmos-sdk/pull/15477)`banktypes.NewMsgMultiSend` and `keeper.InputOutputCoins` only accept one input.
111
112
* (mempool) [#15328](https://github.com/cosmos/cosmos-sdk/pull/15328) The `PriorityNonceMempool` is now generic over type `C comparable` and takes a single `PriorityNonceMempoolConfig[C]` argument. See `DefaultPriorityNonceMempoolConfig` for how to construct the configuration and a `TxPriority` type.
0 commit comments