-
Notifications
You must be signed in to change notification settings - Fork 240
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
fix: DidDocument default context #4503
Conversation
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.
We are always happy to welcome new contributors ❤️ To make things easier for everyone, please make sure to follow our contribution guidelines, check if you have already signed the ECA, and relate this pull request to an existing issue or discussion.
spi/common/identity-did-spi/src/main/java/org/eclipse/edc/iam/did/spi/document/DidDocument.java
Outdated
Show resolved
Hide resolved
also @perher if you rebase the PR it should fix the failing checks Thanks |
ea25bc2
to
a3f7b3e
Compare
I've rebased and renamed constant now |
This pull request is stale because it has been open for 7 days with no activity. |
a3f7b3e
to
08c7097
Compare
08c7097
to
fa9af28
Compare
rebased, but not passing the ECA check now for some reason.. will retry again later |
updated DEPENDENCIES file |
Hi @perher seems that dependencies still failing, try to rebase from main and check it in again Thanks |
7dc5c84
to
7c4c13f
Compare
@wolf4ood I was already on latest main, but updated the DEPENDENCY file again according to checker |
another dependency issue, I need help from maintainers now, please let me know what to do or feel free to push to my branch |
Thanks @perher |
What this PR changes/adds
Changes the default json-ld context for
DidDocument
.Why it does that
To follow the "Decentralized Identifiers (DIDs) v1.0 specification".
Linked Issue(s)
Closes #4501