v0.18.0
bnsd/x/username
genesis initializer implemented and included inbnsd
.- Support gov proposal vote, deletion and tally in
bnscli
- Support gov proposal text resolution, update electorate, update election rules in
bnscli
- Added
x/utils.ActionTagger
: allbnsd
transactions now have
action=${msg.Path()}
tags. If there is a batch, there is one tag per
sub-message. If it is a governance tally, the TallyMsg as well as the
option (message executed on behalf of the governance stack) is tagged.
Breaking changes
- Unify all message paths to follow pattern
<package>/<message_name>
app.Router
interface was changed. Handler registration requires a message
and not message path.- Unify all message attribute names
- rename
src
andsender
tosource
- rename
dst
andrecipient
todestination
- rename