Skip to content

v0.22.0

Compare
Choose a tag to compare
@husio husio released this 26 Nov 11:41
4f11e04

Changelog:

  • x/username: allow to change configuration via message
  • gconf: allow to provide an optional authentication address that will be
    used to authenticate a configuration creation message. This solves a
    chicken-egg problem of when the confgiuration was not created via genesis.
  • migrations: when upgrading the schema version an explicit version must be
    provided. This is required to ensure at most one delivery.
  • cmd/bnscli can create a schema upgrade transaction.
  • Blue Account functionality was implememented in cmd/bnsd/x/blueaccount but
    not integrated into cmd/bnsd application.
  • orm: implement SerialModelBucket that provides a better API to interact with datastore.
  • migration: implement migration for SerialModelBucket.