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
The users of the explorer (explorer.qubic.org) would like to see asset ownership information of top holders ordered by number of shares because they would like to see how much others own and where their own holdings are in relation to others.
Additional information
Currently this information is available in the QX service for QX transactions. But asset transfers are more general than QX and not directly related to it. Therefore it should be moved into an own service that can accessed by the explorer and considers all asset transfers.
Accepance criteria
Functionality as in the current implementation (API, limits, import).
Update ownership information on every ownership change events and asset issuance events.
Out of scope
Reimplementation in go (can be done in a further issue, if needed).
Technical sketch
Move current code into own service.
Keep db and caching as is.
Replace ingestion mechanism (listen for all events).
What, why, who?
The users of the explorer (explorer.qubic.org) would like to see asset ownership information of top holders ordered by number of shares because they would like to see how much others own and where their own holdings are in relation to others.
Additional information
Currently this information is available in the QX service for QX transactions. But asset transfers are more general than QX and not directly related to it. Therefore it should be moved into an own service that can accessed by the explorer and considers all asset transfers.
Accepance criteria
Out of scope
Technical sketch
Open issues
Related issues
See issues #5, qubic/explorer-frontend#208
The text was updated successfully, but these errors were encountered: