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 library consumer specifies a cluster ID and shard index when creating an encoder, it means they are using static sharding and explicitly specifying which shard index (and...

## Problem Under harsh network conditions, especially at hackathons, it becomes difficult for a js-waku instance in the browser to connect to a Waku node on the network. It's easier...

E:js-waku Waku in Browser on Unreliable Network

**Planned start date**: **Due date**: # Summary Implement a scoring or other mechanism to enable js-waku nodes to: 1. Rely on random internet peers with minimal degradation of the experience...

E:js-waku Improve Reliability

This is a **support request** ## Problem I notice that some hackers spend time figuring out how to build React Native application with `js-waku` only to find themself switching to...

E:js-waku Waku React Native

This is a **bug report** See [test](https://github.com/waku-org/js-waku/blob/master/packages/tests/tests/peer-exchange/query.spec.ts#L127) In CI it usually fails because [query](https://github.com/waku-org/js-waku/blob/master/packages/tests/tests/peer-exchange/query.spec.ts#L100C11-L100C21) doesn't return anything. I tried tweaking the timeouts but with no luck. Locally on my machine...

bug

This is a **bug report** ## Problem For our tests suite, we sometimes get vague generic errors from Allure that don't convey any directed information about the origin of the...

enhancement

## Problem When access happens by index it is possible to hit a case when no value returned. With no proper handling of such edge case it's easy to hit...

This is a **change request** ## Proposed Solutions Use `yamux` here: https://github.com/waku-org/js-waku/blob/c81872ae0e27331fc2c9249f310c3901cf06d5ce/packages/sdk/src/create.ts#L215 ## Notes From the thread - https://github.com/waku-org/go-waku/pull/851#discussion_r1387565204

enhancement

This is a **bug report** ## Problem When more than 3 users are added and subscribed broadcasting of messages happen randomly, certain users get the message and certain users doesn't...

bug

In the [context of discussions](https://discord.com/channels/1110799176264056863/1166349141102837882/1166670331151388784) around named sharding and peer management for the Waku network, it is proposed to make the following changes to the Waku Network: 1. **Deprecate Support...