changelog

This commit is contained in:
sunnya97 2018-05-26 18:04:47 -07:00
parent caf8c77dce
commit c057a71f5b
1 changed files with 1 additions and 0 deletions

View File

@ -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