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

fix: attempt to fix LDK deadlock on bump transaction on double-spent utxo #492

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

rolznz
Copy link
Contributor

@rolznz rolznz commented Aug 15, 2024

Possibly fixes #478

  • update ldk-node-go dependency (decreased esplora timeout, use separate esplora clients)
  • do not do unnecessary fee estimates sync before full sync
  • only update fee estimates every 5 minutes instead of once per minute

…utxo

- update ldk-node-go dependency (decreased esplora timeout, use separate esplora clients)
- do not do unnecessary fee estimates sync before full sync
- only update fee estimates every 5 minutes instead of once per minute
@rolznz rolznz merged commit ab595ef into master Aug 15, 2024
8 checks passed
@rolznz rolznz deleted the fix/ldk-deadlock-2 branch August 15, 2024 06:32
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.

LDK-node deadlock on background sync if non-existent transaction exists (due to double-spent utxo)
1 participant