cosmos-sdk v0.6.1 Release Notes

Release Date: 2017-06-28 // almost 7 years ago
  • ๐Ÿ›  Make lots of small cli fixes that arose when people were using the tools for โœ… the testnet.

    ๐Ÿ‘Œ IMPROVEMENTS:

    • 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
      • merkleeyes no longers spams the logs... unless you want it
        • Example: basecoin start --log_level="merkleeyes:info,state:info,*:error"
        • Example: basecoin start --log_level="merkleeyes:debug,state:info,*:error"
    • basecli
      • basecli init is more intelligent and only complains if there really was a connected chain, not just random files
      • support localhost:46657 or http://localhost:46657 format for nodes, not just tcp://localhost:46657
      • Add --genesis to init to specify chain-id and validator hash
        • Example: basecli init --node=localhost:46657 --genesis=$HOME/.basecoin/genesis.json
      • basecli rpc has a number of methods to easily accept tendermint rpc, and verifies what it can

    ๐Ÿ› BUG FIXES:

    • basecli
      • basecli query account accepts hex account address with or without 0x prefix
      • gives error message when running commands on an unitialized chain, rather than some unintelligable panic