-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update submodules documentation to latest
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
- Loading branch information
1 parent
8164691
commit fbbc34e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule identus-cloud-agent
updated
17 files
Submodule identus-edge-agent-sdk-ts
updated
16 files
+3 −0 | src/domain/buildingBlocks/Pluto.ts | |
+1 −0 | src/domain/index.ts | |
+82 −0 | src/domain/protocols/Startable.ts | |
+1 −0 | src/domain/protocols/index.ts | |
+12 −39 | src/edge-agent/Agent.ts | |
+19 −49 | src/edge-agent/didcomm/Agent.ts | |
+14 −22 | src/edge-agent/oidc/Agent.ts | |
+25 −4 | src/pluto/Pluto.ts | |
+5 −0 | src/pluto/rxdb/Store.ts | |
+135 −134 | src/pollux/Pollux.ts | |
+45 −7 | tests/agent/Agent.functional.test.ts | |
+193 −2 | tests/agent/Agent.test.ts | |
+92 −0 | tests/agent/didcomm/Agent.functional.test.ts | |
+70 −0 | tests/agent/oidc/Agent.functional.test.ts | |
+1 −1 | tests/agent/oidc/Agent.test.ts | |
+1 −0 | tests/fixtures/index.ts |