Update staking logic: increase validator threshold #556
Replies: 2 comments
-
I have the same question
|
Beta Was this translation helpful? Give feedback.
-
Hi @devsMynting , There is no way to update the validator threshold once the contract has been deployed. After you have started the POS network, you cannot update things like minimum/maximum validator number or threshold for now. You can add a new validator or remove one (stake/unstake). |
Beta Was this translation helpful? Give feedback.
-
Hey 👋,
I'm trying to figure out how one can update the staking contract logic (such as updating the validator threshold). I've tried to update the bytecode & storage variables post genesis, and also fork the repo to update helper/staking.go & corresponding dependencies; however, in all cases the chain deploys, but the staking contract becomes unresponsive (all calls return an RPC error).
Is there some way to update the staking logic that I may have missed — would appreciate any documentation or help. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions