dingir-exchange
dingir-exchange copied to clipboard
db: add user_balance table?
We only have balance_history table now.
A user_balance table is quite useful.
eg, 'select * from user_balance where coin = 'eth' order by balance desc limit 10'
is it really necessary? We dump balance as balance_slice regularry