Franck R.
Franck R.
## Problem We are using several crypto libraries in js-waku: https://docs.wakuconnect.dev/docs/crypto_libraries/. Some of them import polyfills as they were written for node first. It can be quite messy too as...
# Problem For identity (signatures) and encryption purposes, the user needs access to a key pair, therefor referenced to as _Waku keypair_. There is currently no straightforward solution possible via...
Blocked on #83 Helps #517
## Problem The max limit of peers on nim-waku was set to 50. This has now been corrected to 150: https://github.com/status-im/nim-waku/issues/721. Also, js-waku's default behaviour was to connect to all...
# Problem If the web chat app tab is left open for a while, then it loses the ability to send new messages via relay. In the console, the following...
I am guessing I am missing something obvious... I just want to test some usage of Web3 provider via ethers.js. No smart contract at this stage (maybe waffle is not...
_This is a draft, it is an attempt to gather RAILGUN's requirements regarding the usage of RLN. No action needed from Vac until clarifications are complete_ [RAILGUN](railgun.org/) uses Waku for...
It looks like github action expects kebab casing: I get the following warning when using this action in: https://github.com/D4nte/comit-rs/actions/runs/340812607 ``` Check warning on line 1 in .github @github-actions github-actions /...
I am getting the following error: ``` [!] Error: 'setMaxListeners' is not exported by polyfill-node.events.js, imported by node_modules/libp2p/dist/src/peer-routing.js https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module node_modules/libp2p/dist/src/peer-routing.js (14:9) 12: // @ts-expect-error module with no types 13: }...
Instead of asking dev to call `Community.instantiateChat` for each chat, directly instantiate the chats and make them available on the community