-
Notifications
You must be signed in to change notification settings - Fork 99
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
At risk: nextUpdate, nextVersionId #667
Comments
This is an EDITORIAL warning. It's basically saying -- "These features were added late in the game (which they were), the WG is unsure if we'll have enough implementations of the feature (which is true), and if we don't, we'll take it out of the specification (which is standard practice). That doesn't mean the features will never exist... the fallback position is that you'll have to define it and register it in DID Specification Registries -- which can be done with less than two days of work. For features to remain in the specification during the Candidate Recommendation phase, the WG requires: 1) volunteers to write tests for the feature, and 2) at least two independent implementers to implement the feature. We know that many of the other features in the specification already have volunteers to write tests and at least two independent implementations, which is why they're not marked as at risk. A number of people in the WG see the value of nextUpdate and nextVersionId... but until we see those actually implemented in real DID Resolvers, the jury is still out wrt. people prioritizing the implementation of those features over other ones. Does that answer your question, @oed? |
That makes sense. Thanks for clarifying @msporny! I'll happily volunteer to write tests for this feature. Where do these usually reside and what format do they take? I will also commit to provide one of the independent implementations 👍 |
That is exactly the right way to respond to a feature at risk! :)
The tests will be in the DID Test Suite: https://github.com/w3c/did-test-suite/ Instructions on contributing are here: https://github.com/w3c/did-test-suite/#getting-started @OR13 is in charge of the DID Test Suite and might be able to help you out wrt. getting started. We are currently doing the final pass on the machine-testable feature requirements in the specification and hope to have the final list by the end of this week. I don't expect the requirements around nextUpdate and nextVersionId to change, so you could probably safely submit tests for that now -- @OR13 could give you more instruction on that. Future issues wrt. testing should be raised in https://github.com/w3c/did-test-suite/ With that, can we mark this issue as resolved, @oed? |
Fair enough. Before that I just would like to know if there is some sort of deadline that shouldn't be missed if this feature is not to be removed? |
The deadline is "the end of the W3C Candidate Recommendation Phase". The first round of CR is expected to end at the end of April -- there should be tests and two independent implementations at that point... so you have ~2.5 months to get it done. |
Initial question asked by @oed has been answered with a clear path forward. Closing. |
I just noticed that
nextUpdate
andnextVersionId
was marked as "at risk" in #601@msporny Can you please clarify why this was done? Imo this renders the DID spec completely unusable in hash linked data structures where you need to be able to verify when a particular key was revoked. The full issue is described here: #483
What exactly are you looking for here?
The text was updated successfully, but these errors were encountered: