From 25d9a42297682dfdeb074ee7c423212c7b8e7989 Mon Sep 17 00:00:00 2001 From: Andrea Giacobino Date: Fri, 1 Apr 2022 17:30:11 +0200 Subject: [PATCH] chore: update changelog for v1.0.0-rc2 --- CHANGELOG.md | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..851afcf7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,79 @@ + +## [Unreleased] + + + +## [v1.0.0-rc2] - 2022-04-01 +### Chore +- update the aries command example +- update the aries command example +- **integration:** change vars to be idomatic go +- **metadata:** remove did metadata +- **upgrade:** update sdk version to 0.45.x +- **upgrade:** update ibc-go version to 3.0.0 +- **vm:** validate vm when creating +- **vue:** remove frontend code + +### Feat +- add configuration for automatic changelog generation ([#81](https://github.com/elesto-dao/elesto/issues/81)) +- remove net prefix from did doc id +- adding update did seed +- **audit:** improve core logic of did module, marshaling, msg_server, did struct +- **docs:** adding comments to elaborate on did module functionality +- **genesis:** adding import and export of genesis state +- **migration:** set up migration script +- **sims:** add update did doc simulation message +- **sims:** added simulations for determinism, import/export, benchmark +- **test:** add tests to keeper.go and did.go in keeper package + + + +## [v1.0.0-rc1] - 2022-02-23 +### Chore +- remove update did state transition +- remove update did state transition +- pre-v1 cleanup ([#30](https://github.com/elesto-dao/elesto/issues/30)) +- remove testutil folder +- remove testutil folder +- update tests after refactoring +- more ci stuff +- fix test and linting settings +- **proto:** update package in proto files [#23](https://github.com/elesto-dao/elesto/issues/23) +- **proto:** update package in proto files + +### Ci +- fix codecov settings + +### Docs +- amend edits for the did adr ([#40](https://github.com/elesto-dao/elesto/issues/40)) +- port documentation from cosmos-cash ([#34](https://github.com/elesto-dao/elesto/issues/34)) + +### Feat +- add support for publicKeyJwt verification method +- add quality github workflow +- add quality github workflow +- add did module +- add license +- **did:** update module structure +- **proto:** set version of did proto files to v1 +- **proto:** set version of did proto files to v1 +- **simulation:** set up simulation tests with create did message ([#13](https://github.com/elesto-dao/elesto/issues/13)) +- **simulation:** add simulation for add/delete controller msg +- **simulation:** add simulation for add/delete controller msg +- **simulation:** add unit tests to the simulation framework +- **simulation:** add simulations ([#24](https://github.com/elesto-dao/elesto/issues/24)) + +### Fix +- check on uri and did method string ([#22](https://github.com/elesto-dao/elesto/issues/22)) +- check on uri and did method string + +### Test +- increase test coverage + + + +## latest - 2022-01-28 + +[Unreleased]: https://github.com/elesto-dao/elesto/compare/v1.0.0-rc2...HEAD +[v1.0.0-rc2]: https://github.com/elesto-dao/elesto/compare/v1.0.0-rc1...v1.0.0-rc2 +[v1.0.0-rc1]: https://github.com/elesto-dao/elesto/compare/latest...v1.0.0-rc1