Mircea Nistor
Mircea Nistor
The `@veramo/credential-ld` package now contains implementations for the signature suite/key wrappers for `EcdsaSecp256k1RecoverySignature2020` and `Ed25519Signature2018`. These should be isolated to their own packages to improve modularity and encourage other suites...
The boolean output of these methods may not be sufficient to convey the various ways in which credentials may be seen as invalid. Also, some verifications may not be required...
## Background It is very ambiguous exactly what key or algorithm will be used when creating a credential or presentation in Veramo 3.1 (&next). Some keys can be used to...
The existing `IDataStoreORM` interface defines 2 methods (`dataStoreORMGetIdentifiers` and `dataStoreORMGetIdentifiersCount`) that theoretically provide the ability to query for DIDs based on the `did` value, the `alias` or the `provider`. However,...
We make ample use of inquirer in @veramo/cli which allows the user to interactively describe how to perform some complex actions. However, this means that the command line agent can't...
Implement the interface defined in #831 in the existing data storage plugins. * [ ] implement JSONPath query interface in `@veramo/data-store-json` * [ ] implement JSONPath query interface in `@veramo/data-store`...
**Is your feature request related to a problem? Please describe.** There are some credential interaction protocols (like [presentation-exchange](https://identity.foundation/presentation-exchange/) and [credential-manifest](https://identity.foundation/credential-manifest/)) that rely on JSONPath to match credentials and their properties....
**Is your feature request related to a problem? Please describe.** Right now, if you want to use a `veramo` command in the terminal, you have to point to a config...
Veramo is missing an automated way of checking which packages work in a react-native environment. We need a sample repository with a react-native app that uses `@veramo/core` and a few...
Veramo should have a common API for changing a DID controller. As a prerequisite, the `AbstractIdentifierProvider` class should require implementers to also implement a `changeController` method. A proposal for this...