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

We need support for delegated grants in order to accommodate Web5 Connect on DWAs that use the `grantedFor` field

feature

### Background: Currently a protocol URI must be passed as a filter to `protocols.query()` ### Objective: - The protocol URI prop should be optional, and if omitted, should return all...

feature
good first issue

We should not need to require a root key to specify the derivation scheme. Would be nice if `Records.decrypt()` is able to accept root key without the need of derivation...

feature

`DidIonResolver` depends on calling an external API endpoint. When the network is not available, these tests fail. There was some code around stubbing `fetch` but this failed for Browser tests...

good first issue
testing

The repository "developer.tbd.website" contains templates for both issue creation and pull requests. It is recommended to include these templates in this repository as well. Doing so will enhance the clarity...

Currently we don't check the `messageTimestamp` against the current server time when authorizing a message. We should do this to prevent blatant backdated "new" message to be accepted. There will...

feature