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

[Merged by Bors] - Subscribe to core topics after sync #1613

Closed
wants to merge 5 commits into from

Conversation

AgeManning
Copy link
Member

Issue Addressed

N/A

Proposed Changes

Prevent subscribing to core gossipsub topics until after we have achieved a full sync. This prevents us censoring gossipsub channels, getting penalised in gossipsub 1.1 scoring and saves us computation time in attempting to validate gossipsub messages which we will be unable to do with a non-sync'd chain.

@paulhauner paulhauner added work-in-progress PR is a work-in-progress A0 labels Sep 23, 2020
@AgeManning AgeManning marked this pull request as ready for review September 23, 2020 02:28
@AgeManning AgeManning added ready-for-review The code is ready for review and removed work-in-progress PR is a work-in-progress labels Sep 23, 2020
@AgeManning
Copy link
Member Author

bors r+

bors bot pushed a commit that referenced this pull request Sep 23, 2020
## Issue Addressed

N/A

## Proposed Changes

Prevent subscribing to core gossipsub topics until after we have achieved a full sync. This prevents us censoring gossipsub channels, getting penalised in gossipsub 1.1 scoring and saves us computation time in attempting to validate gossipsub messages which we will be unable to do with a non-sync'd chain.
@bors bors bot changed the title Subscribe to core topics after sync [Merged by Bors] - Subscribe to core topics after sync Sep 23, 2020
@bors bors bot closed this Sep 23, 2020
@AgeManning AgeManning deleted the no-subscription-sync branch September 23, 2020 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-review The code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants