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

deploy: make peer limits customizable #3132

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

conorsch
Copy link
Contributor

@conorsch conorsch commented Oct 2, 2023

We've been raising the peering limits on our PL nodes, as the testnet grows, maxing out concurrent connections.

We also update the CometBFT default value for p2p.allow_duplicate_ip false -> true. The purpose of this option is raise the cost for attackers to spam a network with node/validator identities run on the same host. That's relevant for mainnet, but during testnet, we want to maximize the ability to peer, so newcomers can join in.

Refs #3056.

We've been raising the peering limits on our PL nodes, as the testnet
grows, maxing out concurrent connections.

We also update the CometBFT default value for `p2p.allow_duplicate_ip`
false -> true. The purpose of this option is raise the cost for
attackers to spam a network with node/validator identities run on the
same host. That's relevant for mainnet, but during testnet, we want to
maximize the ability to peer, so newcomers can join in.

Refs #3056.
@conorsch conorsch temporarily deployed to smoke-test October 2, 2023 17:11 — with GitHub Actions Inactive
@conorsch conorsch merged commit 69a37b2 into main Oct 2, 2023
8 checks passed
@conorsch conorsch deleted the customizable-peer-limits branch October 2, 2023 17:32
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.

1 participant