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

Make lookup_txos error instead of panic #116

Closed
wants to merge 1 commit into from

Conversation

RCasatta
Copy link
Collaborator

No description provided.

@shesek
Copy link
Collaborator

shesek commented Sep 25, 2024

I believe these errors are likely happening due to a different reason, which was fixed by #89 and in particular by this commit: 5c8c785

With this fix the internal db should remain consistent and there should be no more "missing txo" errors, even if the backend node changes. We either have the tx in full, including its parents, or we don't. If the new node doesn't have it then it'll get evicted from electrs too.

@RCasatta RCasatta closed this Sep 30, 2024
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

Successfully merging this pull request may close these issues.

2 participants