web5-js icon indicating copy to clipboard operation
web5-js copied to clipboard

Monorepo for the Web5 JS TypeScript implementation

Results 89 web5-js issues
Sort by recently updated
recently updated
newest added

In a future release (not yet tagged) of `dwn-sdk-js`, the `dataFormat` property of `RecordsWrite` becomes mutable. https://github.com/TBD54566975/dwn-sdk-js/pull/697 We must also create adjustments to `@web5/api` to accommodate.

package: api

happened when https://github.com/TBD54566975/web5-js/pull/476 was merged. it was re-run and passed successfully, which points to the failing test being affected by race condition. i could find no record of the transient...

Similar to https://github.com/TBD54566975/developer.tbd.website/pull/1348 It also include the OSSF Scan checks. PS: Note that it's fine to reuse a workflow without pinning the dependency because OSSF checks for the nested workflow....

Each SDK is free to publish releases at a frequency that the SDK's respective DRI sees fit. And we need to have a minimum set of coordination when a release...

cicd

`dwn.write()` is missing a `target` property, so Bob creating a message like this where he doesn't store it in his local DWN and it's not sent to the `recipient` won't...

Prior to https://github.com/TBD54566975/dwn-sdk-js/pull/629, `dwn-sdk-js` would return an error if you attempted to write a record without any data. But now that we allow initial writes to be written without data,...

package: api

Should be downloadable via `web5.did.download()` or something similar

Both `agent` and `connectedDid` are optional properties on `connect()`. A user attempted to provide `connectedDid` without `agent`. No error occurred. The DID they provided was simply ignored, and a new...

The identity-agent package doesn't have a cache for DID Resolution the way that it does in the `@web5/proxy-agent` and `@web5/user-agent` implementations. This creates a negative performance impact because every DWN...

enhancement

The [original sync implementation](https://github.com/TBD54566975/web5-js/blob/main/packages/old/web5-user-agent/src/sync-api.ts) included a check to avoid unnecessarily pulling a record that was already present on the local DWN after a sync push operation (aka echo after push)....

bug