issues
search
JopSchaap
/
trustchain-superapp
Kotlin implementation of Trustchain and IPv8 with rich networking: multihoming of local Bluetooth+4G, decentral social networking, UDP hole punching, etc.
GNU General Public License v3.0
0
stars
0
forks
source link
Basic vote push gossip
#34
Closed
AirWinter
closed
8 months ago
AirWinter
commented
8 months ago
Issue: #29
Made it so that when a vote is placed we push gossip it to all peers
Upon receiving a gossiped vote, add it to a queue
Iteratively go through that queue and add those votes to the votetracker
Implemented hot-potato gossip which sends a vote to log(n) of it's peers with an initial TTL of 2
Issue: #29