Skip to content

v0.21.0

Compare
Choose a tag to compare
@ruseinov ruseinov released this 22 Aug 14:19
daf88af
  • x/batch: increase maximum number of messages to 15
  • cmd/bnscli: a new command mnemonic was added for generating a random
    mnemonic as described in BIP-39.
  • weave.Options: add an option to stream json for lower memory footprint
    when parsing large json objects.
  • cmd/bnscli: when a transaction is submitted, for certain messages parse
    returned response data and print it in a human readable format.
  • clean_protos.sh appends option go_package = "github.com/iov-one/weave";
    to prevent protoc error in weave based frameworks
  • cmd/bnscli support for more query endpoints
  • bnsd/x/username was updated and now the username validation rules are
    defined dynamically via gconf powered configuration.

Breaking changes

  • cmd/bnscli: keygen command was updated and requires a mnemonic to
    generate a key.
  • orm: VersionedIDRef is now de/serialized by appending BigEndian ID and BigEndian Version
  • cmd/bnscli: now expects VersionedIDRef to be serialised using the new format