Open lispc opened 3 years ago
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
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'