credo-ts
credo-ts copied to clipboard
Typescript framework for building decentralized identity and verifiable credential solutions
Currently it just returns all records (ignoring the query key), but we should correctly handle this flow, so it's possible to e.g. query for connection records where `connectionId = null`....
### Summary - This is a start to add support for a custom transport session repository. The approach will change based on the feedback on the handling of the sessions....
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
we already match the credential ids when verifying, but this allows creating invalid requests. We should add a similar check when creating the request
The NPM release is OK, but the Github release tags the main branch, not the 0.5.x branch when the release is created
This PR fixes the issue in did/update. The cheqd network expects signatures from all the didUrl in the authentication before and after the update operation.
From #2292: > should we add some extra metadata to the queued messgages? So like a state (awaiting confirmation, or the date/time since we are awaiting confirmation) or do we...
From #2292: > Should we take into account an agent that does not want to queue? Can we disable it instead of using in memory (which could be a memory...
From what i've seen, the defaultDocumentLoader does not use the injected `fetch` agentDependency; it looks the document loader is pulled from an external lib: ```ts // fetches the documentLoader from...
Bumps [multer](https://github.com/expressjs/multer) from 1.4.5-lts.1 to 2.0.0. Release notes Sourced from multer's releases. v2.0.0 Important Breaking change: The minimum supported Node version is now 10.16.0 Fix CVE-2025-47935 (GHSA-44fp-w29j-9vj5) Fix CVE-2025-47944 (GHSA-4pg4-qvpc-4q3h)...