Danish Arora
Danish Arora
With work on #1682, we are changing the Filter API -- this also impacts the `IRelay` API as both of these protocol implementations are expected to be compliant with our...
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...
## Problem This issue is meant to track investigation/work around being able to find and connect to p2p-circuit addresses through peer-exchange in js-waku ## Notes - https://github.com/waku-org/js-waku/issues/1454 - address https://github.com/waku-org/js-waku-examples/issues/265...
This is a **feature request** ## Problem With #1626, discovery classes currently write details from the ENR into the `PeerStore` converting into bytes, and then decode this information when we...
This is a change request ## Problem https://github.com/waku-org/js-waku/pull/1469#discussion_r1318188776 ## Proposed Solutions look into how we can macro-structure the entire monorepo to support first-time codebase viewers/readers
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...
## 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...
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...