changelog
This commit is contained in:
parent
caf8c77dce
commit
c057a71f5b
|
@ -13,6 +13,7 @@ BREAKING CHANGES
|
|||
* [x/auth] got rid of AccountMapper interface (in favor of the struct already in auth module)
|
||||
* [x/auth] removed the FeeHandler function from the AnteHandler, Replaced with FeeKeeper
|
||||
* [x/auth] Removed GetSignatures() from Tx interface (as different Tx styles might use something different than StdSignature)
|
||||
* [store] Removed SubspaceIterator and ReverseSubspaceIterator from KVStore interface and replaced them with helper functions in /types
|
||||
|
||||
BUG FIXES
|
||||
|
||||
|
|
Loading…
Reference in New Issue