Skip to content

Commit

Permalink
chore: update changelog for v1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea committed Apr 1, 2022
1 parent 81dbdd2 commit 25d9a42
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v1.0.0-rc2"></a>
## [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


<a name="v1.0.0-rc1"></a>
## [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


<a name="latest"></a>
## 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

0 comments on commit 25d9a42

Please sign in to comment.