v0.21.0
x/batch
: increase maximum number of messages to 15cmd/bnscli
: a new commandmnemonic
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
appendsoption go_package = "github.com/iov-one/weave";
to prevent protoc error in weave based frameworkscmd/bnscli
support for more query endpointsbnsd/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 Versioncmd/bnscli
: now expects VersionedIDRef to be serialised using the new format