-
Notifications
You must be signed in to change notification settings - Fork 85
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
[Bug]: avalanche blockchain addValidator
questions need improvement
#2485
Comments
When I used the
|
Duration for pos l1 for each validator has to be at least the minimum l1 validation duration set when the pos validator manager is set up. Seems that we can just set minimum duration for each validator to be minimum l1 validation duration defined in l1 pos validator manager. User can change each validator minimum duration by using a flag |
for Subnets, it should just ask: how long do you wish to validate? (specified end time since they must validate the primary network)
for PoA L1: ask for the amount of AVAX for the continuous fee balance
for PoS L1: ask for the amount of AVAX for the continuous fee balance, and the amount of Staking token to stake in the VMC
Also, this flow should check that the key that plans to provide the
balance
or pay the transactions had AVAX on the P-Chain BEFORE spining up a new local node to add to the cluster.The text was updated successfully, but these errors were encountered: