Replies: 1 comment 4 replies
-
|
Smoldot uses the Kademlia protocol to discover new nodes. It periodically asks peers to share their peers. The branch here is reached when we discover a new node. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Does smoldot discover peers in the network beyond the boot nodes? I quickly tried logging the
network_servicestate (discovered_nodesandpeers_list) in various places inlight-base/src/sync_service.rsto see what peers the client had discovered, but all I can see are only the boot nodes the chain had been configured with through the specs, even though I know there are more nodes connected to this network.Is this expected or it's just me not logging correct things?
Beta Was this translation helpful? Give feedback.
All reactions