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

Monitor mempool for double spends #54

Open
buffrr opened this issue Dec 4, 2024 · 0 comments
Open

Monitor mempool for double spends #54

buffrr opened this issue Dec 4, 2024 · 0 comments
Milestone

Comments

@buffrr
Copy link
Member

buffrr commented Dec 4, 2024

Currently v0.0.5 only checks for double-spends of foreign UTXOs at confirmation time, working around bdk's limited detection. This causes issues when replacement transactions get stuck in mempool - funds remain locked until either confirmation or manual wallet rescan.

Need to add lightweight mempool-level detection/watching for bid utxos in the mempool

@buffrr buffrr added this to the v0.0.6 milestone Dec 4, 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

No branches or pull requests

1 participant