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

https://github.com/hyperledger/aries-rfcs/tree/b3a3942ef052039e73cd23d847f42947f8287da2/features/0510-dif-pres-exch-attach - [ ] Add support for DIF PE and RFC 0510 - [x] https://github.com/hyperledger/aries-framework-javascript/issues/355 Resources - https://github.com/Sphereon-Opensource/pe-js - https://identity.foundation/presentation-exchange/

Type: Enhancement
JSON-LD VC
AIP 2.0

https://github.com/hyperledger/aries-rfcs/tree/b3a3942ef052039e73cd23d847f42947f8287da2/features/0593-json-ld-cred-attach - [ ] Add support for RFC 0593: JSON-LD Issue Credential - [x] https://github.com/hyperledger/aries-framework-javascript/issues/355

Type: Enhancement
JSON-LD VC
AIP 2.0

It seems tags are not autmoatically deleted when deleting a record, so we should add this to the `IndyStorageService`: https://github.com/hyperledger/indy-sdk/tree/master/wrappers/nodejs#deletewalletrecordtags--wh-type-id-tagnames----void 1. Create small PoC to test if tags are deleted...

Currently when no endpoints are registered on the agent it will use `didcomm:transport/queue` to indicate to the other agent we don't have an endpoint and it should queue messages. Although...

After including this change: https://github.com/hyperledger/aries-framework-javascript/pull/640 when being requested (as a holder/prover) attributes from 2 different credentials, that happen to use the same identifier, an assertion failure is reported. e.g. consider...

Type: Bug
Indy

With the enormous changes both the credential and proof modules have been through it is expected there are some inconsistencies in the public API between the modules. For now we...

We already support Indy attachments so this card is mostly about extracting the current indy attachment handling from v1 and make it agnostic of the protocol version being used. https://github.com/hyperledger/aries-rfcs/tree/b3a3942ef052039e73cd23d847f42947f8287da2/features/0592-indy-attachments

Indy
AIP 2.0

https://github.com/hyperledger/aries-rfcs/tree/b3a3942ef052039e73cd23d847f42947f8287da2/features/0454-present-proof-v2

Type: Enhancement
Protocol
AIP 2.0

Worked on Present Proof V2 to work with JSON-LD credentials RFC-0510 https://github.com/hyperledger/aries-rfcs/blob/main/features/0510-dif-pres-exch-attach/README.md - Refactor V1 service and some methods of V2 service - New Service to handle presentation exchange formats...

Waiting on Author

PR #699 adds support for using a postgres wallet type in Node.JS. It would be nice to add some documentation on how to install the postgres plugin on different platforms,...