Robert Kiel

Results 30 comments of Robert Kiel

See https://github.com/kogosoftwarellc/open-api/pull/810

> @robertkiel can you update the epic with latest changes? Still ongoing work, no update yet

> @robertkiel I guess no update yet? Yes, indeed. Currently there are known issues but it has to be seen which of them are still relevant once we upgrade libp2p...

> how can I recreate this issue? Make a connection to hopr admin fail I guess, should be solved with #4047

Not fixed. Problem is in https://github.com/libp2p/js-libp2p/blob/3cfe4bbfac46dac3c7875f891909b17f39fa7c85/src/connection-manager/index.js#L286-L291 keeping stale connections and thus pushing to the connections array but never removing them seems to be the issue

Fixed with some workarounds and explicit handling of stale connections in `hopr` + latest enhancements from libp2p

## Current solution Each node is able to speak a set of protocols, such as `/hopr/id/ouagadougou`. To isolate networks from each other, *each* of these protocols got a *prefix* and...

We identified two ways to implement it ## Version 1: Allow list The protocol config defines an allow-list, saying which code version can interact in which environment. A protocol config...

> This seems to be included in #3755 > > @robertkiel So either close this ticket or add it as a dependency to the epic. Updated issue according to what...