dwn-sdk-js icon indicating copy to clipboard operation
dwn-sdk-js copied to clipboard

Decentralized Web Node (DWN)

Results 143 dwn-sdk-js issues
Sort by recently updated
recently updated
newest added

Currently the filters used for `EventsQuery` and `EventsSubscribe` which will primarily be used for `selective sync` support many different filters. However this adds a level of complexity that may not...

Mirror the work done for `web5-js` in the `dwn-sdk-js` repo. More context here: https://github.com/TBD54566975/web5-js/pull/316

good first issue
testing
CICD
hacktoberfest

Allowing a user to `tag` a `record`, and then query for records that match the tags. ```typescript export type Tags = { [tag: string]: Array }; export type RecordsWriteDescriptor =...

Currently because we don't link new configurations to old, and retain old configurations, messages that were accepted under an earlier configuration would bounce when replayed against a newer one. This...

bug

We currently use `messageCid` as the cursor value when querying for both `Events` and `Records`, however this becomes an issue if the particular message representing a `messageCid` gets deleted between...

Note both delegated grant as an author and delegated grant as an owner can coexist in a message since they authorize different things.

feature

In `index-level.ts`, there are at least a couple of places where we accept invalid input and either return void/empty array instead of throwing explicit errors. It is probably better to...

bug
good first issue
refactoring
hacktoberfest

Currently a full copy of the record indexes is stored for every index table. There are ~20 indexed properties for a record, this means the same ~20 indexed key-value pairs...

performance

Investigate if author is referenced correctly when latest state of a Records is not authored by the initial record author. Add tests and fix any issues. A couple of scenario...

bug
good first issue
testing
hacktoberfest