firstbatchxyz / dkn-compute-node

Compute Node of Dria Knowledge Network.
Apache License 2.0
88 stars 34 forks source link

bug: check peer scoring #119

Open erhant opened 2 months ago

erhant commented 2 months ago

it may be the case that when most of the network is gathered around a specific region, outliers are not able to join potentially due to low peer scores (via bad latency)

this was observed because nodes that cant find any peers in US turn out to be working just fine when launched in EU instead. might revise our scoring methodology to combat this...

see also: https://github.com/waku-org/nwaku/blob/master/waku/waku_relay/protocol.nim

kudos to @vpavlin