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

## Problem When using the Filter protocol, we create subscriptions with multiple peers. This increases the inherent reliability considering we have multiple nodes that can provide us with an incoming...

This is a **support request** ## Problem Update `js-waku` to use https://github.com/waku-org/specs/commit/ffc9d3a211be09ba31d862c4423e82faf0a259c6 ## Proposed Solutions Handle new error codes and other changes.

enhancement
E:js-waku Reliability Protocol for Resource-Restri

This is a **change request** ## Problem https://github.com/waku-org/js-waku/blob/4db508b962736426f4897995a2b525c82fe0ba37/packages/core/src/lib/base_protocol.ts#L79 `numPeers` takes in `0` as the value if all peers are to be returned. This is unintuitive to correlate `0` with _all...

## Problem ## Solution ## Notes - Resolves - Related to Contribution checklist: - [ ] covered by unit tests; - [ ] covered by e2e test; - [ ]...

This is a potential **bug report** ## Problem Based on https://github.com/waku-org/go-waku/pull/1128, it was found out that status-go runs into a problem where if a peer is discovered dynamically, perhaps using...

bug
E:js-waku Reliability Protocol for Resource-Restri

Bumps [@libp2p/peer-id](https://github.com/libp2p/js-libp2p) from 4.0.9 to 4.2.0. Release notes Sourced from @​libp2p/peer-id's releases. peer-id-factory: v4.2.0 4.2.0 (2024-07-03) Features add url peer id (#2598) (b0b6cae) Dependencies The following workspace dependencies were updated...

dependencies

This is a **feature request** ## Problem For Filter and LightPush, every time a new LP request/new subscription is created, `getPeers()` is called -- this is called every time which...

E:js-waku Reliability Protocol for Resource-Restri

:robot: I have created a release *beep* *boop* --- core: 0.0.30 ## [0.0.30](https://github.com/waku-org/js-waku/compare/core-v0.0.29...core-v0.0.30) (2024-07-03) ### ⚠ BREAKING CHANGES * **filter:** return error codes instead of throwing errors ([#1971](https://github.com/waku-org/js-waku/issues/1971)) ### Features...

autorelease: pending

## Problem #2029 ## Solution Implement the client for the new Store V3. ## Notes - Resolves #2029 - Related to https://github.com/waku-org/specs/blob/master/standards/core/store.md Contribution checklist: - [ ] covered by unit...

This is a **feature request** ## Problem Currently once `js-waku` looses and then recovers connection (either Internet or to all peers) - existing Filter subscriptions misbehave. ## Proposed Solutions If...

E:js-waku Reliability Protocol for Resource-Restri