-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update VC API test suites and setup and add failing test to rust
- Loading branch information
Showing
12 changed files
with
153 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule di-ed25519-test-suite
deleted from
f627dc
Submodule di-eddsa-2022-test-suite
deleted from
53f05d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
module.exports = { | ||
settings: { | ||
// don't test live implementations | ||
enableInteropTests: false, | ||
testAllImplementations: false | ||
}, | ||
implementations: [{ | ||
"name": "Spruce", | ||
"implementation": "Spruce", | ||
"issuers": [{ | ||
"id": "did:key:z6MkgYAGxLBSXa6Ygk1PnUbK2F7zya8juE9nfsZhrvY7c9GD", | ||
"endpoint": "https://127.0.0.1:9000/credentials/issue", | ||
"options": { | ||
"type": "Ed25519Signature2020" | ||
}, | ||
"supports": { | ||
"vc": ['1.1', '2.0'] | ||
}, | ||
"tags": ["vc-api", "Ed25519Signature2020", "JWT", "vc2.0"] | ||
}, { | ||
"id": "did:key:z6MkgYAGxLBSXa6Ygk1PnUbK2F7zya8juE9nfsZhrvY7c9GD", | ||
"endpoint": "https://127.0.0.1:9000/credentials/issue", | ||
"options": { | ||
"type": "DataIntegrityProof" | ||
}, | ||
"supports": { | ||
"vc": ['1.1', '2.0'] | ||
}, | ||
"tags": ["vc-api", "eddsa-rdfc-2022", "eddsa-jcs-2022", "JWT", "vc2.0"] | ||
}], | ||
"verifiers": [{ | ||
"id": "https://spruceid.com", | ||
"endpoint": "https://127.0.0.1:9000/credentials/verify", | ||
"supportedEcdsaKeyTypes": ["P-256"], | ||
"tags": ["vc-api", "Ed25519Signature2020", "JWT", "eddsa-rdfc-2022", "eddsa-jcs-2022", "vc2.0"] | ||
}], | ||
"vpVerifiers": [{ | ||
"id": "https://spruceid.com", | ||
"endpoint": "https://127.0.0.1:9000/presentations/verify", | ||
"supportedEcdsaKeyTypes": ["P-256"], | ||
"tags": ["vc-api", "Ed25519Signature2020", "JWT", "eddsa-rdfc-2022", "eddsa-jcs-2022", "vc2.0"] | ||
}], | ||
"didResolvers": [{ | ||
"id": "https://spruceid.com", | ||
"endpoint": "https://127.0.0.1:9000/identifiers", | ||
"tags": ["did-key"] | ||
}] | ||
}] | ||
}; |
Submodule vc-data-model-2.0-test-suite
added at
39d5cb
Submodule vc-di-ecdsa-test-suite
added at
da5425
Submodule vc-di-ed25519signature2020-test-suite
added at
72ce93
Submodule vc-di-eddsa-test-suite
added at
5de612
This file was deleted.
Oops, something went wrong.