Daniel Lenksjö

Results 49 issues of Daniel Lenksjö

Currently, it is only possible to list registries for a particular AID. For some use cases it would be convenient to be able to list all registries for a particular...

Currently, you can get challenge information for a contact using the list contacts endpoint (`GET /contacts`). It is added here: https://github.com/WebOfTrust/keria/blob/f24cf4b01932916cc640ff6f20ffda6f641c1ad2/src/keria/app/aiding.py#L1143-L1167, yielding an array response with the following shape: ```...

See reproduction here: https://github.com/lenkan/signify-ts/pull/5 Let say you have the following AIDs - `issuer` - `holder1` - `holder2` Then perform the following steps 1. The `issuer` issues credential `A` to `holder1`....

Simplified flow of what I want to do: - Create an AID with at least one witness using KERIpy - `kli init` - `kli incept` - Introduce the veridian AID...

We use Content-Type application/json+cesr and application/cesr+json depending on the situation. - application/json+cesr https://github.com/search?q=repo%3AWebOfTrust%2Fkeripy%20"application%2Fjson%2Bcesr"&type=code, - application/cesr+json https://github.com/search?q=repo%3AWebOfTrust%2Fkeripy%20"application%2Fcesr%2Bjson"&type=code, It seems like HTTP responses from "ending", "indirecting" and "oobiing" are set to "application/json+cesr"....

When agent URLs where only provided through parameters (from env variables), the "dt" field was not set, which caused keripy to ignore the configuration. This PR ensure that "dt" field...

Per discussion on discord. This PR moves the signify-ts into keria repository. I have included the commit history from signify-ts repository my merging with "--allow-unrelates-histories". The purpose is to use...

All exchange messages now have the intended recipient in the payload, so the extra body parameter is confusing and could cause issues. This PR removes the "rec" body parameter that...

This PR adds a step in the workflow to publish the container image to docker hub on push to main The tags pushed are: - `:main` - `:build-` - `:sha-`...