You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should remove secio as the default connection encryption module in libp2p daemon. Making noise used by default and remove the option to use secio/noise at all.
Currently, we are running interop tests for libp2p using secio unless explicitly setting noise, which is not desirable.
We should do this together with go-libp2p-daemon, otherwise we will need to explicitly set noise as the used module in the interop tests when spawning go nodes.
The text was updated successfully, but these errors were encountered:
We should remove secio as the default connection encryption module in libp2p daemon. Making noise used by default and remove the option to use secio/noise at all.
Currently, we are running interop tests for libp2p using secio unless explicitly setting noise, which is not desirable.
We should do this together with
go-libp2p-daemon
, otherwise we will need to explicitly set noise as the used module in the interop tests when spawning go nodes.The text was updated successfully, but these errors were encountered: