Skip to content
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: set DID when creating participant context #348

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

Correctly sets the participant's DID when converting from ParticipantManifest -> ParticipantContext

Why it does that

Briefly state why the change was necessary.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #347

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger paullatzelsperger added the bug Something isn't working label May 16, 2024
@paullatzelsperger
Copy link
Member Author

paullatzelsperger commented May 16, 2024

@thomasrutger FYI

@paullatzelsperger paullatzelsperger merged commit dda7f83 into eclipse-edc:main May 16, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ParticipantContextServiceImpl createParticipantContext does not configure did
2 participants