Update CHANGELOG for some of the 0.6 enhancements

This commit is contained in:
Ethan Frey 2017-06-16 13:51:48 +02:00
parent 985db9c747
commit 75425b9bc1
1 changed files with 24 additions and 0 deletions

View File

@ -1,5 +1,29 @@
# Changelog
## 0.6.0 (???)
BREAKING CHANGES:
- basecli
- `basecli proof state get` -> `basecli query key`
- `basecli proof tx get` -> `basecli query tx`
- `basecli proof state get --app=account` -> `basecli query account`
- use `--chain-id` not `--chainid` for consistency
- update to use `--trace` not `--debug` for stack traces on errors
- complete overhaul on how tx and query subcommands are added. (see counter or trackomatron for examples)
- no longer supports counter app (see new countercli)
- basecoin
- removed all client side functionality from it (use basecli now for proofs)
ENHANCEMENTS:
- intergrates tendermint 0.10.0 (not the rc-2, but the real thing)
- commands return error code (1) on failure for easier script testing
- add `reset_all` to basecli, and never delete keys on `init`
- new shutil based unit tests, with better coverage of the cli actions
BUG FIXES:
- no longer panics on missing app_options in genesis (thanks, anton)
## 0.5.2 (June 2, 2017)
BUG FIXES: