Eugene Kabanov

Results 41 issues of Eugene Kabanov

This error statement has been shown on normal shutdown process: ``` ERR 2024-01-08 18:13:22.437+00:00 Exception in accept loop, exiting topics="libp2p switch" exc="Transport closed, no more connections!" ``` It happens because...

Goals 1. Eliminate all the usages of "helpers" with proper primitives. 2. Add more error handlers and more error reporting (mostly on DEBUG level). 3. Adopt asyncraises usage.

This should fix https://github.com/status-im/nimbus-eth2/issues/6060

`nim-libp2p` provides non-usable multiaddresses via `switch.peerInfo`. This method is used in `nimbus-eth2` to report locally bound addresses to remote caller (Original issue is https://github.com/status-im/nimbus-eth2/issues/6060). But there should be a way...

We talked about this in Devcon4 workshops to add version support to IPC protocol.