-
Notifications
You must be signed in to change notification settings - Fork 339
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
base: Filter out validator with top 34% voting power #506
Comments
Need some time to think about this as I would prefer to do it in a way that doesn't try to penalize top validators. |
@kwunyeung Then the enum would be "over eating" "just right" "still hungry" "starving" I haven't thought out the actual specs yet but I feel as an explorer we shouldn't try to hide validators or push an objective directly, but we can do it in an educational style while showing everyone |
@ryuash your idea is similar to the poverty situation. I think there are ways to define how we consider rich and how we consider poor. Found how HK gov define poverty in HK. They have a method to build the stats. https://www.censtatd.gov.hk/en/scode461.html#section8 However, this doesn't solve the problem. This is again only single dimension to see the overall delegations. We should not encourage the delegators to delegate to the lower edge if they are not contributing. I still think an overall ranking seeing different criteria is a better way. How delegators weight those criteria is their own choice. |
@kwunyeung Right..then the first comment will also not work. We should not try to force or change anything at all in this case. Just list out all the data and let the delegator do their own research. |
@ryuash but 34% is an important number in BFT network. I think it's worth mentioning even if we don't hide those validators. |
Okay, that i can work with. Let me add this to the next milestone |
Currently there is no way to encourage delegators not to delegate to the top 34% voting power validators. The top 34% validators can collude and start censorship based on BFT. As the current default sorting is not by voting power, we will need an indicator to show delegators not to delegate to them.
This is how Solanabeach.io filter out the top 34%.
They are being folded into a group which you can't even see them in the list.
However, if you sort them in other orders, e.g. commission, they will be shown without indication. This is actually dangerous as the validators with high voting power can set a very low commission and rank themselves at top.
@Rooty2020 @ryuash @MonikaCat do you have any suggestions on this issue?
The text was updated successfully, but these errors were encountered: