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

feat(edgeagent): adds support for connectionless issuance and presentation #171

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

goncalo-frade-iohk
Copy link
Contributor

@goncalo-frade-iohk goncalo-frade-iohk commented Sep 24, 2024

Description:

This PR adds connectionless issuance and replaces the PR since it is already with new refactoring so it adds connectionless issuance and presentation.

Checklist:

  • My PR follows the contribution guidelines of this project
  • My PR is free of third-party dependencies that don't comply with the Allowlist
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked the PR title to follow the conventional commit specification

let document = try await CastorImpl(apollo: ApolloImpl()).resolveDID(did: try DID(string: "did:prism:b41a8309cbd4fee3e5d70b035be0512e9a2f5f276d19714c1814b24e1dc7e244:Co0CCooCElwKB21hc3RlcjAQAUJPCglzZWNwMjU2azESIBh6Uku9jSptu9Gpi6QgW5R_qnGKcyY1j0tn9tRSi7O_GiAImBdiemwVm5TKy2f3UgwXglXqOOvcSMNt9gBps1o5qhJkCg9hdXRoZW50aWNhdGlvbjAQBEJPCglzZWNwMjU2azESIBh6Uku9jSptu9Gpi6QgW5R_qnGKcyY1j0tn9tRSi7O_GiAImBdiemwVm5TKy2f3UgwXglXqOOvcSMNt9gBps1o5qhJECghpc3N1aW5nMBACSjYKB0VkMjU1MTkSK1VhLUdXOHJla2wwaUdrNGNrX0lyQ04tMWQwVVhhSk5JVDI1cThLZEl4czQ"))

print(document)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guessing this can be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup nice catch removed :D

@goncalo-frade-iohk goncalo-frade-iohk force-pushed the feature/OIDC-Preparation-Refactoring branch 2 times, most recently from 80571a6 to 65ff99d Compare September 25, 2024 14:40
Base automatically changed from feature/OIDC-Preparation-Refactoring to main September 26, 2024 09:48
@coveralls
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants