Orie Steele

Results 972 comments of Orie Steele

https://github.com/w3c/vc-controller-document now exists

Seems still blocked pending: https://github.com/w3c/did-core/issues/845

Given the resolutions this is now post CR.

I think we should add the following example: ```json { "@context": [ "https://www.w3.org/ns/did/v1", "https://www.w3.org/ns/credentials/v2" ], "id": "https://vendor.example/issuers/42", "verificationMethod": [ { "id": "https://vendor.example/issuers/42/keys/urn:ietf:params:oauth:jwk-thumbprint:sha-256:NzbLsXh8uDCcd-6MNwXF4W_7noWXFZAfHkxZsRGC9Xs", "type": "JsonWebKey2020", "controller": "https://vendor.example/issuers/42", "publicKeyJwk": { "kty": "OKP",...

thanks for reporting this... our smoke tests and fixtures in the repo need a lot of cleanup.

`publicKey` was replace with `verificationMethod`.

@gjgd I believe this is related to the issue you encountered with photon as well. It should be resolvable with tests in this repo and use `did:key` and `application/did+json`.

@aaj3f this issue is caused by this: https://github.com/transmute-industries/verifiable-data/blob/main/packages/ed25519-signature-2018/src/Ed25519Signature2018.ts#L56 https://github.com/transmute-industries/verifiable-data/blob/main/packages/ed25519-signature-2018/src/Ed25519Signature2018.ts#L260 It should be resolved in the latest version fo ed25519-signature-2018.

stumbled on this again today. The main changes seem to be: 1. SEC_V2 is not longer required when verifying / issuing 2. documentLoader does dereference instead of resolve now.

partially addressed in https://github.com/transmute-industries/vc.js/pull/37