bitshares / bitshares-explorer-api

REST API for BitShares
https://explorer.bitshares-kibana.info/apidocs/
MIT License
32 stars 45 forks source link

/top_proxy does not takes open orders into account #62

Open Zapata opened 5 years ago

Zapata commented 5 years ago

top_proxy, computes the voting weight from the object-balance ES index, which does not include open orders. However the voting weight of a proxy takes into account all the balance + open order of the delegated accounts.

Ideally voting_weight should be retrieved from core node as the computation may change (see voting decay BSIP).