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

Pull Gossip doesn't scale #46

Closed AirWinter closed 6 months ago

AirWinter commented 6 months ago

If you try to pull gossip with more than 5 votes being placed, the size of the message is too big and so it doesn't work. Need to think of a fix, maybe try gossiping the .dat file? Or gossip using the EVA protocol like apps do?