-
Notifications
You must be signed in to change notification settings - Fork 56
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
Ability to update SyncOptions for an identity #895
Conversation
🦋 Changeset detectedLatest commit: ba59ce3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
TBDocs Report 🛑 Errors: 0 @web5/api
@web5/crypto
@web5/crypto-aws-kms
@web5/dids
@web5/credentials
TBDocs Report Updated at 2024-09-09T15:15:38Z |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #895 +/- ##
==========================================
+ Coverage 93.44% 93.45% +0.01%
==========================================
Files 117 117
Lines 33308 33363 +55
Branches 2675 2693 +18
==========================================
+ Hits 31123 31178 +55
Misses 2146 2146
Partials 39 39
|
Added the ability to get/update the sync options for a given identity.
Additionally calling
registerIdentity
will fail if an identity is already registered instead of over-writing the options.Ability to
unregister
an identity, which will stop it from syncing further the next interval.