Orie Steele

Results 972 comments of Orie Steele

for each of the key types listed here: https://did.key.transmute.industries/ We have tested that both the JSON and JSON-LD DID Documents work with JSON-LD and VC-JWT. In order to make the...

Low priority... ideally we would have CI actions for regression tests.... this is a request for help to add github actions for regression tests that use the automated load test...

Awesome, i didn't know about the gpg extension... In the earliest version of GitHub DID we based the DID off the repo name, and also supported storing VCs on github......

We could add a step to the GitHub DID resolver that makes sure that a GitHub DID also has a registered GPG key... As you mentioned: https://github.com/OR13.gpg This would prevent...

@csuwildcat to propose a solution on the issue, and get this ready for a reference implementation PR.

We added support for this here: https://github.com/transmute-industries/sidetree.js Ed25519, X25519, secp256k1, and P-256

@csuwildcat any chance we can get a "spec-up" clean up for sidetree? I expect its getting a lot of views now.

This ticket is semi blocking for our ability to update our libraries to support SIP-1 / sidetree 1.0 Any chance this will get implemented soon?

You may want to add ION tests to did core test suite, at some point. for example: https://github.com/w3c/did-test-suite/pull/19 These would help did core cover cases like `deactivated`

Provide concrete examples.... Spec should say this: ``` "didDocumentMetadata": { "deactivated": true, "canonicalId": "did:sidetree:EiDyOQbbZAa3aiRzeCkV7LOx3SERjjH93EXoIM3UoN4oWg", "method": { "published": true, "recoveryCommitment": "EiBfOZdMtU6OBw8Pk879QtZ-2J-9FbbjSZyoaA_bqD4zhA", "updateCommitment": "EiDOrcmPtfMHuwIWN6YoihdeIPxOKDHy3D6sdMXu_7CN0w" } } ```