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 The current `waitForRemotePeer` utility takes in `waku` as the first argument. This function needs to be imported separately and then the node is...

enhancement

**Planned start date**: **Due date**: # Summary In the context of using req/resp protocols, especially filter, a disconnection/reconnection to a remote peer may mean a lost to internet connection, which...

enhancement
track:restricted-run

This is a **change request** ## Problem Ability to configure peerId in `LightPush.send` was removed here: https://github.com/waku-org/js-waku/commit/81a52a8097ba948783c9d798ba362af0f27e1c10#diff-151faa41cf9f93c502df4cb30b090b41d2cadd6eba341246169e28dc7efdc666R100 in favour of `peer-exchange` (AFAIU) I believe this should be revisited as the...

enhancement

This tracks the work to define and implement a relay validator that allows nodes to limit the amount of bandwidth they're willing to allocate for routing "free traffic". In this...

This is a **feature request** ## Problem Some of the functions used by builders do not have any comments/JSDocs added to them. These can be useful for learning about how...

documentation

This tracks work necessary to change req-resp protocol requirements for pubsub topic fields to be optional in wire specifications. This implies a spec change, changes to clients to use the...

This is a **bug report** ## Problem I use the symmetric encrypted encoder/decoder from the `@waku/message-encryption` package. If the key length is different than 32 bytes then no data will...

bug

This is a **bug report/feature or change request/support request** ## Problem After the upgrade of `typedoc` link resolution started to show warnings sometimes. It's better to enable `treatWarningsAsErrors` but then...

documentation

This is a **feature request** ## Problem At this point `js-waku` is in a position when it is good to be considered for new projects but still raw to be...

enhancement

This is a **bug report** ## Problem If multiple subscribe requests are made to the same topic and then only 1 message is send for that topic the callback will...

bug