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
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
At the moment total received and total spent are computed by summing over all incoming and outgoing transactions of an entity. However, this also includes within-cluster transactions, i.e. transactions that have input and output addresses belonging to the same cluster.
Proposed solution: compute two different values for total received and spent:
total_received_all -> considers all transactions, also within-cluster transactions
total_received -> considers only transactions from other entities
...the same for total_spent
The text was updated successfully, but these errors were encountered:
At the moment total received and total spent are computed by summing over all incoming and outgoing transactions of an entity. However, this also includes within-cluster transactions, i.e. transactions that have input and output addresses belonging to the same cluster.
Proposed solution: compute two different values for total received and spent:
...the same for total_spent
The text was updated successfully, but these errors were encountered: