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
Summary or problem description
After the governance changes we now have a new entity, committee. It's an important entity in Neo but there is currently no easy way to get data about its members via RPC (counting candidates votes is not considered).
Do you have any solution you want to propose?
I see two main options here:
Add an explicit getcommittee RPC call that would return committee members (probably with some flag signifying validators).
Modify getvalidators RPC call, remove "active" field and add "incommittee" and "isvalidator" fields where isvalidator would have the same meaning as active previously and incommittee would be true for the members of committee.
But maybe there is some better way.
Where in the software does this update applies to?
RPC (HTTP)
The text was updated successfully, but these errors were encountered:
Summary or problem description
After the governance changes we now have a new entity, committee. It's an important entity in Neo but there is currently no easy way to get data about its members via RPC (counting candidates votes is not considered).
Do you have any solution you want to propose?
I see two main options here:
getcommittee
RPC call that would return committee members (probably with some flag signifying validators).getvalidators
RPC call, remove "active" field and add "incommittee" and "isvalidator" fields whereisvalidator
would have the same meaning asactive
previously andincommittee
would betrue
for the members of committee.But maybe there is some better way.
Where in the software does this update applies to?
The text was updated successfully, but these errors were encountered: