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

## Problem js-waku targets the browser. NodeJS user should use nim-waku and JSON RPC API. There are a number of issues when using js-waku in the browser: - Node/browser switches...

## Problem `ts-proto` generate code that is not tree-shakeable. See https://github.com/status-im/status-web/issues/233 This is an issue as it inflate the package size for library consumers. It also uses `Buffer`. ## Solution...

track:restricted-run

## Problem Some code comments may rely too much on knowledge of the protocol specs. Developers tend to not check protocol specs unless tackling very specific scenarios. ## Solution Explain...

documentation
track:production

## Problem DNS Discovery is a more decentralized and flexible strategy than using the (hardcoded) predefineded Status nodes. We expect node operators and platforms to use DNS Discovery (either Status'...

track:discovery
track:network-testing

# Problem - Several libp2p libraries have migrated to [ESM only](https://github.com/libp2p/js-libp2p/blob/master/doc/migrations/v0.36-v.037.md#esm) - The recommendation from the ecosystem is [to convert one's package to ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c), the alternative is to use _dynamic...

enhancement
track:restricted-run
milestone

Track the blockers for the next release. A lot of refactoring has happen since the last release: - Migration to ESM only - Upgrade to latest libp2p* libraries - New...

track:maintenance

## Problem DeFi smart contract have automated actions that may lead to impact of the asset of one user. For example, in the case of a lending platform, an under-collaterized...

This is a **feature or change request** ## Problem ~It is currently not possible to use js-waku in react-native. Probably because of the polyfills.~ Should probably work now. ## Definition...

E:js-waku Waku React Native

Write a guide and an example app that explain how one can create a fully decentralised app (dApp): - Smart contract on Ethereum - JS code/frontend on IPFS - Waku...

This is a **change request/** ## Problem Interoperability tests are only executed in NodeJS because we setup the nwaku node as part of the test. This is not possible in...