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

JavaScript implementation of Waku v2

Results 206 js-waku issues
Sort by recently updated
recently updated
newest added

With work on #1682, we are changing the Filter API -- this also impacts the `IRelay` API as both of these protocol implementations are expected to be compliant with our...

enhancement

This is a **bug report/feature or change request/support request** ## Problem Follow-up of https://github.com/waku-org/examples.waku.org/issues/275 @waku-org/js-waku-developers needs to define a small number of dogfooding webapp in lab.waku.org that enable: - dogfooding...

enhancement

This is a **feature or change request** ## Problem All functions to create a node allow it to be setup for either autosharding or static sharding depending on which options...

E:1.2: Autosharding for autoscaling

This is a **feature or change request** ## Context the `defaultBootstrap` option was set in an effort to keep the code as agnostic as possible in terms of reliance to...

E:1.2: Autosharding for autoscaling

This is a **feature request** ## Problem As a dev, I may prefer to do a `await subscription.next()` on a filter subscription rather than passing a callback function. ## Proposed...

documentation

This is a **change request** ## Problem Current `README.md` can be improved to facilitate some of the questions new people would have about `js-waku` family of packages. ## Proposed Solutions...

good first issue
E:Presentation Readiness

This is a **feature request** ## Problem Store protocol seems to be overloaded with additional definitions such as `cursor`, `page` etc. For novice people it might be overwhelming. ## Proposed...

enhancement
E:Presentation Readiness

This is a **change request** ## Problem Right now consumers of the library have no way to handle an error that might happen during the execution of `subscription` from `IReceiver`...

enhancement

This is a **bug report** ## Problem After adding https://github.com/waku-org/js-waku/pull/1598 it happens that sometimes `browser` testing fails due to `Safari` browser disconnecting. It happens only for `@waku/message-encryption` package. ## Proposed...

bug
test
E:Comprehensive dev testing

This reverts commit 7eb3375f The [original PR](https://github.com/waku-org/js-waku/pull/1728) states: > In some cases users don't want to encrypt whole payload but only some part of it to have additional features. I...