-
Notifications
You must be signed in to change notification settings - Fork 151
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
fix: split stake in 2 when not elected / ValidatorList in testnet #260
base: mytonctrl2
Are you sure you want to change the base?
Conversation
Not tested in mainnet yes, but if you can confirm this a right solution, I could. |
Can you describe a bug that you're trying to fix? |
Sure. FTR, this was in testnet.
This check temporary key is in active period and we are not an active validator to check validator was not elected, which avoids a different behavior. We could argue it gives better chance to be elected in second iteration, but in my POV, if we want to solve this issue, it would be best solved otherwise. For testnet, I had to fix GetValidatorsList() which does not work properly (checkloadall returns nothing or raise an error, but I think that's expected). |
Any news ? |
No description provided.