Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add diagram, change labels #8

Closed
wants to merge 1 commit into from
Closed

Add diagram, change labels #8

wants to merge 1 commit into from

Conversation

OR13
Copy link
Contributor

@OR13 OR13 commented May 21, 2023

Screen Shot 2023-05-21 at 3 42 12 PM Screen Shot 2023-05-21 at 3 42 06 PM

@@ -160,7 +129,7 @@ async function createVcExamples() {
vcProofExampleIndex++;
const verificationMethod = example.getAttribute('data-vc-vm');
suite.verificationMethod =
verificationMethod || 'did:key:' + keyPair.publicKey;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove bias towards a particular did method.

@@ -4,7 +4,11 @@
<title>Verifiable Credentials ReSpec Test</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just calling import worked?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apparently

@OR13
Copy link
Contributor Author

OR13 commented May 24, 2023

related PR: w3c/vc-bitstring-status-list#67

Copy link
Collaborator

@davidlehn davidlehn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hard to test, seems to not work right now. Maybe needs fixes from vc-v2 branch?

@@ -79,6 +87,80 @@ <h1>Examples</h1>
}
}
</pre>
<section>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an example of the respec plugin. What is the graph for? Was the idea this would be autogenerated? It doesn't match the example data above.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this being added?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants