You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was actually planning to submit a PR each to the python backend and the open-explorer repos for both the witness and committee lists. The fix being that the python backend uses the active authority lists from witness-account and committee-account to get the number and IDs of the active members and uses that to set an 'active' flag for that member in the complete witness/committee list.
Then, the open-explorer controllers can simply use the active flag to separate the active from the standby members without looking at count and/or votes.
Essentially, votes are tallied for active objects only. But past tallied votes are not cleared when the object is made inactive (this might be something to fix in -core).
So a member might appear to have more votes but only because he hasn't been in the active list in a while for the total to be recalculated.
need to use http://open-explorer.io/#/objects/1.2.0 for the active committee members, all the rest is inactive.
The text was updated successfully, but these errors were encountered: