Hanno Cornelius

Results 38 comments of Hanno Cornelius

Yes, this fix in nim-libp2p addresses the 10 min timeout issue for native websocket connections: https://github.com/status-im/nim-libp2p/pull/721 We still need to update the submodule to have an effect in nwaku.

@dmh1974 excellent news! It was a fix in an underlying library that caused timeouts in websocket connections. Glad to hear it's working as expected.

> @jm-clius - Fantastic! Is the fix available in js-waku 0.24?> The timeout was on nwaku's side (e.g. on the fleets), has been fixed on the latest `master` and is...

@LNSD exposing DNS discovery via API (Nim and REST) may be useful feature to consider for `nwaku` as well.

Thanks, @LNSD! Some notes from my side: 1. Backwards incompatible changes (e.g. getting rid of unnecessary nesting) are allowed since the spec is still in draft status, but we'll update...

> This can be further improved upon once the store protocol is enhanced to be queried with a list of message-IDs or a store-sync request can be sent to compare...

Great initiative to look at some of these questions, especially as it relates to filter usage! Filter relies in many ways on the same building blocks as relay for its...

Fixed with new filter version: https://rfc.vac.dev/spec/12/

Reading through this, I believe we have covered most of the outstanding points and requirements in https://github.com/vacp2p/rfc/issues/528. Closing this as duplicate. cc @kaiserd

Thanks, @staheri14! Not sure if you want to include here, but this seems to be dependent on at least two other ongoing efforts: (1) The ability to store 30 days...