From e149d27f1c7333df52fb01f0c70700fb91373818 Mon Sep 17 00:00:00 2001 From: rigelrozanski Date: Thu, 19 Apr 2018 13:16:09 -0400 Subject: [PATCH] lint changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d31ce6cbb..26f9d105a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ FEATURES: * Add FeeHandler to ante handler * Gaia stake commands include, DeclareCandidacy, EditCandidacy, Delegate, Unbond * MountStoreWithDB without providing a custom store works. +* Repo is now lint compliant / GoMetaLinter with tendermint-lint integrated into CI BREAKING CHANGES @@ -17,6 +18,9 @@ BREAKING CHANGES * [store] Add `SubspaceIterator` and `ReverseSubspaceIterator` to `KVStore` interface * [basecoin] NewBasecoinApp takes a `dbm.DB` and uses namespaced DBs for substores * All module keepers now require a codespace, see basecoin or democoin for usage +* Many changes to names throughout + * Type as a prefix naming convention applied (ex. BondMsg -> MsgBond) + * Removed redundancy in names (ex. stake.StakeKeeper -> stake.Keeper) BUG FIXES * Gaia now uses stake, ported from github.com/cosmos/gaia