Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate periodical revealing of data from the reveals table #883

Open
michalinacienciala opened this issue Nov 20, 2024 · 1 comment
Open
Labels
⚙️ Backend APIs, Maintainers

Comments

@michalinacienciala
Copy link
Contributor

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.

@michalinacienciala michalinacienciala added the ⚙️ Backend APIs, Maintainers label Nov 20, 2024
Copy link

linear bot commented Nov 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Backend APIs, Maintainers
Projects
None yet
Development

No branches or pull requests

1 participant