Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 7 KB

CHANGELOG.md

File metadata and controls

59 lines (51 loc) · 7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2020-12-15)

Features

  • account: add freeze account functionality (1eb38cc)
  • auth: only verified users can use protocol (74d6a95)
  • bdd: add create issuer functionality (233d8aa)
  • bdd: add initial feature file (4b83978)
  • bdd: minting and burning tokens (2dbac02)
  • consensus: remove staking consensus in favor of poa (de94e7f)
  • cred: add roles to actors (ff5128c)
  • cred: check role when creating issuer (8907c5c)
  • frontend: display did documents and verifiable creds (2065843)
  • add role verifiable credential to did documents (39e269f)
  • cred: add verifiable credential basic functionality (0e8b585)
  • cred: add verifiable credential types (d3ca819)
  • did: did document initial implementation (f980b61)
  • frontend: issuer admin commands (4b39747)
  • init: initialize project using starport (#1) (d37a2ef)
  • issuers: create issuers and coins (2e7995a)
  • issuers: initial module scaffold (820b9ea)
  • kick: kick validators from the validator set (a1dac17)
  • local-net: add local network for testing consensus (15c184e)
  • params: adding params for poa module (29267f2)
  • params: adding tests for params (89177b7)
  • regulator: add regulator module scaffold (0cdd01e)
  • regulator: adding round trip functionality for regulators (80226be)
  • regulator: initial regulator impl (9bf8488)
  • decentralized identity module initialization (8911cd4)
  • frontend: issuer can freeze and unfreeze token (d6a7400)
  • poa: initial implementation of poa consensus (6ed6418)
  • spec: add issuer spec (58e9b38)
  • test: add issuer handler tests (b9a21d1)
  • test: add issuer keeper unit tests (f2e5f0b)
  • testnet: adding nodes to the consensus (d3be5b8)
  • tokens: issuer can mint and burn tokens (cc14b4a)
  • validators: update frontend to display validators (273ce5e)
  • add issuer fee on each trade (2874230)
  • add validator description to create validator msg (762eae7)
  • add vote and create_validator events (073a26d)
  • issuers can freeze/unfreeze tokens (5a33aa2)
  • update front end to use material design (8606675)
  • update frontend for issuers (9656cd2)
  • withdraw coins (df3d030)
  • web-ui: simple web-ui for consensus and issuers (4f7ad04)

Bug Fixes

  • did: incorrect store key for did module (c3c48c1)
  • add binary bare marshaling (ef558a6)
  • issuer can freeze individual token (8d463b0)
  • issuer can have multiple tokens (6a8fe33)
  • remove validator from set (dd93e41)