From 9b645836e36389466a5e088b9a3c240963e4bc8c Mon Sep 17 00:00:00 2001 From: rigelrozanski Date: Thu, 26 Apr 2018 14:33:02 -0400 Subject: [PATCH] changelog for better init --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618db746a..539c99735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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