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

Testnetwork is able to rotate through a stream of peers #1

Open
williambanfield opened this issue Jun 9, 2022 · 0 comments
Open

Testnetwork is able to rotate through a stream of peers #1

williambanfield opened this issue Jun 9, 2022 · 0 comments
Assignees

Comments

@williambanfield
Copy link
Contributor

Currently, the testnetwork is able to generate a network and run it. However, a commonly observed configuration in live networks is that peers come and go frequently. This may cause instability in the network. Information about these ephemeral peers will be gossiped but nodes may never be able to connect to them. The information will be retained by the PEX reactor long after the nodes have completely left the network.

We should modify the test network scripts to be able to rotate in peers. This should take the form of a small program, script or similar, that adds and removes nodes to the network. It will need to repeatedly add new digital ocean instances with newly generated tendermint configuration information and then completely destroy these nodes.

@williambanfield williambanfield self-assigned this Jun 12, 2022
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

No branches or pull requests

1 participant