account_referrer_index is empty #452
Labels
1b User Story
The User Story details a requirement. It may reference a parent Epic. It may reference child Task(s)
2b Gathering Requirements
Status indicating currently refining User Stories and defining Requirements
3c Enhancement
Classification indicating a change to the functionality of the existing imlementation
6 API
Impact flag identifying the application programing interface (API)
6 Performance
Impacts flag identifying system/user efficiency, performance, etc.
6 Plugin
Impact flag identifying at least one plugin
code cleanup
Milestone
i was trying to make an api call for a way to get account referrers, something better than going every account client side checking the referrer field, i found there is an index for this purposes:
account_referrer_index
:https://github.com/bitshares/bitshares-core/blob/master/libraries/chain/include/graphene/chain/account_object.hpp#L303
However this index it is not being populated: https://github.com/bitshares/bitshares-core/blob/master/libraries/chain/account_object.cpp#L257-L268
Unsure if this is just incomplete or empty by something else. our options will be to populate or to send account data to ES by plugin and index by anything needed.
The text was updated successfully, but these errors were encountered: