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

This is a **support request** ## Problem `@waku/rln` has good coverage for `Keystore` or `RLNContract` but almost no tests are covering other areas. ## Proposed Solutions Write them

debt

This is a **feature or change request** ## Problem Currently, creating a subscription via filter requires passing an instance of `SingleShardInfo`. This is not user friendly when using autosharding. The...

E:1.2: Autosharding for autoscaling

This is a **support request** ## Problem `js-waku` is client side set of libraries that highly depends on many packages from `npm` ecosystem. One of our goals is to provide...

enhancement

## Problem The current Filter implementation has a few gaps: ### Dev Ex - library consumers are more used to an event-based approach for subscription-like implementations - `await filter.subscribe(xyz, callback)`...

E:Presentation Readiness

This is a **change request** ## Problem The number of parameters in constructors and consequently in factories functions/methods grow fast. ## Proposed Solutions Instead, we should use the `options` object...

enhancement

This is a **feature request** ## Problem Right now `js-waku` uses `EventEmitter` from `@libp2p/interface/events` which increases amount of dependencies and potentially leading to increased bundle. ## Proposed Solutions Browsers have...

enhancement

This is a **bug report/feature or change request/support request** ## Problem Existing docs do not have the latest instructions for installing and running tests on the repository ## Proposed Solutions...

documentation
enhancement
good first issue

This is a **feature or change request** ## Problem With #1751 , named sharding will be deprecated. We continue to allow setting the pubsub topic manually to prevent breaking changes...

enhancement

This is a **feature request** ## Problem We do not have any interop tests with rln. ## Proposed Solutions Add tests to cover basic use cases, data structures.

track:rln
test

This is a **support request** ## Problem Currently we had to remove hard rule for all commits to be signed to unblock the release https://github.com/waku-org/js-waku/pull/1237 ## Proposed Solutions We need...

good first issue
infra