Mach-34 / Grapevine

Like ethdos except degrees of separation from phrase
6 stars 1 forks source link

Feat: # of degrees of connections for a phrase #21

Closed jp4g closed 8 months ago

jp4g commented 8 months ago

Adds a new command grapevine show-connections <phrase_id>

For instance, for a phrase X where I have connections with 2 people of degree 3, 3 people of degree 4, and 6 people of degree 5, I will return: [0, 2, 3, 6, 0, 0, 0].

barryWhiteHat commented 8 months ago

Maybe we should just have a grapevine get-phrases that will list all the phrases according to how many peers know them and also shows this information. This command can also accept and will give you the specific information