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 **feature request** ## Problem In https://github.com/waku-org/js-waku/issues/1418 Playwright was configured to extract and test only one example which is `web-chat`. We have other examples that are worth shallow...

E:Comprehensive dev testing

This is a **bug report/feature or change request/support request** ## Problem js-waku currently filters and tries to dial all peers that support websockets on the transport level. this leads to...

enhancement
good first issue

**Planned start date**: **Due date**: # Summary Tracks the work done on `js-waku` to improve **speed**, **latency**, and other critical parameters to the fluency of `js-waku`. Items may come from:...

epic

This is a **feature request** ## Problem There is currently no prevention/mitigation/protection of spam messages. Opt-in message signing for custom topics is the first protection mechanism to be delivered. specs:...

E:Opt-in message signing

## Problem With the investigation https://github.com/waku-org/js-waku/issues/1465#issuecomment-1674471622, we saw that the delays in `lightpush.send()` are considerably tied with how long the execution of `pipe()` takes ## Proposed Solutions Investigate if we...

This is a feature request ## Problem There have been times where circular dependencies have creeped in to our codebase - one of these times was recently with https://github.com/waku-org/js-waku/pull/1520/commits/c421732c09d689070626ec40f2c0711392cb20e8 where...

This is a **change request** ## Problem Right now `@waku/*` projects more or less follow the same testing stack/approach: - mocha, karma, chai for the stack; - run tests in...

enhancement

https://github.com/waku-org/js-waku/pull/1480

This is a change request ## Problem The wakuv2.test fleet seems to now have new nodes which leads to our current tests failing: https://github.com/waku-org/js-waku/actions/runs/5996826077/job/16262051110 ## Proposed Solutions Refactor expectations in...

test

This is a change request ## Problem js-waku aims to be many things, out of which, an easier way to use libp2p is one. with the recently work on trying...