Skip to content

Tags: p-/did-resolver

Tags

improve-resolver


    

v2.0.0

feat!: Support v2 protos [DEV-1912] (cheqd#67)

* feat: Support v2 protos

* fix: Remove local dependency

* fix: Test cases

* feat: Remove fixCheckSum helper

* build: Upgrade cheqd-node

* Update to latest cheqd-node package

* Update Dockerfile

* fix: Resolution metadata unittest

* feat: Support version query && fix Unit tests

* feat: Parse verification material in result

* feat: Support Migrated DIDs

* feat: Add query in swagger && fix unit test

* build: Upgrade cheqd-node

* fix: Modify publicKeyJWK type

* go mod tidy

* go mod tidy

* feat: Upgrade latest cheqd-node

* feat: Update verificationMethod resolution

* build: Upgrade latest cheqd-node

* fix: Error comparison

* Fix problem with integration tests

* Refactor unit tests

* Update RESOURCE_DATA variable

* Commit Mainnet DIDs in integration tests

* test: Add migrated DID tests

* feat: Add verificationKey contexts

* fix: Uint tests

* Add API for getting DIDDoc specific version

* Add integration test for testing API for getting specific DID version

* Add negative integration test for testing API getting specific DID version

* Add API for getting all DIDDoc versions

* Refactor code

* Add integration tests for testing get all DID versions API

* Change API for getting metadata for all resources in collection

* Remove not need integration tests

* We should use already implemented migrations functions instead of create own

---------

Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Co-authored-by: abdulla-ashurov <abdulla.ashurov@dsr-corporation.com>

v2.0.0-develop.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat!: Support v2 protos [DEV-1912] (cheqd#67)

* feat: Support v2 protos

* fix: Remove local dependency

* fix: Test cases

* feat: Remove fixCheckSum helper

* build: Upgrade cheqd-node

* Update to latest cheqd-node package

* Update Dockerfile

* fix: Resolution metadata unittest

* feat: Support version query && fix Unit tests

* feat: Parse verification material in result

* feat: Support Migrated DIDs

* feat: Add query in swagger && fix unit test

* build: Upgrade cheqd-node

* fix: Modify publicKeyJWK type

* go mod tidy

* go mod tidy

* feat: Upgrade latest cheqd-node

* feat: Update verificationMethod resolution

* build: Upgrade latest cheqd-node

* fix: Error comparison

* Fix problem with integration tests

* Refactor unit tests

* Update RESOURCE_DATA variable

* Commit Mainnet DIDs in integration tests

* test: Add migrated DID tests

* feat: Add verificationKey contexts

* fix: Uint tests

* Add API for getting DIDDoc specific version

* Add integration test for testing API for getting specific DID version

* Add negative integration test for testing API getting specific DID version

* Add API for getting all DIDDoc versions

* Refactor code

* Add integration tests for testing get all DID versions API

* Change API for getting metadata for all resources in collection

* Remove not need integration tests

* We should use already implemented migrations functions instead of create own

---------

Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Co-authored-by: abdulla-ashurov <abdulla.ashurov@dsr-corporation.com>

v1.3.0

fix: Uint tests

v1.2.5

build: Change cheqd-node

v1.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(docs): Autogenerate Swagger docs [DEV-1839] (cheqd#57)

* docs: Add swagger docs
* docs: Update swagger docs

* Update dependencies

* Linter fixes

* Extend Resolver functionality

* go mod tidy

* gofumpt -l -w .

* fix: Remove swagger files

* feat: Add linted swagger docs

* build: Upgrade pytest

* Update basics

* go mod tidy

* Update diddoc_service.go

* Rename splitDID

* Update base details

* Update base details

* Change base details

* Fix examples in DID APIs

* Resource-specific metadata

* Fetch specific resource

* Fetch all resource metadata

* Update all Swagger docs

* Define dereferencing examples

* Update DIDDoc metadata examples

* Update DIDDoc examples

* Update resolution_metadata.go

* Update diddoc_service.go

* Set API version

* swag fmt

* Add service examples

* Move DID Resolution annotation to ledger_service

* Update constants

* swag fmt all docs after moving

* Remove unused examples

* swag init

* Correct swag error

* PR format check

* go mod tidy

* Update doc formatting error

* Update package-lock.json

* Bump alpine version

Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Co-authored-by: DaevMithran <daevmithran1999@gmail.com>

v1.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(release): Update release tooling dependencies (cheqd#68)

Update package-lock.json

v1.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.51.0 (cheqd#66

)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.51.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.50.1...v1.51.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (cheqd#63

)

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: Add cache cleanup workflows (cheqd#65)

* Update mlc_config.json

* Add cache cleaning scripts

* Remove duplicate linter

* Update tag format

* Add setup go

* Ignore resolver itself