-
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
f39e271
commit 71935e2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule identus-edge-agent-sdk-ts
updated
20 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/e2e-tests.yml | |
+1 −1 | .github/workflows/release.yml | |
+8 −1 | .gitignore | |
+5 −1 | README.md | |
+462 −0 | docs/cardano/IssuerDID.md | |
+28 −0 | docs/cardano/index.md | |
+264 −388 | package-lock.json | |
+7 −3 | package.json | |
+1 −3 | src/apollo/utils/Secp256k1PrivateKey.ts | |
+131 −8 | src/castor/Castor.ts | |
+1 −1 | src/castor/protos/common_models.ts | |
+1 −1 | src/castor/protos/google/protobuf/timestamp.ts | |
+11 −0 | src/castor/protos/node_models.proto | |
+147 −10 | src/castor/protos/node_models.ts | |
+65 −1 | src/domain/models/keyManagement/Key.ts | |
+0 −108 | src/domain/utils/DER.ts | |
+1 −3 | tests/apollo/Apollo.test.ts | |
+154 −0 | tests/castor/AtalaOperation.test.ts | |
+16 −0 | tests/castor/PrismDID.test.ts |