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

feat: add NetworkCookie option for isolating testnets #2658

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 1, 2023

  1. feat: add NetworkCookie option for isolating testnets

    This adds NetworkCookie libp2p option that prevents peers with
    different NetworkCookies from connecting to each other.
    The peers without a NetworkCookie can't connect to or receive a
    connection from a peer with a NetworkCookie.
    
    This is not a replacement for private networks, just a safeguard
    against unintended testnet / mainnet interaction.
    ivan4th committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ae322c6 View commit details
    Browse the repository at this point in the history