credo-ts
credo-ts copied to clipboard
Typescript framework for building decentralized identity and verifiable credential solutions
Credentials Stuck in "Request Sent" State When Issuing Out-of-Band Credentials with New Connections
When issuing credentials using the out-of-band protocol with connection reuse disabled or when establishing a new connection, the connection gets successfully established, but the credentials remain in the request-sent state...
Bumps node from 22 to 23. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
It would be good if the transport sessions and transport session service in Credo could be aware of multi-instance deployment and adapt the message delivery based on it. It should...
Example of setup can be found here: https://github.com/openwallet-foundation-labs/oid4vc-ts/blob/main/biome.json https://github.com/openwallet-foundation-labs/oid4vc-ts/blob/main/package.json#L14-L15 Things to consider: - migration of all ESLint rules to Biome. Some may not be needed, but e.g. no restricted globals...
Fastify is a http server that is maintained by some of the members of the core Nodejs team and is increasing in popularity. It is more focused on perforamnce and...
connectionRecord is not returned when doing connectionless but connection reuse means we do use a connection.
This change simplifies session management by automatically handling cleanup with `Symbol.asyncDispose` [https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-2.html#using-declarations-and-explicit-resource-management](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-2.html#using-declarations-and-explicit-resource-management) Before ```typescript public async withSession(callback: (session: Session) => Return): Promise { let session: Session | undefined = undefined...
## What When trying to issue credential in bulk, the issuer seems to be getting multiple records for `DidCommMessageRecord` in state `accept-request` Here is a sample query which return a...