bro-n-bro / spacebox-api

Flask api for services on top of spacebox
MIT License
4 stars 0 forks source link

Fix values for apis #157

Open iljagrabar14 opened 8 months ago

iljagrabar14 commented 8 months ago
iljagrabar14 commented 8 months ago

total addresses - invalid (actual or history or both) how we calculate total - bring value from account table how we calculate history : take total for specific date and increment based on new accounts (new accounts is view based on first account transaction) that's the issue. somewhere invalid data: account table or transaction table

iljagrabar14 commented 8 months ago

new users - invalid (actual or history or both) the trouble is in new accounts view, it doesn't recalculate complete values each time and because of it account detected as new many times. need search for solution

iljagrabar14 commented 8 months ago

active users - invalid (actual or history or both)

i have assumption that it's the same issue as in previous comment

iljagrabar14 commented 8 months ago

restake token amount see comment in https://github.com/bro-n-bro/spacebox-api/issues/156

iljagrabar14 commented 8 months ago

autorestake executed count (actual not equal to history last item)

view looses some values because when i recreated view, last value was equal to actual value. need investigation from my side

iljagrabar14 commented 8 months ago

autorestake executed count

fixed @bro-n-bro-2 , ready to check

iljagrabar14 commented 7 months ago

@bro-n-bro-2 new users ready to check

iljagrabar14 commented 7 months ago

@bro-n-bro-2 total accounts values also must be correct, a little bit difference between last historical and actual , but it's approx 0,3 %, hope it's not critical

iljagrabar14 commented 7 months ago

@bro-n-bro-2 active users ready to check

iljagrabar14 commented 7 months ago

@bro-n-bro-2 upd, don't check total, new and active, need some more updates