-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Indexed false for old txs #4179
Comments
Just to be clear, the root of the issue is that |
A quick fix would be to run your server with either Additionally, if I recommend running the full index (with all |
I'll defer to @ns212 but we have all those flags enabled. For what it's worth, Ordiscan also has |
We're running an instance of the Ord JSON API and as discussed here we're trying to have our front-end logic depend on checking Ord which UTXOs are cardinals. If then esplora reports some unconfirmed txs not indexed by Ord what we will do is the following:
The problem is we depend on Ord having
indexed=true
for txs processed before this block but for some ancient txs it is still false, see for example:For this to be production-safe we need to trust that the output of this call is always indexed or the flag is correct.
The text was updated successfully, but these errors were encountered: