@cheqd/sdk 3.0.2 → 3.1.0-develop.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/build/cjs/index.d.ts +14 -14
  2. package/build/cjs/index.d.ts.map +1 -1
  3. package/build/cjs/index.js +60 -60
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/modules/_.d.ts +3 -3
  6. package/build/cjs/modules/_.d.ts.map +1 -1
  7. package/build/cjs/modules/did.d.ts +5 -5
  8. package/build/cjs/modules/did.d.ts.map +1 -1
  9. package/build/cjs/modules/did.js +36 -36
  10. package/build/cjs/modules/did.js.map +1 -1
  11. package/build/cjs/modules/resource.d.ts +6 -6
  12. package/build/cjs/modules/resource.d.ts.map +1 -1
  13. package/build/cjs/modules/resource.js +15 -15
  14. package/build/cjs/modules/resource.js.map +1 -1
  15. package/build/cjs/querier.d.ts +1 -1
  16. package/build/cjs/querier.d.ts.map +1 -1
  17. package/build/cjs/signer.d.ts +6 -6
  18. package/build/cjs/signer.d.ts.map +1 -1
  19. package/build/cjs/signer.js +14 -14
  20. package/build/cjs/signer.js.map +1 -1
  21. package/build/cjs/types.d.ts +4 -4
  22. package/build/cjs/types.d.ts.map +1 -1
  23. package/build/cjs/utils.d.ts +1 -1
  24. package/build/cjs/utils.d.ts.map +1 -1
  25. package/build/cjs/utils.js +21 -21
  26. package/build/cjs/utils.js.map +1 -1
  27. package/build/esm/index.d.ts +45 -0
  28. package/build/esm/index.d.ts.map +1 -0
  29. package/build/esm/index.js +89 -0
  30. package/build/esm/index.js.map +1 -0
  31. package/build/esm/modules/_.d.ts +20 -0
  32. package/build/esm/modules/_.d.ts.map +1 -0
  33. package/build/esm/modules/_.js +40 -0
  34. package/build/esm/modules/_.js.map +1 -0
  35. package/build/esm/modules/did.d.ts +109 -0
  36. package/build/esm/modules/did.d.ts.map +1 -0
  37. package/build/esm/modules/did.js +441 -0
  38. package/build/esm/modules/did.js.map +1 -0
  39. package/build/esm/modules/resource.d.ts +62 -0
  40. package/build/esm/modules/resource.d.ts.map +1 -0
  41. package/build/esm/modules/resource.js +165 -0
  42. package/build/esm/modules/resource.js.map +1 -0
  43. package/build/esm/querier.d.ts +11 -0
  44. package/build/esm/querier.d.ts.map +1 -0
  45. package/{src/querier.ts → build/esm/querier.js} +8 -17
  46. package/build/esm/querier.js.map +1 -0
  47. package/build/esm/registry.d.ts +4 -0
  48. package/build/esm/registry.d.ts.map +1 -0
  49. package/build/esm/registry.js +9 -0
  50. package/build/esm/registry.js.map +1 -0
  51. package/build/esm/signer.d.ts +36 -0
  52. package/build/esm/signer.d.ts.map +1 -0
  53. package/build/esm/signer.js +197 -0
  54. package/build/esm/signer.js.map +1 -0
  55. package/build/esm/types.d.ts +80 -0
  56. package/build/esm/types.d.ts.map +1 -0
  57. package/build/esm/types.js +22 -0
  58. package/build/esm/types.js.map +1 -0
  59. package/build/esm/utils.d.ts +18 -0
  60. package/build/esm/utils.d.ts.map +1 -0
  61. package/{src/utils.ts → build/esm/utils.js} +81 -131
  62. package/build/esm/utils.js.map +1 -0
  63. package/build/types/index.d.ts +14 -14
  64. package/build/types/index.d.ts.map +1 -1
  65. package/build/types/modules/_.d.ts +3 -3
  66. package/build/types/modules/_.d.ts.map +1 -1
  67. package/build/types/modules/did.d.ts +5 -5
  68. package/build/types/modules/did.d.ts.map +1 -1
  69. package/build/types/modules/resource.d.ts +6 -6
  70. package/build/types/modules/resource.d.ts.map +1 -1
  71. package/build/types/querier.d.ts +1 -1
  72. package/build/types/querier.d.ts.map +1 -1
  73. package/build/types/signer.d.ts +6 -6
  74. package/build/types/signer.d.ts.map +1 -1
  75. package/build/types/types.d.ts +4 -4
  76. package/build/types/types.d.ts.map +1 -1
  77. package/build/types/utils.d.ts +1 -1
  78. package/build/types/utils.d.ts.map +1 -1
  79. package/package.json +28 -16
  80. package/.github/ISSUE_TEMPLATE/bug-report.yml +0 -74
  81. package/.github/ISSUE_TEMPLATE/config.yml +0 -14
  82. package/.github/ISSUE_TEMPLATE/feature-request.yaml +0 -27
  83. package/.github/dependabot.yml +0 -43
  84. package/.github/linters/.commitlint.rules.cjs +0 -37
  85. package/.github/linters/.eslintrc.json +0 -18
  86. package/.github/linters/.markdown-lint.yml +0 -139
  87. package/.github/linters/mlc_config.json +0 -13
  88. package/.github/workflows/build.yml +0 -26
  89. package/.github/workflows/cleanup-actions.yml +0 -45
  90. package/.github/workflows/cleanup-cache-automatic.yml +0 -24
  91. package/.github/workflows/cleanup-cache-manual.yml +0 -21
  92. package/.github/workflows/codeql.yml +0 -40
  93. package/.github/workflows/dispatch.yml +0 -30
  94. package/.github/workflows/lint.yml +0 -51
  95. package/.github/workflows/pull-request.yml +0 -48
  96. package/.github/workflows/release.yml +0 -42
  97. package/.github/workflows/test.yml +0 -66
  98. package/.releaserc.json +0 -60
  99. package/CHANGELOG.md +0 -325
  100. package/CODE_OF_CONDUCT.md +0 -81
  101. package/NOTICE.md +0 -10
  102. package/SECURITY.md +0 -12
  103. package/docker/Dockerfile +0 -55
  104. package/docker/entrypoint.sh +0 -58
  105. package/docker/localnet/build-latest.env +0 -7
  106. package/docker/localnet/container-env/observer-0.env +0 -13
  107. package/docker/localnet/container-env/seed-0.env +0 -17
  108. package/docker/localnet/container-env/validator-0.env +0 -13
  109. package/docker/localnet/container-env/validator-1.env +0 -13
  110. package/docker/localnet/container-env/validator-2.env +0 -13
  111. package/docker/localnet/container-env/validator-3.env +0 -13
  112. package/docker/localnet/docker-compose.yml +0 -281
  113. package/docker/localnet/gen-network-config.sh +0 -259
  114. package/docker/localnet/import-keys.sh +0 -31
  115. package/jest.config.js +0 -6
  116. package/src/index.ts +0 -192
  117. package/src/modules/_.ts +0 -61
  118. package/src/modules/did.ts +0 -601
  119. package/src/modules/resource.ts +0 -247
  120. package/src/registry.ts +0 -13
  121. package/src/signer.ts +0 -297
  122. package/src/types.ts +0 -110
  123. package/tests/index.test.ts +0 -155
  124. package/tests/modules/did.test.ts +0 -985
  125. package/tests/modules/resource.test.ts +0 -991
  126. package/tests/signer.test.ts +0 -202
  127. package/tests/testutils.test.ts +0 -29
  128. package/tests/utils.test.ts +0 -77
  129. package/tsconfig.cjs.json +0 -8
  130. package/tsconfig.json +0 -84
  131. package/tsconfig.types.json +0 -10
