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: n out of m validator nodes network generation. #10

Closed
SurfingNerd opened this issue Apr 18, 2021 · 1 comment
Closed

testnetwork: n out of m validator nodes network generation. #10

SurfingNerd opened this issue Apr 18, 2021 · 1 comment

Comments

@SurfingNerd
Copy link
Collaborator

The current Testscripts support only a "All IN" Testnet setup.
Meaning, it is possible to create a testnet with 7 nodes, but all 7 nodes start of being a Validator node at origin.
it is already prepared in the script here: 0d4a357

A possible implementation option would be to implement this in the
open ethereum hbbft config generator.
https://github.com/SurfingNerd/openethereum-3.x/blob/surfingnerd/fix-hbbft-config-gen/crates/ethcore/src/engines/hbbft/hbbft_config_generator/src/main.rs

That implementation would make a lot of regression tests easier and blend in very well in the existing test suite
(even with pumba support)
#3

@SurfingNerd
Copy link
Collaborator Author

implemented

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