You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.