Patrick St-Louis
Patrick St-Louis
This PR adds a `--no-transport` startup parameter for making the agent start without requiring the `--enpoint`, `--inbound-transport` and `--outbound-transport` to be set. The idea was shared during an aca-pug meeting...
Initial attempt at adding VCDM 2.0 issuance with `ED25519Signature2020` proof type. Will add a couple test cases. What are opinions regarding if the credential models/schemas should be bundled into the...
It would be advisable to prevent issuers from including 2 entries with the same `statusPurpose`. Or at the very least say that if 2 same purposes are included, each entry...
https://security.snyk.io/package/pip/ujson
Following #409, we want to create a workflowConfig object to re-use across calls
~The Data Integrity Specification defines a mechanism to add an embedded proof to a document to be signed. The usage in the tdw spec doesn't follow normative requirements from Data...
When creating a did with the `sov` method, it's possible to provide a did string. If you provide a did with more than 2 `:` delimiters, then promote this did...
## Feature Description Implement a WebVH lab setup. Dockerfile & docker-compose configurations with instructions. ## Is your feature request related to a problem? This project is currently limited to Indy...
Trying to understand how the entity holding the private decryption key can match the decrypted proof to the original value.
A while ago there was a move to ruff for linting/formatting purposes. Astral (maintainers of ruff) also have a dependency manager called `uv` https://docs.astral.sh/uv/ It's written in rust and has...