Skip to content

v0.18.0

Compare
Choose a tag to compare
@husio husio released this 01 Jul 10:10
a9cbdc8
  • bnsd/x/username genesis initializer implemented and included in bnsd.
  • 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: all bnsd 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 and sender to source
    • rename dst and recipient to destination