Commit 8ddabe0
1 parent 7a87c8b commit 8ddabe0
2 files changed
+2
-2
lines changedSubmodule cloud-agent updated 14 files
- .github/workflows/build.yml+2-2
- .github/workflows/oasdiff.yml+5-4
- .github/workflows/release-clients.yml+9-22
- CONTRIBUTING.md+1-1
- cloud-agent/client/generator/publish-clients.sh+19-7
- cloud-agent/client/kotlin/build.gradle-61
- cloud-agent/client/kotlin/build.gradle.kts+111
- cloud-agent/client/kotlin/gradle.properties+1-1
- cloud-agent/client/typescript/package.json+5-4
- infrastructure/shared/docker-compose-combined.yml+3-3
- infrastructure/shared/docker-compose-demo.yml+1-1
- infrastructure/shared/docker-compose-mt-keycloak.yml+1-1
- infrastructure/shared/docker-compose-with-kafka.yml+1-1
- infrastructure/shared/docker-compose.yml+1-1
- .github/CODEOWNERS+1-1
- CONTRIBUTING.md+18-17
- DCO.md+1-1
- MAINTAINERS.md+2-2
- README.md+8-11
- SECURITY.md+1-1
- src/edge-agent/didcomm/CreatePresentation.ts+1-1
- src/edge-agent/didcomm/CreatePresentationRequest.ts+1-3
- src/edge-agent/helpers/ProtocolHelpers.ts+2-91
- src/edge-agent/protocols/proofPresentation/Presentation.ts+27-20
- src/edge-agent/protocols/proofPresentation/ProposePresentation.ts+27-28
- src/edge-agent/protocols/proofPresentation/RequestPresentation.ts+32-27
- src/edge-agent/protocols/types.ts-20
- tests/agent/Agent.test.ts+8-8
- tests/agent/protocols/issueCredential/RequestCredential.test.ts+2-3
- tests/agent/protocols/proofPresentation/Presentation.test.ts+74-24
- tests/agent/protocols/proofPresentation/ProposePresentation.test.ts+67-61
- tests/agent/protocols/proofPresentation/RequestPresentation.test.ts+76-71
0 commit comments