-
Notifications
You must be signed in to change notification settings - Fork 11
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
Align created property with DI spec (making it optional) #86
Conversation
The `created` property of the proof MUST be an [[XMLSCHEMA11-2]] | ||
formatted date string. |
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.
This doesn't make the created
property optional; it drops all reference to it. I would expect something like this —
The `created` property of the proof MUST be an [[XMLSCHEMA11-2]] | |
formatted date string. | |
The `created` property of the proof is OPTIONAL; if present, it MUST be an | |
[[XMLSCHEMA11-2]] formatted date string. |
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 think it's fine to remove it... the spec text states that the base requirements come from DI, and the requirements listed here are ADDITIONAL requirements. IOW, if we kept your text @TallTed -- we'd be duplicating normative statements across DI and the EdDSA cryptosuite.
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.
OK; I overlooked that this was replicating DI.
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.
(But I submit that the title of this PR should be changed accordingly.)
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.
Done (title of PR updated).
Editorial, multiple reviews, changes requested (but not made with agreement), no objections, merging. |
This PR addresses issue #73. It does this by basing the DataIntegrityProof proof contents on those in the Data Integrity specification where the created attribute is optional.
Preview | Diff