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

handle missing transactions that return 404 status codes from the API #102

Open
rafaelcr opened this issue Nov 6, 2023 · 0 comments
Open

Comments

@rafaelcr
Copy link

rafaelcr commented Nov 6, 2023

The registrar can receive 404 status codes from the Stacks Blockchain API if a transaction ID is not found for any reason (missing from mempool, etc.). It should try again later but also keep a log of how many times it has retried so it can discard these transactions as invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant