Changelog [Unreleased] Features #14649 The x/feegrant module is extracted to have a separate go.mod file which allows it to be a standalone module. API Breaking Changes #15606 NewKeeper now takes a KVStoreService instead of a StoreKey and methods in the Keeper now take a context.Context instead of a sdk.Context. #15347 Remove global bech32 usage in keeper. #15347 ValidateBasic is treated as a no op now with with acceptance of RFC001