Shailesh Patil
Shailesh Patil
For sicpa peer-did-jvm library I have raised a PR which is an initiative to start the work required for the changes in PeerDID Spec https://github.com/sicpa-dlab/peer-did-jvm/pull/37 This PR doesn't handle all...
@incubiq If you are on discord I would like to see if you can share your screen, I am not able to produce the error
I have tried the above command DOCKERHOST=host.docker.internal ADMIN_TOKEN=my-admin-token API_KEY_ENABLED=true API_KEY_AUTO_PROVISIONING=false API_KEY_AUTHENTICATE_AS_DEFAULT_USER=false DEFAULT_WALLET_ENABLED=false PORT=8100 PRISM_AGENT_VERSION=1.28.0 PRISM_NODE_VERSION=2.2.1 VAULT_DEV_ROOT_TOKEN_ID=root PG_PORT=5432 docker compose -p "issuer" -f ./infrastructure/shared/docker-compose.yml up --wait I was able to run...
@jeyem We are unable to reproduce this error. Based on the available information, we tested it and did not encounter any such intermittent issues. We also verified this with our...
``` AGENT_VERSION=1.35.1 PRISM_NODE_VERSION=2.4.1 VAULT_DEV_ROOT_TOKEN_ID=root API_KEY_ENABLED=false PORT=8000 NETWORK=identus VAULT_DEV_ROOT_TOKEN_ID=root PG_PORT=5432 ``` I suggest using the above configuration for `.env-issuer` file as it should work, unless you specifically need the previous version...
@FabioPinheiro that is old json DIDCOM v1 spec https://identity.foundation/didcomm-messaging/spec/ I think I will update the example encoded
FIX in this PR https://github.com/hyperledger/identus-cloud-agent/pull/1313
Is this a priority
@Neethu-Muthu I am not sure why you get that error I have tested this on cloud-agent 1.40.0 post {{baseUrlVerifier}}/present-proof/presentations ``` { "connectionId": "{{VERIFIER_CONNECTION_ID}}", "proofs": [ { "schemaId": "{{baseUrl}}/schema-registry/schemas/{{SCHEMA_ID}}", "trustIssuers": [...
@Neethu-Muthu I cannot reproduce this issue please see above