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: Release/0.1.9 #18

Closed
wants to merge 2 commits into from
Closed

feat: Release/0.1.9 #18

wants to merge 2 commits into from

Conversation

stormer78
Copy link
Contributor

No description provided.

… a IRI (SSI Crate limitation)

  * This changes serviceEndpoint.id from `#service` to `did:peer:#service` so that it passes Uri checks
* fix: If more than a single service was specified, then this would crash due to `#service-n` not being a valid URI
  * Changed so that all serviceEndpoint Id's are `did:peer:#service` as the starting string
* update: `tokio-tungstenite` crate updated from 0.23 to 0.24
@stormer78
Copy link
Contributor Author

Fixed a minor issue in the did:peer example script for generating a DID

@robert-affinidi robert-affinidi changed the title Release/0.1.9 feat: Release/0.1.9 Sep 17, 2024
@@ -454,8 +456,12 @@ impl DIDMethodResolver for DIDPeer {

let mut service: Service = service.into();
if service_count > 0 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like rebase/merge is needed as on main we have service_idx.

@stormer78 stormer78 closed this Sep 18, 2024
@stormer78 stormer78 deleted the release/0.1.9 branch November 12, 2024 20:30
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.

2 participants