Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6a2ecfe
fix: agent initialization
GHkrishna Dec 11, 2025
5f5f958
fix: remove unwanted agent backup config
GHkrishna Dec 11, 2025
53f43c6
fix: oob invitation
GHkrishna Dec 11, 2025
1290b98
fix: some package version update
GHkrishna Dec 15, 2025
6a28cb2
fix: some type changes
GHkrishna Dec 15, 2025
aa5d0cd
fix: comment controller for agent to start
GHkrishna Dec 15, 2025
f27af0b
fix: oidc4vc agent changes for building agent
GHkrishna Dec 15, 2025
506c48e
fix: auto generated file changes
GHkrishna Dec 15, 2025
b3ec9f8
fix: cliagent issues
GHkrishna Dec 15, 2025
b237c3a
fix: x509 controller (#338)
GHkrishna Dec 23, 2025
33e370b
WIP: bug fixing from issuer and verifier session
shitrerohit Dec 16, 2025
2188827
fix:changes on cli agent file
shitrerohit Dec 16, 2025
ad91abd
WIP:changes in create issuer work flow
shitrerohit Dec 16, 2025
dcb4c69
WIP:Resolving the issues from issue credential workflow.
shitrerohit Dec 19, 2025
bbb0e23
fix:sd-jwt store credential
shitrerohit Dec 23, 2025
c9acbac
WIP: store mDoc credential
shitrerohit Dec 31, 2025
c99c1ba
fix:sonar cloud issue
shitrerohit Dec 31, 2025
d0f06fa
fix:completed flow changes for mdoc
shitrerohit Jan 5, 2026
5aade00
fix:resolved code rabit related issues
shitrerohit Jan 5, 2026
e2eee1b
fix:removed commented code
shitrerohit Jan 5, 2026
e1d8f37
fix: resolved PR comments
shitrerohit Jan 5, 2026
6e83c9d
feat/oidv4vc issuance and verification changes
shitrerohit Jan 9, 2026
476a9c0
fix: resolved code rabbit ai issues
shitrerohit Jan 12, 2026
03c75dc
fix: resolved code rabbit issues
shitrerohit Jan 13, 2026
154d773
fix: added comment for image check in verification session
shitrerohit Jan 14, 2026
4682770
fix/removed commented code
shitrerohit Jan 14, 2026
759607d
Merge pull request #340 from credebl/fix/oid4vc-verification-flow-cha…
shitrerohit Jan 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@credo-ts/anoncreds": "0.6.1",
"@credo-ts/askar": "0.6.1",
"@credo-ts/core": "0.6.1",
"@credo-ts/didcomm": "0.6.1",
"@credo-ts/indy-vdr": "0.6.1",
"@credo-ts/node": "0.6.1",
"@credo-ts/openid4vc": "0.6.1",
Expand All @@ -61,7 +62,7 @@
"@opentelemetry/sdk-logs": "^0.202.0",
"@opentelemetry/sdk-node": "^0.202.0",
"@opentelemetry/semantic-conventions": "^1.34.0",
"@openwallet-foundation/askar-nodejs": "^0.3.2",
"@openwallet-foundation/askar-nodejs": "^0.4.3",
"@tsoa/runtime": "^6.6.0",
"@types/node-fetch": "^2.6.4",
"@types/ref-struct-di": "^1.1.12",
Expand All @@ -81,7 +82,7 @@
"swagger-ui-express": "^4.4.0",
"tslog": "^3.3.3",
"tsoa": "^6.0.1",
"tsyringe": "^4.8.0",
"tsyringe": "^4.10.0",
"uuid": "^13.0.0",
"ws": "^8.18.2",
"yargs": "^17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export async function runCliServer() {
walletConfig: {
id: parsed['wallet-id'],
key: parsed['wallet-key'],
storage: {
database: {
type: parsed['wallet-type'],
config: {
host: parsed['wallet-url'],
Expand Down
Loading