Releases: cheqd/cheqd-node
Releases · cheqd/cheqd-node
v0.6.0-rc2
What's Changed
- fix: Consensus issue with Resource.created by @Toktar in #344
- fix: Small fixes for installer after testing by @anikitinDSR in #343
Full Changelog: v0.6.0-rc1...v0.6.0-rc2
v0.6.0-rc1
What's Changed
- [DEV-1171] Add additional instruction for updating from 0.4.x version by @anikitinDSR in #301
- [DEV-1044] Fix gas estimation for cheqd transactions by @askolesov in #302
- [DEV-968] Bump cosmos sdk version to 45.1 by @askolesov in #305
- Bump cheqd version to 0.5.0 in docs by @Toktar in #307
- Dispatch workflow by @ankurdotb in #308
- DEV-520 - Chore: Added Github CodeQL Action by @jay-dee7 in #303
- [DEV-1096] Improve release processes by @anikitinDSR in #304
- build(tooling): Fixing workflows to main branch version by @ankurdotb in #313
- [DEV-1319] Add helper to convert ed25519 pubkeys to jwk by @askolesov in #321
- Fix workflow calls to refer local versions instead of master by @askolesov in #322
- Proposal CLI Registration by @keupsonite in #323
- Add gofumpt check to the lint workflow by @askolesov in #324
- Add a workflow to lint semantic prs by @askolesov in #326
- test: Add Cosmovisor support for tests [DEV-1278] by @anikitinDSR in #320
- chore: Bump cosmos sdk to v0.45.4 by @askolesov in #328
- Make it compilable by @anikitinDSR in #331
- docs: Remove all documentation from cheqd-node to node-docs repo [DEV-1320] by @ankurdotb in #333
- feat: Add resource module (DEV-1281) by @Toktar in #330
- fix: Get linter back by @anikitinDSR in #338
- feat!: Interactive installer for cheqd-node with Cosmovisor support [DEV-1321] by @anikitinDSR in #329
- feat(ibc): Bump IBC to v3 and update associated upgrade tests [DEV-807] by @askolesov in #334
- test: Add resources to upgrade integration tests by @Toktar in #340
- fix: Get rid of debian package for release by @anikitinDSR in #341
New Contributors
- @keupsonite made their first contribution in #323
Full Changelog: v0.5.0...v0.6.0-rc1
v0.5.0
What's Changed
New Features
Identity
- DEV-1079: Split validation into basic and dynamic by @askolesov in #285
- DEV-1080, DEV-710: Update
VersionId
andUpdate
DID metadata fields by @Toktar in #294 - [DEV-705] Verification method keys validation by @anikitinDSR in #292
- Update deb-package-upgrade.md by @Toktar in #274
- Update Identity Ledger API by @Toktar in #167
- Add euox pipefail check for bash scripts by @askolesov in #266
- Add DID static validation without tests by @askolesov in #291
- [DEV-705] did validation by @askolesov in #295
- [DEV-705]The latest changes around UpdateDid functionality by @askolesov in #297
- DEV-804: Change DidNamespaceKey to
did-namespace:
by @Toktar in #298
Infrastructure
- Refactor: Docker Compose Easy Setup by @jay-dee7 in #250
- Refactorings for postremove actions for debian pacakge by @anikitinDSR in #279
- Unified network configuration generation by @askolesov in #267
- DEV 841: Further docker, tests improvements by @askolesov in #280
- [DEV-826] Additional txns before upgrade by @anikitinDSR in #276
- Dividing images into
cheqd-cli
andcheqd-node
by @anikitinDSR in #278 - Genesis for cheqd-testnet-4 by @askolesov in #269
Technical Debt, Bug Fixes & Tests
- Fix state export by @askolesov in #257
- Fix commission withdraw in state export by @askolesov in #261
- Genesis for cheqd-testnet-3 chain by @askolesov in #262
- Get rid of circle dependencies from vdrtools by @anikitinDSR in #270
-
- Add testnet namespace by @anikitinDSR in #254
- Test for positive case of upgrade process by @anikitinDSR in #268
- Reduce logrotate retention period to 7 days by @ankurdotb in #263
- Improve Github Actions by adding super linter by @askolesov in #264
- Backmerge v0.3.x by @askolesov in #260
- Fix codecs by @askolesov in #255
- DEV-1036 Super Linter update by @ankurdotb in #289
- Dev 1151: Test pipeline and markdown linter issues fixes by @askolesov in #296
- [DEV-705] Fix e2e tests by @askolesov in #299
- [DEV-705] e2e test fixes by @askolesov in #300
- DEV-1076: Move state-sync script to scripts directory by @anikitinDSR in #287
- prep for rocks state sync by @faddat in #277
- Small fixes for postpurge script by @anikitinDSR in #290
Architecture & Documentation
- Add docs for how-to-setup keys with Ledger Nano devices by @anikitinDSR in #252
- Revert fastsync version to
v0
by @askolesov in #256 -
- Documentation about API for keys and pool methods. by @anikitinDSR in #133
- Add ADR for keys derivation by @anikitinDSR in #139
- Tweeddalex setup help by @Tweeddalex in #231
- Bumped version numbers in instructions + added Docker compose by @ankurdotb in #293
Full Changelog: v0.4.0...v0.5.0
v0.5.0-rc2
What's Changed
Full Changelog: v0.5.0-rc1...v0.5.0-rc2
v0.5.0-rc1
What's Changed
Full Changelog: v0.5.0-dev14...v0.5.0-rc1
v0.5.0-dev14
What's Changed
- Add docs for how-to-setup keys with Ledger Nano devices by @anikitinDSR in #252
- Add testnet namespace by @anikitinDSR in #254
- Revert fastsync version to
v0
by @askolesov in #256 - Fix state export by @askolesov in #257
- Fix commission withdraw in state export by @askolesov in #261
- Genesis for cheqd-testnet-3 chain by @askolesov in #262
- Reduce logrotate retention period to 7 days by @ankurdotb in #263
- Backmerge v0.3.x by @askolesov in #260
- Fix codecs by @askolesov in #255
- Improve Github Actions by adding super linter by @askolesov in #264
- Add euox pipefail check for bash scripts by @askolesov in #266
- Genesis for cheqd-testnet-4 by @askolesov in #269
- Update deb-package-upgrade.md by @Toktar in #274
- Refactor: Docker Compose Easy Setup by @jay-dee7 in #250
- Get rid of circle dependencies from vdrtools by @anikitinDSR in #270
- Test for positive case of upgrade process by @anikitinDSR in #268
- [DEV-826] Additional txns before upgrade by @anikitinDSR in #276
- Dividing images into
cheqd-cli
andcheqd-node
by @anikitinDSR in #278 - Refactorings for postremove actions for debian pacakge by @anikitinDSR in #279
- Unified network configuration generation by @askolesov in #267
- DEV 841: Further docker, tests improvements by @askolesov in #280
- Documentation about API for keys and pool methods. by @anikitinDSR in #133
- prep for rocks state sync by @faddat in #277
- Add ADR for keys derivation by @anikitinDSR in #139
- DEV-1076: Move state-sync script to scripts directory by @anikitinDSR in #287
- Update Identity Ledger API by @Toktar in #167
- Tweeddalex setup help by @Tweeddalex in #231
- Add DID static validation without tests by @askolesov in #291
- Small fixes for postpurge script by @anikitinDSR in #290
- DEV-1036 Super Linter update by @ankurdotb in #289
- [DEV-705] Verification method keys validation by @anikitinDSR in #292
- Bumped version numbers in instructions + added Docker compose by @ankurdotb in #293
- Dev 705 did validation by @askolesov in #295
- Dev 1151: Test pipeline and markdown linter issues fixes by @askolesov in #296
- [DEV-705] The latest changes around UpdateDid functionality by @askolesov in #297
- [DEV-705] Fix e2e tests by @askolesov in #299
- [DEV-705] e2e test fixes by @askolesov in #300
- DEV-1079: Split validation into basic and dynamic by @askolesov in #285
New Contributors
Full Changelog: v0.4.0...v0.5.0-dev14
v0.4.1
What's Changed
- Docker Compose Easy Setup (#250) (Jasdeep Singh)
- 3f396bb: Add euox pipefail check for bash scripts (#266) (Alexander Kolesov)
- c58dfeb: Test for positive case of upgrade process (#268) (Andrew Nikitin)
- b77dd85: Refactor Debian package installer to handle upgrade scenarios better (#279) (Andrew Nikitin)
- c6f4ce8: Unified network configuration generation (#267) (Alexander Kolesov)
- f9806ec: DEV 841: Further docker, tests improvements (#280) (Alexander Kolesov)
- e320161: Updated recommended docker image version (Ankur Banerjee)
- bc9e913: Revert fastsync version to
v0
(#256) (Alexander Kolesov) - 4f9fa8e: Fix small errors around postpurge script (Andrew Nikitin)
- 25528ef: Make the same style (Andrew Nikitin)
Full Changelog: v0.4.0...v0.4.1
v0.5.0-dev13
What's Changed
- Add docs for how-to-setup keys with Ledger Nano devices by @anikitinDSR in #252
- Add testnet namespace by @anikitinDSR in #254
- Revert fastsync version to
v0
by @askolesov in #256 - Fix state export by @askolesov in #257
- Fix commission withdraw in state export by @askolesov in #261
- Genesis for cheqd-testnet-3 chain by @askolesov in #262
- Reduce logrotate retention period to 7 days by @ankurdotb in #263
- Backmerge v0.3.x by @askolesov in #260
- Fix codecs by @askolesov in #255
- Improve Github Actions by adding super linter by @askolesov in #264
- Add euox pipefail check for bash scripts by @askolesov in #266
- Genesis for cheqd-testnet-4 by @askolesov in #269
- Update deb-package-upgrade.md by @Toktar in #274
- Refactor: Docker Compose Easy Setup by @jay-dee7 in #250
- Get rid of circle dependencies from vdrtools by @anikitinDSR in #270
- Test for positive case of upgrade process by @anikitinDSR in #268
- [DEV-826] Additional txns before upgrade by @anikitinDSR in #276
- Dividing images into
cheqd-cli
andcheqd-node
by @anikitinDSR in #278 - Refactorings for postremove actions for debian pacakge by @anikitinDSR in #279
- Unified network configuration generation by @askolesov in #267
New Contributors
Full Changelog: v0.4.0...v0.5.0-dev13
v0.5.0-dev11
What's Changed
- Add docs for how-to-setup keys with Ledger Nano devices by @anikitinDSR in #252
- Add testnet namespace by @anikitinDSR in #254
- Revert fastsync version to
v0
by @askolesov in #256 - Fix state export by @askolesov in #257
- Fix commission withdraw in state export by @askolesov in #261
- Genesis for cheqd-testnet-3 chain by @askolesov in #262
- Reduce logrotate retention period to 7 days by @ankurdotb in #263
- Backmerge v0.3.x by @askolesov in #260
- Fix codecs by @askolesov in #255
- Improve Github Actions by adding super linter by @askolesov in #264
- Add euox pipefail check for bash scripts by @askolesov in #266
- Genesis for cheqd-testnet-4 by @askolesov in #269
- Update deb-package-upgrade.md by @Toktar in #274
- Refactor: Docker Compose Easy Setup by @jay-dee7 in #250
- Get rid of circle dependencies from vdrtools by @anikitinDSR in #270
- Test for positive case of upgrade process by @anikitinDSR in #268
- [DEV-826] Additional txns before upgrade by @anikitinDSR in #276
- Dividing images into
cheqd-cli
andcheqd-node
by @anikitinDSR in #278 - Refactorings for postremove actions for debian pacakge by @anikitinDSR in #279
- Unified network configuration generation by @askolesov in #267
New Contributors
Full Changelog: v0.4.0...v0.5.0-dev11
v0.5.0-dev6
What's Changed
- Add docs for how-to-setup keys with Ledger Nano devices by @anikitinDSR in #252
- Add testnet namespace by @anikitinDSR in #254
- Revert fastsync version to
v0
by @askolesov in #256 - Fix state export by @askolesov in #257
- Fix commission withdraw in state export by @askolesov in #261
- Genesis for cheqd-testnet-3 chain by @askolesov in #262
- Reduce logrotate retention period to 7 days by @ankurdotb in #263
- Backmerge v0.3.x by @askolesov in #260
- Fix codecs by @askolesov in #255
- Improve Github Actions by adding super linter by @askolesov in #264
- Add euox pipefail check for bash scripts by @askolesov in #266
Full Changelog: v0.4.0...v0.5.0-dev6