Skip to content

Commit

Permalink
feat: update submodules documentation to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Hyperledger Bot <[email protected]>
  • Loading branch information
antonbaliasnikov authored and hyperledger-bot committed Oct 6, 2024
1 parent ad4c0a0 commit 1be7cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion identus-cloud-agent
Submodule identus-cloud-agent updated 30 files
+1 −1 build.sbt
+9 −1 cloud-agent/service/server/src/main/scala/org/hyperledger/identus/oid4vci/CredentialIssuerEndpoints.scala
+6 −4 ...t/service/server/src/main/scala/org/hyperledger/identus/oid4vci/controller/CredentialIssuerController.scala
+1 −2 ...main/scala/org/hyperledger/identus/agent/walletapi/service/ManagedDIDServiceWithEventNotificationImpl.scala
+5 −2 ...ce/wallet-api/src/main/scala/org/hyperledger/identus/agent/walletapi/util/ManagedDIDTemplateValidator.scala
+1 −1 examples/st-oid4vci/demo/requirements.txt
+7 −0 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/model/error/CredentialSchemaError.scala
+12 −4 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/model/schema/CredentialSchema.scala
+0 −1 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/CredentialServiceImpl.scala
+1 −2 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/GenericUriResolverImpl.scala
+21 −3 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/OID4VCIIssuerMetadataService.scala
+1 −2 pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/uriResolvers/DidUrlResolver.scala
+1 −1 ...core/src/test/scala/org/hyperledger/identus/pollux/core/service/OID4VCIIssuerMetadataServiceSpecSuite.scala
+3 −3 pollux/sql-doobie/src/main/scala/org/hyperledger/identus/pollux/sql/model/db/package.scala
+41 −15 pollux/vc-jwt/src/main/scala/org/hyperledger/identus/pollux/vc/jwt/VerifiableCredentialPayload.scala
+75 −2 pollux/vc-jwt/src/test/scala/org/hyperledger/identus/pollux/vc/jwt/JWTVerificationTest.scala
+1 −2 shared/core/src/main/scala/org/hyperledger/identus/shared/http/GenericUriResolver.scala
+1 −0 shared/core/src/main/scala/org/hyperledger/identus/shared/models/Failure.scala
+0 −4 tests/integration-tests/README.md
+0 −1 tests/integration-tests/src/test/kotlin/config/services/Agent.kt
+0 −1 tests/integration-tests/src/test/kotlin/config/services/Keycloak.kt
+1 −4 tests/integration-tests/src/test/kotlin/config/services/ServiceBase.kt
+0 −1 tests/integration-tests/src/test/kotlin/config/services/Vault.kt
+0 −1 tests/integration-tests/src/test/kotlin/config/services/VerifiableDataRegistry.kt
+8 −10 tests/integration-tests/src/test/kotlin/steps/oid4vci/IssueCredentialSteps.kt
+108 −17 tests/integration-tests/src/test/kotlin/steps/oid4vci/ManageCredentialConfigSteps.kt
+109 −20 tests/integration-tests/src/test/kotlin/steps/oid4vci/ManageIssuerSteps.kt
+3 −3 tests/integration-tests/src/test/resources/features/oid4vci/issue_jwt.feature
+27 −4 tests/integration-tests/src/test/resources/features/oid4vci/manage_credential_config.feature
+24 −3 tests/integration-tests/src/test/resources/features/oid4vci/manage_issuer.feature
2 changes: 1 addition & 1 deletion identus-edge-agent-sdk-ts

0 comments on commit 1be7cb6

Please sign in to comment.