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 **change** request ## Problem Similar to work on https://github.com/waku-org/js-waku/pull/1871, developers currently rely on importing discovery packages and passing it to `libp2p.peerDiscovery` like: ```ts import {wakuPeerExchange, wakuDnsDiscovery} from...

enhancement

This is a **bug report** ## Problem When using `wakuPeerExchangeDiscovery` with a wrong(non-existent or empty) pubsubtopicArray the peerExchange still works and node are discovered. Peer Exchange does not take the...

bug

This is a **bug report** ## Steps 1. ContentTopic = "/waku/2/content/test.js"; 2. singleShardInfo = { clusterId: 0, shard: 0 } 3. encoder = createEncoder({ contentTopic: ContentTopic, pubsubTopicShardInfo: singleShardInfo }); Generates:...

bug

This is a **bug report/feature or change request/support request** ## Problem ## Proposed Solutions ## Notes

This is a **bug report** ## Steps 1. Have jswaku and nwaku(or gowaku) connected via filter and lightpush protocols 2. Subscribe jswaku to a topic 3. Send 100 messages from...

bug

This is a **feature request** ## Problem Overall `Store protocol` is not reliable in Waku network as it is up to a service node what retention time to use etc....

E:js-waku Improve Reliability

This is a **change request** ## Problem Technical debt (as measured by static analysis) is slowly creeping up since drastic improvements in end of 2022: https://codeclimate.com/github/waku-org/js-waku/trends/technical_debt Code Climate provide good...

good first issue
test

This is a feature request. ## Problem Right now we don't have any strategy for measuring and limiting size of `js-waku` package family. ## Proposed Solutions Define maximum size limit...

test

This is a **feature request** ## Problem js-waku do not have yet test coverage measurements or baseline ## Proposed Solutions Add ~80% test coverage check

good first issue
test

This is a **bug report** This works fine with `wakuorg/nwaku:v0.24.0` but fails with `wakuorg/nwaku:v0.25.0` and `harbor.status.im/wakuorg/nwaku:latest` A wild guess is that this issue is a by-product of https://github.com/waku-org/nwaku/pull/2332#discussion_r1466087883 ## Steps...

bug