@@ -1,30 +0,0 @@
1
- name: "Workflow Dispatch"
2
- on: push
3
- concurrency:
4
- group: ${{ github.workflow }}-${{ github.ref }}
5
- cancel-in-progress: true
6
-
7
-
8
- jobs:
9
-
10
- call-lint:
11
- name: "Lint"
12
- uses: ./.github/workflows/lint.yml
13
-
14
- call-build:
15
- name: "Build & Test"
16
- needs: call-lint
17
- uses: ./.github/workflows/build.yml
18
-
19
- call-test:
20
- name: "Tests"
21
- needs: call-build
22
- uses: ./.github/workflows/test.yml
23
- secrets: inherit
24
-
25
- call-release:
26
- name: "Release"
27
- needs: call-test
28
- if: ${{ github.ref_protected == true }}
29
- uses: ./.github/workflows/release.yml
30
- secrets: inherit
@@ -1,51 +0,0 @@
1
- name: "Lint"
2
- on:
3
- workflow_call:
4
- defaults:
5
- run:
6
- shell: bash
7
-
8
-
9
- jobs:
10
-
11
- md-link-check:
12
- name: "Broken Markdown links"
13
- runs-on: ubuntu-latest
14
-
15
- steps:
16
- - uses: actions/checkout@v3
17
-
18
- - name: Run Markdown link check
19
- uses: gaurav-nelson/github-action-markdown-link-check@v1
20
- with:
21
- config-file: '.github/linters/mlc_config.json'
22
- use-quiet-mode: 'yes'
23
-
24
- super-lint:
25
- name: "Super Linter"
26
- runs-on: ubuntu-latest
27
-
28
- steps:
29
- - uses: actions/checkout@v3
30
- with:
31
- fetch-depth: 0 # Required to fetch version
32
-
33
- - name: Run Super Linter
34
- uses: github/super-linter/slim@v4
35
- env:
36
- IGNORE_GITIGNORED_FILES: true
37
- DEFAULT_BRANCH: main
38
- LINTER_RULES_PATH: '.github/linters'
39
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
- LOG_LEVEL: WARN
41
- VALIDATE_ALL_CODEBASE: true
42
- MULTI_STATUS: true
43
-
44
- VALIDATE_GITHUB_ACTIONS: true
45
- VALIDATE_JAVASCRIPT_ES: true
46
- VALIDATE_JSONC: true
47
- VALIDATE_JSX: true
48
- VALIDATE_MARKDOWN: true
49
- VALIDATE_TSX: true
50
- VALIDATE_TYPESCRIPT_ES: true
51
- VALIDATE_YAML: true
@@ -1,48 +0,0 @@
1
- name: "PR Title Check"
2
- on:
3
- pull_request_target:
4
- branches:
5
- - main
6
- - develop
7
- - release/**
8
- types:
9
- - opened
10
- - reopened
11
- - edited
12
- - synchronize
13
- - ready_for_review
14
- - review_requested
15
- concurrency:
16
- group: ${{ github.workflow }}-${{ github.ref }}
17
- cancel-in-progress: true
18
-
19
- jobs:
20
- lint-pr:
21
- name: "PR format check"
22
- runs-on: ubuntu-latest
23
-
24
- steps:
25
- - uses: actions/checkout@v3
26
-
27
- - uses: amannn/action-semantic-pull-request@v5.1.0
28
- env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- with:
31
- # Configure which types are allowed (newline delimited).
32
- # Default: https://github.com/commitizen/conventional-commit-types
33
- types: |
34
- feat
35
- fix
36
- build
37
- chore
38
- ci
39
- docs
40
- feat
41
- fix
42
- perf
43
- refactor
44
- revert
45
- style
46
- test
47
- # Configure that a scope must always be provided.
48
- requireScope: false
@@ -1,42 +0,0 @@
1
- name: "Release"
2
- on:
3
- workflow_call:
4
- defaults:
5
- run:
6
- shell: bash
7
-
8
- jobs:
9
- release:
10
- name: "Semantic Release"
11
- runs-on: ubuntu-latest
12
-
13
- steps:
14
- - uses: actions/checkout@v3
15
- with:
16
- fetch-depth: 0
17
- persist-credentials: false
18
-
19
- - uses: actions/setup-node@v3
20
- with:
21
- node-version: 18
22
- cache: 'npm'
23
- cache-dependency-path: '**/package-lock.json'
24
-
25
- - name: "Obtain Github App token"
26
- id: app-token
27
- uses: getsentry/action-github-app-token@v2.0.0
28
- with:
29
- app_id: ${{ secrets.BOT_APP_ID }}
30
- private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
31
-
32
- - name: "Clean install dependencies"
33
- run: npm ci
34
-
35
- - name: "Run npm build"
36
- run: npm run build
37
-
38
- - name: "Execute Semantic Release"
39
- run: npx semantic-release
40
- env:
41
- GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
42
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -1,66 +0,0 @@
1
- name: "Tests"
2
- on:
3
- workflow_call:
4
- defaults:
5
- run:
6
- shell: bash
7
- env:
8
- RUNNER_BIN_DIR: /home/runner/.local/bin
9
- permissions:
10
- contents: write
11
- packages: read
12
- checks: write
13
-
14
- jobs:
15
-
16
- integration-tests:
17
- name: "Integration Tests"
18
- runs-on: ubuntu-20.04
19
-
20
- steps:
21
- - uses: actions/checkout@v3
22
-
23
- - uses: actions/setup-node@v3
24
- with:
25
- node-version: 18
26
- cache: 'npm'
27
- cache-dependency-path: '**/package-lock.json'
28
-
29
- - name: Download binary artifact
30
- run: |
31
- mkdir -p ${{ env.RUNNER_BIN_DIR }}
32
- CHEQD_NODE_VERSION="$(cut -c2- <<< "$(jq -r 'map(select(.prerelease)) | first | .tag_name' <<< "$(curl --silent https://api.github.com/repos/cheqd/cheqd-node/releases)")")"
33
- wget -c "https://github.com/cheqd/cheqd-node/releases/download/v$CHEQD_NODE_VERSION/cheqd-noded-.$CHEQD_NODE_VERSION-.linux-x86_64.tar.gz"
34
- tar -xvf "cheqd-noded-.$CHEQD_NODE_VERSION-.linux-x86_64.tar.gz" -C ${{ env.RUNNER_BIN_DIR }}
35
- sudo chmod +x ${{ env.RUNNER_BIN_DIR }}/cheqd-noded
36
-
37
- - name: Restore binary permissions
38
- run: sudo chmod +x ${{ env.RUNNER_BIN_DIR }}/cheqd-noded
39
-
40
- - name: Generate localnet configs
41
- working-directory: ./docker/localnet
42
- run: |
43
- bash gen-network-config.sh
44
- sudo chown -R 1000:1000 network-config
45
-
46
- - name: Set up Docker localnet
47
- working-directory: ./docker/localnet
48
- run: |
49
- CHEQD_NODE_VERSION="$(cut -c2- <<< "$(jq -r 'map(select(.prerelease)) | first | .tag_name' <<< "$(curl --silent https://api.github.com/repos/cheqd/cheqd-node/releases)")")"
50
- BUILD_IMAGE="ghcr.io/cheqd/cheqd-node:$CHEQD_NODE_VERSION"
51
- export BUILD_IMAGE
52
- docker compose up --detach
53
-
54
- - name: Import keys
55
- working-directory: ./docker/localnet
56
- run: |
57
- bash import-keys.sh
58
-
59
- - name: "Clean install dependencies"
60
- run: npm ci
61
-
62
- - name: "Run npm build"
63
- run: npm run build
64
-
65
- - name: Run Tests
66
- run: npm test
package/.releaserc.json DELETED
@@ -1,60 +0,0 @@
1
- {
2
- "branches": [
3
- "main",
4
- {
5
- "name": "develop",
6
- "channel": "beta",
7
- "prerelease": true
8
- },
9
- {
10
- "name": "commonjs",
11
- "channel": "cjs"
12
- }
13
- ],
14
- "tagFormat": "${version}",
15
- "ci": true,
16
- "preset": "conventionalcommits",
17
- "plugins": [
18
- [ "@semantic-release/commit-analyzer",
19
- {
20
- "parserOpts": "./.github/linters/.commitlint.rules.js",
21
- "releaseRules": [
22
- { "breaking": true, "release": "major" },
23
- { "type": "feat", "release": "minor" },
24
- { "type": "fix", "release": "patch" },
25
- { "type": "perf", "release": "patch" },
26
- { "type": "build", "release": "patch" },
27
- { "scope": "security", "release": "patch" },
28
- { "type": "chore", "release": false },
29
- { "type": "ci", "release": false },
30
- { "type": "docs", "release": false },
31
- { "type": "refactor", "release": false },
32
- { "type": "revert", "release": false },
33
- { "type": "style", "release": false },
34
- { "type": "test", "release": false },
35
- { "scope": "no-release", "release": false },
36
- { "scope": "release", "release": "patch" }
37
- ],
38
- "presetConfig": true
39
- }
40
- ],
41
- [ "@semantic-release/release-notes-generator",
42
- {
43
- "presetConfig": true
44
- }
45
- ],
46
- [ "@semantic-release/changelog",
47
- {
48
- "changelogTitle": "# Changelog"
49
- }
50
- ],
51
- "@semantic-release/npm",
52
- [ "@semantic-release/git",
53
- {
54
- "assets": [ "package.json", "CHANGELOG.md" ],
55
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
56
- }
57
- ],
58
- "@semantic-release/github"
59
- ]
60
- }
package/CHANGELOG.md DELETED
@@ -1,325 +0,0 @@
1
- # Changelog
2
-
3
- ## [3.0.2](https://github.com/cheqd/sdk/compare/3.0.1...3.0.2) (2023-02-17)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * Bugfix on conditional context injection ([6497799](https://github.com/cheqd/sdk/commit/649779976bb57d6239c1e2e285146f8d5d668406))
9
-
10
- ## [3.0.1](https://github.com/cheqd/sdk/compare/3.0.0...3.0.1) (2023-02-17)
11
-
12
-
13
- ### Bug Fixes
14
-
15
- * Bugfix on conditional context injection ([#142](https://github.com/cheqd/sdk/issues/142)) ([b09c681](https://github.com/cheqd/sdk/commit/b09c681369de1f577faeeb4568e8103344e123c1))
16
- * Bugfix on conditional context injection ([#143](https://github.com/cheqd/sdk/issues/143)) ([854232c](https://github.com/cheqd/sdk/commit/854232c4707f7cea5b41b9a111f8bfbc2f2a02ea))
17
-
18
- ## [3.0.1-develop.1](https://github.com/cheqd/sdk/compare/3.0.0...3.0.1-develop.1) (2023-02-17)
19
-
20
-
21
- ### Bug Fixes
22
-
23
- * Bugfix on conditional context injection ([#142](https://github.com/cheqd/sdk/issues/142)) ([b09c681](https://github.com/cheqd/sdk/commit/b09c681369de1f577faeeb4568e8103344e123c1))
24
-
25
- ## [3.0.0](https://github.com/cheqd/sdk/compare/2.1.0...3.0.0) (2023-02-15)
26
-
27
-
28
- ### ⚠ BREAKING CHANGES
29
-
30
- * Transition to ESM as hybrid package (#133)
31
-
32
- ### Bug Fixes
33
-
34
- * Removed traces of directory imports ([#135](https://github.com/cheqd/sdk/issues/135)) ([9a5d53c](https://github.com/cheqd/sdk/commit/9a5d53c87343aa1a568f0feda9c586e1fd74ffde))
35
-
36
-
37
- ### Build System
38
-
39
- * Transition to ESM as hybrid package ([#133](https://github.com/cheqd/sdk/issues/133)) ([a832043](https://github.com/cheqd/sdk/commit/a832043016336aa4cc74a8106429576c72ffe9d9))
40
-
41
- ## [3.0.0-develop.6](https://github.com/cheqd/sdk/compare/3.0.0-develop.5...3.0.0-develop.6) (2023-02-15)
42
-
43
- ## [3.0.0-develop.5](https://github.com/cheqd/sdk/compare/3.0.0-develop.4...3.0.0-develop.5) (2023-02-15)
44
-
45
- ## [3.0.0-develop.4](https://github.com/cheqd/sdk/compare/3.0.0-develop.3...3.0.0-develop.4) (2023-02-14)
46
-
47
- ## [3.0.0-develop.3](https://github.com/cheqd/sdk/compare/3.0.0-develop.2...3.0.0-develop.3) (2023-02-14)
48
-
49
- ### Bug Fixes
50
-
51
- * Removed traces of directory imports ([#135](https://github.com/cheqd/sdk/issues/135)) ([9a5d53c](https://github.com/cheqd/sdk/commit/9a5d53c87343aa1a568f0feda9c586e1fd74ffde))
52
-
53
- ## [3.0.0-develop.2](https://github.com/cheqd/sdk/compare/3.0.0-develop.1...3.0.0-develop.2) (2023-02-14)
54
-
55
- ## [3.0.0-develop.1](https://github.com/cheqd/sdk/compare/2.1.0-develop.1...3.0.0-develop.1) (2023-02-14)
56
-
57
- ### ⚠ BREAKING CHANGES
58
-
59
- * Transition to ESM as hybrid package (#133)
60
-
61
- ### Build System
62
-
63
- * Transition to ESM as hybrid package ([#133](https://github.com/cheqd/sdk/issues/133)) ([a832043](https://github.com/cheqd/sdk/commit/a832043016336aa4cc74a8106429576c72ffe9d9))
64
-
65
- ## [2.1.0](https://github.com/cheqd/sdk/compare/2.0.1...2.1.0) (2023-02-08)
66
-
67
-
68
- ### Features
69
-
70
- * Added querier as service capability ([#129](https://github.com/cheqd/sdk/issues/129)) ([71faac7](https://github.com/cheqd/sdk/commit/71faac7c7d9d9d854b89ef862bca1434b45b4905))
71
-
72
- ## [2.1.0-develop.1](https://github.com/cheqd/sdk/compare/2.0.2-develop.1...2.1.0-develop.1) (2023-02-08)
73
-
74
-
75
- ### Features
76
-
77
- * Added querier as service capability ([#129](https://github.com/cheqd/sdk/issues/129)) ([71faac7](https://github.com/cheqd/sdk/commit/71faac7c7d9d9d854b89ef862bca1434b45b4905))
78
-
79
- ## [2.0.2-develop.1](https://github.com/cheqd/sdk/compare/2.0.1...2.0.2-develop.1) (2023-02-06)
80
-
81
- ## [2.0.1](https://github.com/cheqd/sdk/compare/2.0.0...2.0.1) (2023-02-06)
82
-
83
-
84
- ### Bug Fixes
85
-
86
- * Handle empty address condition ([#125](https://github.com/cheqd/sdk/issues/125)) ([6c1080b](https://github.com/cheqd/sdk/commit/6c1080b19416ddbd583af8619586b2f14bf417ac))
87
-
88
- ## [2.0.1-develop.1](https://github.com/cheqd/sdk/compare/2.0.0...2.0.1-develop.1) (2023-02-06)
89
-
90
-
91
- ### Bug Fixes
92
-
93
- * Handle empty address condition ([#125](https://github.com/cheqd/sdk/issues/125)) ([6c1080b](https://github.com/cheqd/sdk/commit/6c1080b19416ddbd583af8619586b2f14bf417ac))
94
-
95
-
96
- ## [2.0.0](https://github.com/cheqd/sdk/compare/1.4.0...2.0.0) (2023-01-27)
97
-
98
-
99
- ### ⚠ BREAKING CHANGES
100
-
101
- * On track with v1 on-ledger release (#115)
102
-
103
- ### Features
104
-
105
- * Add localnet in test workflow ([e498193](https://github.com/cheqd/sdk/commit/e498193b52be8440c1b654ea72f0f8293e22f330))
106
- * Integrate V2 protos ([7fe20bd](https://github.com/cheqd/sdk/commit/7fe20bd6c6c8f521cb7348cc43b65e4191c658bc))
107
- * On track with v1 on-ledger release ([#115](https://github.com/cheqd/sdk/issues/115)) ([1ef3a07](https://github.com/cheqd/sdk/commit/1ef3a07c27fa63c9ab2695cda8369c259ef94c04))
108
- * Remove amino encoding workaround in resource ([2754a97](https://github.com/cheqd/sdk/commit/2754a9784d7f82e9e1bbfd2f98d5f82825f16a1f))
109
- * Update indyStyle identifier ([e12226d](https://github.com/cheqd/sdk/commit/e12226d57afdb0ce76dce5d3a85d76d17e8dc7f5))
110
- * Update proto && Accept did core spec input [DEV-2113] ([#111](https://github.com/cheqd/sdk/issues/111)) ([f2f710a](https://github.com/cheqd/sdk/commit/f2f710adcaa245af6ae83e89f8e0b695d0751fcd)), closes [#114](https://github.com/cheqd/sdk/issues/114)
111
- * Update signature conversion ([2824bcb](https://github.com/cheqd/sdk/commit/2824bcbbbbb35521d5372d6a9592b31ad5085ad5))
112
- * Update test rpcUrl ([3903c62](https://github.com/cheqd/sdk/commit/3903c62cdcff574c02a643773c6f370e59e9f187))
113
- * Update tests ([242e82f](https://github.com/cheqd/sdk/commit/242e82f924d15ad49d15f9735cbf0694234df172))
114
- * Update tests and utils ([6075594](https://github.com/cheqd/sdk/commit/6075594240dbbc1e36fb159acae1391332b1e250))
115
- * Upgrade ts-proto && Support Deactivate DID ([46a57ea](https://github.com/cheqd/sdk/commit/46a57ea575c5de8b5e8f1be7d40558acaceebdd9))
116
-
117
-
118
- ### Bug Fixes
119
-
120
- * Client determined MIME type auto fee generation ([#117](https://github.com/cheqd/sdk/issues/117)) ([3ba673d](https://github.com/cheqd/sdk/commit/3ba673d9b6c61f82d38b49e60a4231196dd357cc))
121
- * Minor issue ([e060576](https://github.com/cheqd/sdk/commit/e060576034693dba70f7f4a7576f5a72f967045a))
122
- * typo ([463ac62](https://github.com/cheqd/sdk/commit/463ac6208e79c1564c2ed6eeed0a44b06a065d4f))
123
-
124
- ## [2.0.0-develop.3](https://github.com/cheqd/sdk/compare/2.0.0-develop.2...2.0.0-develop.3) (2023-01-27)
125
-
126
- ## [2.0.0-develop.2](https://github.com/cheqd/sdk/compare/2.0.0-develop.1...2.0.0-develop.2) (2023-01-27)
127
-
128
-
129
- ### Bug Fixes
130
-
131
- * Client determined MIME type auto fee generation ([#117](https://github.com/cheqd/sdk/issues/117)) ([3ba673d](https://github.com/cheqd/sdk/commit/3ba673d9b6c61f82d38b49e60a4231196dd357cc))
132
-
133
- ## [2.0.0-develop.1](https://github.com/cheqd/sdk/compare/1.5.0-develop.3...2.0.0-develop.1) (2023-01-26)
134
-
135
-
136
- ### ⚠ BREAKING CHANGES
137
-
138
- * On track with v1 on-ledger release (#115)
139
-
140
- ### Features
141
-
142
- * On track with v1 on-ledger release ([#115](https://github.com/cheqd/sdk/issues/115)) ([1ef3a07](https://github.com/cheqd/sdk/commit/1ef3a07c27fa63c9ab2695cda8369c259ef94c04))
143
-
144
- ## [1.5.0-develop.3](https://github.com/cheqd/sdk/compare/1.5.0-develop.2...1.5.0-develop.3) (2023-01-24)
145
-
146
-
147
- ### Bug Fixes
148
-
149
- * Minor issue ([e060576](https://github.com/cheqd/sdk/commit/e060576034693dba70f7f4a7576f5a72f967045a))
150
-
151
- ## [1.5.0-develop.2](https://github.com/cheqd/sdk/compare/1.5.0-develop.1...1.5.0-develop.2) (2023-01-24)
152
-
153
-
154
- ### Features
155
-
156
- * Update proto && Accept did core spec input [DEV-2113] ([#111](https://github.com/cheqd/sdk/issues/111)) ([f2f710a](https://github.com/cheqd/sdk/commit/f2f710adcaa245af6ae83e89f8e0b695d0751fcd)), closes [#114](https://github.com/cheqd/sdk/issues/114)
157
-
158
- ## [1.5.0-develop.1](https://github.com/cheqd/sdk/compare/1.4.0...1.5.0-develop.1) (2023-01-03)
159
-
160
-
161
- ### Features
162
-
163
- * Add localnet in test workflow ([e498193](https://github.com/cheqd/sdk/commit/e498193b52be8440c1b654ea72f0f8293e22f330))
164
- * Integrate V2 protos ([7fe20bd](https://github.com/cheqd/sdk/commit/7fe20bd6c6c8f521cb7348cc43b65e4191c658bc))
165
- * Remove amino encoding workaround in resource ([2754a97](https://github.com/cheqd/sdk/commit/2754a9784d7f82e9e1bbfd2f98d5f82825f16a1f))
166
- * Update indyStyle identifier ([e12226d](https://github.com/cheqd/sdk/commit/e12226d57afdb0ce76dce5d3a85d76d17e8dc7f5))
167
- * Update signature conversion ([2824bcb](https://github.com/cheqd/sdk/commit/2824bcbbbbb35521d5372d6a9592b31ad5085ad5))
168
- * Update test rpcUrl ([3903c62](https://github.com/cheqd/sdk/commit/3903c62cdcff574c02a643773c6f370e59e9f187))
169
- * Update tests ([242e82f](https://github.com/cheqd/sdk/commit/242e82f924d15ad49d15f9735cbf0694234df172))
170
- * Update tests and utils ([6075594](https://github.com/cheqd/sdk/commit/6075594240dbbc1e36fb159acae1391332b1e250))
171
- * Upgrade ts-proto && Support Deactivate DID ([46a57ea](https://github.com/cheqd/sdk/commit/46a57ea575c5de8b5e8f1be7d40558acaceebdd9))
172
-
173
- ## [1.4.0](https://github.com/cheqd/sdk/compare/1.3.14...1.4.0) (2022-11-25)
174
-
175
-
176
- ### Features
177
-
178
- * Add createDidPayloadWithSignInputs util [DEV-1587] ([#49](https://github.com/cheqd/sdk/issues/49)) ([e332f56](https://github.com/cheqd/sdk/commit/e332f56a49111d26a1b9537f73a7eb228db0c61a))
179
- * Resolve review suggestions ([b984ef4](https://github.com/cheqd/sdk/commit/b984ef46e1815ffc2f11ab426359d81776f271a8))
180
-
181
- ## [1.4.0-develop.5](https://github.com/cheqd/sdk/compare/1.4.0-develop.4...1.4.0-develop.5) (2022-11-24)
182
-
183
- ## [1.4.0-develop.4](https://github.com/cheqd/sdk/compare/1.4.0-develop.3...1.4.0-develop.4) (2022-11-11)
184
-
185
- ### Features
186
-
187
- * Resolve review suggestions ([b984ef4](https://github.com/cheqd/sdk/commit/b984ef46e1815ffc2f11ab426359d81776f271a8))
188
-
189
- ## [1.4.0-develop.3](https://github.com/cheqd/sdk/compare/1.4.0-develop.2...1.4.0-develop.3) (2022-11-08)
190
-
191
- ## [1.4.0-develop.2](https://github.com/cheqd/sdk/compare/1.4.0-develop.1...1.4.0-develop.2) (2022-11-01)
192
-
193
- ### Bug Fixes
194
-
195
- * **deps:** Downgraded `uint8arrays` due to export config clash ([2e30906](https://github.com/cheqd/sdk/commit/2e3090624e505b666b038828f3453753fd887b58))
196
- * **deps:** Fixed imports deriving from bumps ([2cccc75](https://github.com/cheqd/sdk/commit/2cccc75090543fec8aff222ba3b19db9afc14b6a))
197
-
198
- ## [1.3.14](https://github.com/cheqd/sdk/compare/1.3.13...1.3.14) (2022-11-15)
199
-
200
- ## [1.3.13](https://github.com/cheqd/sdk/compare/1.3.12...1.3.13) (2022-11-08)
201
-
202
- ## [1.3.12](https://github.com/cheqd/sdk/compare/1.3.11...1.3.12) (2022-10-31)
203
-
204
- ## [1.3.11](https://github.com/cheqd/sdk/compare/1.3.10...1.3.11) (2022-10-31)
205
-
206
- ## [1.3.10](https://github.com/cheqd/sdk/compare/1.3.9...1.3.10) (2022-10-27)
207
-
208
-
209
- ### Bug Fixes
210
-
211
- * **deps:** Downgraded `uint8arrays` due to export config clash ([2e30906](https://github.com/cheqd/sdk/commit/2e3090624e505b666b038828f3453753fd887b58))
212
- * **deps:** Fixed imports deriving from bumps ([2cccc75](https://github.com/cheqd/sdk/commit/2cccc75090543fec8aff222ba3b19db9afc14b6a))
213
-
214
- ## [1.3.9](https://github.com/cheqd/sdk/compare/1.3.8...1.3.9) (2022-10-26)
215
-
216
- ## [1.3.8](https://github.com/cheqd/sdk/compare/1.3.7...1.3.8) (2022-10-25)
217
-
218
- ## [1.3.7](https://github.com/cheqd/sdk/compare/1.3.6...1.3.7) (2022-10-17)
219
-
220
- ## [1.3.6](https://github.com/cheqd/sdk/compare/1.3.5...1.3.6) (2022-10-17)
221
-
222
- ## [1.3.5](https://github.com/cheqd/sdk/compare/1.3.4...1.3.5) (2022-10-17)
223
-
224
- ## [1.3.4](https://github.com/cheqd/sdk/compare/1.3.3...1.3.4) (2022-10-17)
225
-
226
- ## [1.3.3](https://github.com/cheqd/sdk/compare/1.3.2...1.3.3) (2022-10-16)
227
-
228
- ## [1.3.2](https://github.com/cheqd/sdk/compare/1.3.1...1.3.2) (2022-10-16)
229
-
230
-
231
- ### Bug Fixes
232
-
233
- * **keys:** Added deep equality lambda ([edcc15f](https://github.com/cheqd/sdk/commit/edcc15f5ece115893cd5f3e876cf4927379b0a55))
234
-
235
- ## [1.3.1](https://github.com/cheqd/sdk/compare/1.3.0...1.3.1) (2022-10-03)
236
-
237
- ## [1.3.0](https://github.com/cheqd/sdk/compare/1.2.10...1.3.0) (2022-09-01)
238
-
239
-
240
- ### Features
241
-
242
- * Resources support [DEV-1616] ([#18](https://github.com/cheqd/sdk/issues/18)) ([40bb485](https://github.com/cheqd/sdk/commit/40bb485399b1ce83997350d450432100d05b10a2))
243
-
244
- ## [1.2.10](https://github.com/cheqd/sdk/compare/1.2.9...1.2.10) (2022-08-19)
245
-
246
- ## [1.2.9](https://github.com/cheqd/sdk/compare/1.2.8...1.2.9) (2022-08-19)
247
-
248
- ## [1.2.8](https://github.com/cheqd/sdk/compare/1.2.7...1.2.8) (2022-08-09)
249
-
250
-
251
- ### Bug Fixes
252
-
253
- * **exports:** Fixed lib exports ([f17dbe3](https://github.com/cheqd/sdk/commit/f17dbe3afcc9e87d13ff2858d62fde0823d0e78c))
254
-
255
- ## [1.2.7](https://github.com/cheqd/sdk/compare/1.2.6...1.2.7) (2022-08-09)
256
-
257
-
258
- ### Bug Fixes
259
-
260
- * **tests:** Removed experimental versioning ([93b714c](https://github.com/cheqd/sdk/commit/93b714c538cdd10f67385b19a33d284f042bc6c4))
261
-
262
- ## [1.2.6](https://github.com/cheqd/sdk/compare/1.2.5...1.2.6) (2022-08-09)
263
-
264
-
265
- ### Performance Improvements
266
-
267
- * **helpers:** Added env-specific utils exports ([4957f44](https://github.com/cheqd/sdk/commit/4957f445734380c0bb6758c16096cd25978c7cac))
268
-
269
- ## [1.2.5](https://github.com/cheqd/sdk/compare/1.2.4...1.2.5) (2022-08-09)
270
-
271
- ## [1.2.4](https://github.com/cheqd/sdk/compare/1.2.3...1.2.4) (2022-08-08)
272
-
273
- ## [1.2.3](https://github.com/cheqd/sdk/compare/1.2.2...1.2.3) (2022-08-05)
274
-
275
-
276
- ### Bug Fixes
277
-
278
- * **build:** Fixed build type declarations standalones ([ffadfe5](https://github.com/cheqd/sdk/commit/ffadfe553be49a11d2bb347341b90964c75adb23))
279
-
280
- ## [1.2.2](https://github.com/cheqd/sdk/compare/1.2.1...1.2.2) (2022-08-04)
281
-
282
-
283
- ### Bug Fixes
284
-
285
- * **build:** Added deep level support of iterables ([1aeaea3](https://github.com/cheqd/sdk/commit/1aeaea3ed8062f1d1853930bd792b1c988e616d5))
286
-
287
- ## [1.2.1](https://github.com/cheqd/sdk/compare/1.2.0...1.2.1) (2022-08-04)
288
-
289
-
290
- ### Bug Fixes
291
-
292
- * **types:** Fixed type mismatch on compilation ([c0cfbd5](https://github.com/cheqd/sdk/commit/c0cfbd500ccd8cfb0d56ccf431fbd41886a5a3a6))
293
-
294
- ## [1.2.0](https://github.com/cheqd/sdk/compare/1.1.0...1.2.0) (2022-08-03)
295
-
296
-
297
- ### Features
298
-
299
- * **utils:** Added utils & interoperability improvements ([d0f5f4d](https://github.com/cheqd/sdk/commit/d0f5f4d9bac01ac144b4afff696750bb4b20ac72))
300
-
301
- ## [1.1.0](https://github.com/cheqd/sdk/compare/1.0.0...1.1.0) (2022-07-29)
302
-
303
-
304
- ### Features
305
-
306
- * **registry:** Fixed registration logic & improved extensibility ([3d76466](https://github.com/cheqd/sdk/commit/3d76466e322657817d380bf384d9f6c45c1eb793))
307
-
308
- ## 1.0.0 (2022-07-28)
309
-
310
-
311
- ### Features
312
-
313
- * **api:** Basic api design & extension plans, TBC ([9c24549](https://github.com/cheqd/sdk/commit/9c245491bc1611c73e6be27a08c23fd5489cbd97))
314
- * **did:** Added automated did creation tests & fixes, refactors ([bcfc198](https://github.com/cheqd/sdk/commit/bcfc198dbd81062a6d1a9cd8afc6ec16cf15c460))
315
- * **did:** Added multiple verification method support & `uuid` did url support ([d35f007](https://github.com/cheqd/sdk/commit/d35f007e6ee0f03276a0a713c0050e4ac016c5b8))
316
- * **sdk:** Added base constructor manager class ([441bfa3](https://github.com/cheqd/sdk/commit/441bfa373ff33b99d111203a963f14d6bae4fbc5))
317
- * **signer:** Added pre-test implementation of `DidTxSigner` ([924d9ec](https://github.com/cheqd/sdk/commit/924d9ec27d7e68288db220d0bc218d797a942118))
318
- * **tests:** Added more signer coverage ([59a88eb](https://github.com/cheqd/sdk/commit/59a88ebfcbfe4f231716e6d9ecb0935985212ea5))
319
- * **tests:** Added stable round of SDK tests ([fa31daa](https://github.com/cheqd/sdk/commit/fa31daa059b7affd8732b7e53bd590d7dea06764))
320
-
321
-
322
- ### Bug Fixes
323
-
324
- * Bump dependencies to latest ts-proto upstream ([3762c9f](https://github.com/cheqd/sdk/commit/3762c9f1db7c196afae98f5ed7e03790210d0345))
325
- * **deps:** Fixed dev deps in scope of semantic release ([721b488](https://github.com/cheqd/sdk/commit/721b488ca6b5b28720307ca04ae84b49da7e52f4))