-
Currently, AFJ agent with 2 endpoints specified in config creates a Did doc where second service endpoint has higher priority by default.
The reasons are:
- `DidDoc.didCommServices` sorts result b…
-
-
Mobile wallet apps needs access to ledger data (DIDDOC, Revocation Registry, ...). Access to ledgers are done via ZMQ on port 9702. That port is usually blocked in corporate firewalls.
Blocking:
-…
-
Please update the DID Resolver within ACA-Py for "did:sov" to follow the rules as recently updated in the DID Method spec. This means adjusting the returned DIDDoc to exactly what is documented in th…
-
Using the KEL, this DID method can nicely support a history of DID documents. The value of the `versionId` DID parameter could be a sequential number, or a KERI-specific way of identifying a "version …
-
The ACA-Py DID resolver and the Admin API endpoint `GET /resolver/resolve/{did}` evidently does not resolver local only DIDs -- e.g. peer DIDs used for DIDComm connections. This issue is to extend th…
-
```
If I try to send it without the router wrapper I get
'{"msg":"No target did","trace":"java.lang.IllegalStateException: No target did"}'
```
-
Since the point of did:webs is to enable the use of transferrable (in KERI terms) identifiers, there is not need to mention non-transferrable AIDs. Or at most reference it as "KERI has non-transferra…
-
- Run a mediator using aca-py version `0.10.3`
- Connect to mediator from https://github.com/hyperledger/aries-framework-kotlin
- Run a cloud agent accessible through a public URL
- Add invite in m…
-
The so-called ["did-web plugin"](https://github.com/sicpa-dlab/aries-acapy-plugin-did-web) does multiple things:
* Register did web method in aca-py's registry
* Handle publishing DIDs that are not "…