Franck R.

Results 172 comments of Franck R.

> As far as services being provided by the service network goes, having an nwaku node with optional letsencrypt certificate seems doable, especially with a concentration of 1:100 or 1:1000....

Effort already made to make it work with go-waku. Need to test/merge: - https://github.com/status-im/go-waku/pull/241 - https://github.com/status-im/js-waku/pull/711

Initial implementation done: https://github.com/status-im/js-waku/pull/762 but only works in NodeJS with a listening node. Blocked by: - https://github.com/status-im/go-waku/issues/245 - https://github.com/status-im/nwaku/issues/948

Thanks for that. Regarding `DUMP_SESSION_KEYS` it looks like I need to do some upstream fix: https://github.com/ChainSafe/js-libp2p-noise/blob/5d2e6ac201e9ba395d9ca465519335040653944c/src/constants.ts#L4 Thanks for the list of deps, I'll try to remove some once migrated to...

Note that I am updating the documentation to cover polyfills with react-scripts: https://github.com/vacp2p/docs.dappconnect.dev/pull/19

## @chainsafe/libp2p-noise This library brings two issues: - Usage of Buffer - Big bundle size: https://bundlephobia.com/package/@chainsafe/[email protected] The bundle size is mostly due to the usage of node-forge, which is also...

It is possible to keep the package size small with node-forge: https://mobile.twitter.com/IAmTrySound/status/1476899235723456515 by using source-map-js: https://github.com/vitejs/vite/pull/6556 Not sure if libp2p libraries use source-map-js. If they don't it might be a...

Moved to icebox. Once #527 is done, we can update this one and move it back to backlog.

nwaku's native websocket is not yet perfect: https://github.com/status-im/nwaku/issues/949 Block on this. nwaku's native websocket needs to be has good, if not better, than websockify before we can play around with...

I agree with the problem statement and proposed solutions, including the tree-shakeable comment. Current libp2p protocols have overlaps indeed, which make tree-shakeability not that worthy It may make more sense...