thesis / acre

Bitcoin Liquid Staking
https://acre.fi
GNU General Public License v3.0
7 stars 2 forks source link

Automate periodical revealing of data from the `reveals` table #883

Open michalinacienciala opened 2 hours ago

michalinacienciala commented 2 hours ago

In the past we had situations where a user made a deposit that did not get saved to the deposits table (but did have the associated data saved in the reveals table) and as a result was not passed to the tbtc bridge for further processing. As tbtc bridge allows for revealing the deposits only for some specific time since depositing, if we solely relied on users support tickets, we may have missed the window for revealing, if user did not notify us about the problem in time... That's why in the past we've been periodically running a script that tries to reveal all deposits from reveals from a certain time period (see https://coda.io/d/Acre_d3Vs1FswTQA/Handling-missing-deposits_sulaUZZB#_luER7vyT for the details). As this is something that we need to remember about, it would be good to automate it.

linear[bot] commented 2 hours ago

AENG-33 Automate periodical revealing of data from the `reveals` table