credo-ts icon indicating copy to clipboard operation
credo-ts copied to clipboard

Typescript framework for building decentralized identity and verifiable credential solutions

Results 388 credo-ts issues
Sort by recently updated
recently updated
newest added

Some ideas we got from #2127 that would be good to check before official 0.6.0 release: - [x] Fix build (core dependency on didcomm) (#2167 ) - [ ] @TimoGlastra...

Task from: https://github.com/openwallet-foundation/credo-ts/issues/2160

We are using Credo heavily in our products. Mainly in our backend, but sometimes also in our frontends mainly for parsing (e.g. of X509 certificaets). Currently loading in the Core...

As briefly touched upon in #2157, there's reasons for getting rid of our dependency on experimental decorators. For class-validator and class-transforemr we can use zod (POC #1777), but for Tsyringe...

Currently Credo outputs only CommonJS (CJS) code. This is the old way of doing things, and a new method "ESM" has been available for a long time. Using ESM can...

## Summary It is currently **not possible to revoke more than one credential individually** in a revocation registry using Credo, due to a bug in the delta calculation logic in...

## Summary Fixes a bug in `indyVdrCreateLatestRevocationDelta` where the delta calculation incorrectly included all active indexes in `issued` if `previousDelta.issued` was empty, preventing correct individual credential revocation/unrevocation. Closes #2318, #1960,...

This is a fix focused mainly for 0.5.x deployments to address the issue #2206. The proposed solution here is to search for W3C Credential Records matching the revocation notification only...

When we start an agent we have an option to pass specific module configs. This is for the base agent, but how can we configure it while creating a new...