Content pfp
Content
@
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
11 recasts
183 reactions

Varun Srinivasan pfp
Varun Srinivasan
@v
Blockchains use libp2p, but they generate only 10's or 100's of items per second today. Hubs generate 10,000 items per second at peak traffic, which is 100x - 1000x over your average blockchain. Importantly, hubs do not have any notion of a "block" and each cast or like is treated as a separate gossip message.
2 replies
0 recast
2 reactions

Varun Srinivasan pfp
Varun Srinivasan
@v
@adityapk's proposal would group all the messages that appear in 1 second into a bundle, which is then gossiped out. Each bundle is substantially larger in size, but we will have ~100x fewer gossip messages running around at any given time.
1 reply
0 recast
1 reaction

pgpg pfp
pgpg
@pgpg.eth
I can't remember exactly but this smells like something that was added the the Flow Blockchain libp2p gossip a few years back when I was there as well. There's actually quite a lot of meta chatter that can happen between sequencing nodes. Maybe someone remembers ...
0 reply
0 recast
0 reaction