-
Notifications
You must be signed in to change notification settings - Fork 7
Add data model suite #95
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
Conversation
tests/suites/data-model.js
Outdated
| 'start with the base-58-btc prefix (z), as defined in the ' + | ||
| 'Multibase section of Controller Documents 1.0. A ', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what should be written here. Maybe the A should just be dropped? Maybe 1.0.A was meant? For certain, the sentence should end with a ..
| 'start with the base-58-btc prefix (z), as defined in the ' + | |
| 'Multibase section of Controller Documents 1.0. A ', | |
| 'start with the base-58-btc prefix ("z"), as defined in the ' + | |
| 'Multibase section of Controller Documents 1.0.A.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TallTed this looks like a typo resulting from my cut and paste job. The line reads: "The publicKeyMultibase value of the verification method MUST start with the base-58-btc prefix (z), as defined in the Multibase section of Controller Documents 1.0" The A belongs to the next sentence: "A Multibase-encoded ECDSA 256-bit public key value or an ECDSA 384-bit public key value follows, as defined in the Multikey section of Controller Documents 1.0. Any other encoding MUST NOT be allowed."
So the A should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Ted Thibodeau Jr <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
…eason. Co-authored-by: Ted Thibodeau Jr <[email protected]>
TallTed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English looks OK. I don't speak JavaScript.
@TallTed you should learn. It's a great language. |
For various reasons, I prefer to keep English as my primary coding language, with which I achieve reasonably good results, even with my imperfect facility. |
Adds a bunch of issuer tests related to the Data Model section.