changelog for better init

This commit is contained in:
rigelrozanski 2018-04-26 14:33:02 -04:00
parent 3a4813ff01
commit 9b645836e3
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,10 @@ FEATURES:
* MountStoreWithDB without providing a custom store works.
* Repo is now lint compliant / GoMetaLinter with tendermint-lint integrated into CI
* Better key output, pubkey go-amino hex bytes now output by default
* gaiad init overhaul
* Create genesis transactions with `gaiad init gen-tx`
* New genesis account keys are automatically added to the client keybase (introduce `--client-home` flag)
* Initialize with genesis txs using `--gen-txs` flag
BREAKING CHANGES
@ -25,6 +29,7 @@ BREAKING CHANGES
* Type as a prefix naming convention applied (ex. BondMsg -> MsgBond)
* Removed redundancy in names (ex. stake.StakeKeeper -> stake.Keeper)
* Removed SealedAccountMapper
* gaiad init now requires use of `--name` flag
BUG FIXES
* Gaia now uses stake, ported from github.com/cosmos/gaia