Closed jdeblasio closed 8 years ago
I've adjusted everyone's balances (according to a magical, subjective heuristic in my head). We'll check back in periodically to see if this happens again. If it does, we can go from there. Closing this ticket until then.
So here's something bad.
Go run this query:
For all of those users, their balance isn't equal to the sum of their transactions, which should never happen. In all of the remaining cases, the balance calculated from the transaction table is larger than the balance from the user table. This was the common case.
There were 27 cases where the balances were unequal in the other direction, but I added artificial 'ADD' transactions to adjust those, and the differences were all pretty small (<$5).
We have several people where their transaction logs imply that their balance should be more than $20 higher than the user table lists it as. If we could:
This is a bounty-eligible bug.