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
At the moment, Coin Discovery event does not have a meaningful payload. It reports even unused empty accounts, and hidden accounts, meaning in case anyone enables btc, we discover at least 8 (2 for each of 4 different account types). Instead we should consider only accounts with some transaction history and count them once. Additionally, number of accounts with non-zero balance would be useful. So we would have:
(old) parameter numberOfAccounts : now with only accounts with some transaction history counted once
(new) parameter numberOfNon-zeroAccounts : with accounts with non-zero balance
The text was updated successfully, but these errors were encountered:
kolomaznikt
added
data
Data analytics related issue. From anonymously collected data from users.
mobile
Suite Lite issues and PRs
labels
Feb 12, 2025
At the moment, Coin Discovery event does not have a meaningful payload. It reports even unused empty accounts, and hidden accounts, meaning in case anyone enables btc, we discover at least 8 (2 for each of 4 different account types). Instead we should consider only accounts with some transaction history and count them once. Additionally, number of accounts with non-zero balance would be useful. So we would have:
numberOfAccounts
: now with only accounts with some transaction history counted oncenumberOfNon-zeroAccounts
: with accounts with non-zero balanceThe text was updated successfully, but these errors were encountered: