Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert removal of aggregate deduplication condition from #2183 #2838

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

djrtwo
Copy link
Contributor

@djrtwo djrtwo commented Feb 25, 2022

This condition removal (#2225) that was released in Altair was reverted in all clients after observing additional load due to the gossip amplification factor.

This condition halts duplicates from getting far in the gossip, but then these duplicates are still picked up in gossipsub's IWANT/IHAVE. This means that messages still eventually make it across the network but do not suffer the gossip amplification factor.

More discussion here #2183

@djrtwo djrtwo force-pushed the revert-dupe-condition branch from 51f7650 to 03f0f67 Compare February 25, 2022 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants