dingir-exchange icon indicating copy to clipboard operation
dingir-exchange copied to clipboard

db: add user_balance table?

Open lispc opened this issue 4 years ago • 1 comments

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'

lispc avatar Aug 09 '21 06:08 lispc

is it really necessary? We dump balance as balance_slice regularry

lispc avatar Aug 09 '21 07:08 lispc