You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we implemented #496, resuming indexing consistently fails on the main chain starting from block heights above 150000 or so, that is if we run ord index --height-limit 150000 (starting with no index) and then run ord index again, it immediately fails with:
[2022-09-09T16:31:55Z INFO ord::index] Block 149999 at 2011-10-20 13:40:14 UTC with 17 transactions…
[2022-09-09T16:31:55Z INFO ord::index] Block receiver disconnected: sending on a closed channel
error: Could not find outpoint in index
Resuming indexing works for smaller block heights.
It seems the index is inconsistent in some way. I had not seen this behavior before we implemented #496
The text was updated successfully, but these errors were encountered:
After we implemented #496, resuming indexing consistently fails on the main chain starting from block heights above 150000 or so, that is if we run
ord index --height-limit 150000
(starting with no index) and then runord index
again, it immediately fails with:Resuming indexing works for smaller block heights.
It seems the index is inconsistent in some way. I had not seen this behavior before we implemented #496
The text was updated successfully, but these errors were encountered: