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

New guide: Update a DID #1415

Merged
merged 6 commits into from
Aug 2, 2024
Merged

New guide: Update a DID #1415

merged 6 commits into from
Aug 2, 2024

Conversation

angiejones
Copy link
Member

@angiejones angiejones commented May 5, 2024

What type of PR is this? (check all applicable)

  • πŸ§‘β€πŸ’» Code Snippet
  • πŸ“– Content
  • πŸ§ͺ Tests

Description

New guide on how to Update a DID

Blocked

The Kotlin snippets are blocked by TBD54566975/web5-kt#310


Copy link

netlify bot commented May 5, 2024

βœ… Deploy Preview for tbd-website-developer ready!

Name Link
πŸ”¨ Latest commit fc7d451
πŸ” Latest deploy log https://app.netlify.com/sites/tbd-website-developer/deploys/66ac3e60c4c04a0008ab9086
😎 Deploy Preview https://deploy-preview-1415--tbd-website-developer.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

.build()

// add a service to the DID document
// BUG: https://github.com/TBD54566975/web5-kt/issues/310
Copy link
Member Author

Choose a reason for hiding this comment

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

remove once bug is fixed

// add a service to the DID document
// BUG: https://github.com/TBD54566975/web5-kt/issues/310
if(myBearerDid.document.service == null){
// myBearerDid.document.service = mutableListOf(serviceToAdd);
Copy link
Member Author

Choose a reason for hiding this comment

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

uncomment once bug is fixed

// myBearerDid.document.service = mutableListOf(serviceToAdd);
}
else {
// myBearerDid.document.service.add(serviceToAdd)
Copy link
Member Author

Choose a reason for hiding this comment

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

uncomment once bug is fixed


internal class HowToUpdateDidTest {
@Test
@Disabled
Copy link
Member Author

Choose a reason for hiding this comment

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

remove once bug is fixed

Copy link

netlify bot commented Aug 1, 2024

βœ… Deploy Preview for tbd-website-developer-new ready!

Name Link
πŸ”¨ Latest commit fc7d451
πŸ” Latest deploy log https://app.netlify.com/sites/tbd-website-developer-new/deploys/66ac3e6068592900083f78ed
😎 Deploy Preview https://deploy-preview-1415--tbd-website-developer-new.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@angiejones angiejones marked this pull request as ready for review August 2, 2024 02:07
@angiejones
Copy link
Member Author

merging the JS guide. will hold off on Kotlin guide until TBD54566975/web5-kt#310 is fixed

@angiejones angiejones merged commit b94b456 into main Aug 2, 2024
16 checks passed
@angiejones angiejones deleted the update-dids branch August 2, 2024 02:12
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.

1 participant