credo-ts
credo-ts copied to clipboard
Typescript framework for building decentralized identity and verifiable credential solutions
@TimoGlastra maybe just a question: If we try to use the out-of-band invitations (created in an aca-py instance) and using the public did, the AFJ client cannot receive such invitation...
Currently we're only testing on Linux, but as has been made clear in https://github.com/hyperledger/aries-framework-javascript/pull/801, there could be issues on different platforms. To make sure AFJ runs on all platforms we...
The mediation code is getting quite complex because we manage all pickup variants (Implicit, V1 and v2) in the same module/service. We should ook at splitting up the mediator service...
Could we not make the error class also emit a log message? I have seem this log and afterwards a couple of times and adding it to the error class...
Tasks left from PR review: - [x] Reuse oob invitation keys also for multiuse invitation (?) - @TimoGlastra Currently, I'm still creating new keys when it's multiuse invitation. I assume...
As a developer, I want to run all the tests with the least amount of external dependencies, so that I can contribute to a small part of the framework without...
Currently you can initiate message pickup but it's not possible to stop the message pickup. When building a mobile wallet you often need more control over when the mediator pickup...
Based on comment from @swcurran he proposes to move away from the term indy and start using the term AnonCreds. Question is whether it's worth to do a migration over...