Franck R.

Results 71 issues of Franck R.

## 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

## 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...

When following https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/ with `[email protected]` I noticed that I only needed to install `assert` for the example to work: - `cra-webpack-rewired` and overriding the webpack config are not needed -...

good first issue

## Problem When `Waku.waitForRemotePeer` times out, it just reject the promise. Meaning that application developer need to cater for this scenario themselves. ## Proposed Solutions Etiher implement a default fallback...