-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update package name and legacy terms. #34
Conversation
- Change `StatusList2021` to `BitstringStatusList`, - Change `StatusList2021Credential` to `BitstringStatusListCredential`. - Change `StatusList2021Entry` to `BitstringStatusListEntry`.
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 should of checked for this PR before having a go at this myself. Good thing is that what found matches this PR. I left a comment about the status list context which will need a solution.
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.
Would it be useful too add this name change to the changelog?
## 1.1.1 - 2024-06-11
### Changed
- Updated `status-list-2021-test-suite` package name to
`vc-bitstring-status-list-test-suite`.
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.
What should we do about the https://w3id.org/vc/status-list/2021/v1
context url? Without upgrade to data model v2, what context is to be used with BitstringStatusList?
@JSAssassin any blockers to mark this PR as ready for review? |
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.
Approving provided that @PatStLouis is happy with the changes.
status-list-2021-test-suite
tovc-bitstring-status-list-test-suite
StatusList2021
toBitstringStatusList
,StatusList2021Credential
toBitstringStatusListCredential
.StatusList2021Entry
toBitstringStatusListEntry
.StatusList2021
toBitstringStatusList
.NOTE: This has not been tested. We do not want to merge this until we have implementations that uses the latest contexts. Leaving the PR as a draft for now. Also tag in vc-test-suite-implementations in w3c-ccg org will have to be updated when this PR is merged. There is a draft PR for that there.)
TODO: