Closed beeman closed 1 year ago
CI is running/has finished running commands for commit 9781c9b9777a8d369039351241ca9ed18784f3a2. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this branch
Sent with 💌 from NxCloud.
This PR changes how the balance checker (that powers the balance webhook) runs.
Previously, we kept a record of 'wallet balances' for each wallet. The initial idea was to store the data to later visualize it for trends, etc, but we decided that this was better done using existing specialized tools.
In this PR the whole concept of the
WalletBalance
entity will be removed. It includes aMIGRATION
that cleans up the old records from the database. We will keep that migration in any RC version, then remove the latest reference to theWalletBalance
entity from the Prisma schema.It does mean we can no longer send along the
changed
value as we don't keep track of historical values.