Content pfp
Content
@
https://warpcast.com/~/channel/fc-updates
0 reply
0 recast
0 reaction

Varun Srinivasan pfp
Varun Srinivasan
@v
Scaling Gossip with Bundles Hubs are running into scaling issues with libp2p. We're proposing a change to "bundle" messages to fix some of these issues. This may add a ~1s delay to casts moving between clients. https://warpcast.notion.site/Scaling-Gossip-in-Hubble-e66c766fa6b04afcb407f4800134cd72?pvs=25
11 replies
12 recasts
123 reactions

Nishant pfp
Nishant
@nishant
If the goal is to reduce the gossip emission rate have you tried to reduce the gossip history window and gossip factor rate ?
1 reply
0 recast
1 reaction

Aditya Kulkarni pfp
Aditya Kulkarni
@adityapk
Yes! If the window becomes too small, we end up with lots of duplicate messages being gossiped because some hubs rebroadcast the messages after the window. Same with the factor rate.
0 reply
0 recast
1 reaction

Nishant pfp
Nishant
@nishant
That makes sense, in the ethereum consensus layer we do have a similar issue with 3000 unique attestations being propagated about per second. So we have a construct called aggregates which batch information from them. This helps greatly in reducing bandwidth requirements for a node
1 reply
0 recast
1 reaction

Nishant pfp
Nishant
@nishant
I have very little knowledge of how farcaster hubs work but bundles seems pretty similar as a construct
0 reply
0 recast
1 reaction

Aditya Kulkarni pfp
Aditya Kulkarni
@adityapk
Ah, yes. I forgot about aggregates in the beacon chain. That’s a great parallel. Thanks!
0 reply
0 recast
1 reaction