-
Notifications
You must be signed in to change notification settings - Fork 13
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
[genesis] Make the genesis delegator configurable by CLI #4218
Comments
In a genesis with migration data (and NOT in a genesis without migration data) each validator must have a delegator address associated. During a genesis ceremony me can reuse the
That is parsed as vector of
Here another optional field could be added
This change would suffice if we only work with the ceremony commands. However, the iota/crates/iota-swarm-config/src/network_config_builder.rs Lines 390 to 416 in 9261905
In this case, we could make mandatory the use of a --delegator flag with just 1 delegator address any time that we have either the --local-migration-snapshots or --remote-migration-snapshots flags.
---> This will be used just for testing, the main functionality we need for mainnet should work with the |
This is currently fixed with a const, i.e.,
IF_STARDUST_ADDRESS
iniota_genesis_builder
The text was updated successfully, but these errors were encountered: