keep-core icon indicating copy to clipboard operation
keep-core copied to clipboard

Bootstrap node should filter out itself from the bootstrap peers list

Open nkuba opened this issue 3 years ago • 0 comments

A node will use a list of embedded peers as bootstrap nodes for LibP2P connection initialization as per https://github.com/keep-network/keep-core/pull/3200. If a bootstrap node tries to connect to itself it will log a warning. We should filter out the node itself from the list of the bootstrap peers when establishing a connection.

nkuba avatar Aug 30 '22 12:08 nkuba