-
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
differentiate between Record creator and author #893
Conversation
🦋 Changeset detectedLatest commit: ddafa7e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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-06T23:05:41Z |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #893 +/- ##
=======================================
Coverage 93.43% 93.44%
=======================================
Files 117 117
Lines 33301 33308 +7
Branches 2673 2675 +2
=======================================
+ Hits 31116 31123 +7
Misses 2146 2146
Partials 39 39
|
678502d
to
11b60a9
Compare
Add a property to the
Record
class that denotes the record'screator
.When the record is an initial write, the
creator
andauthor
will return the same.Created this issue to add query/filter for creator: TBD54566975/dwn-sdk-js#800