Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

36 lines (30 loc) · 1.54 KB

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