Skip to content

Commit

Permalink
Update dependencies and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Jun 26, 2017
1 parent f5a5468 commit 7a09fbd
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.6.1 (TBD)

Make lots of small cli fixes that arose when people were using the tools for
the testnet.

ENHANCEMENTS:
- basecoin
- `basecoin start` supports all flags that `tendermint node` does, such as
`--rpc.laddr`, `--p2p.seeds`, and `--p2p.skip_upnp`
- fully supports `--log_level` and `--trace` for logger configuration
- basecli
- `basecli query account` accepts hex account address with or without `0x`
prefix
- `basecli init` is more intelligent and only complains if there really was
a connected chain
- support `localhost:46657` or `http://localhost:46657` format for nodes,
not just `tcp://localhost:46657`
- gives error message when running commands on an unitialized chain, rather
than some unintelligable panic


## 0.6.0 (June 22, 2017)

Make the basecli command the only way to use client-side, to enforce best
Expand Down
22 changes: 11 additions & 11 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a09fbd

Please sign in to comment.