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

Add max_unconfirmed_checkpoints parameter #224

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

mappum
Copy link
Contributor

@mappum mappum commented Oct 12, 2023

This PR prevents the network from having runaway checkpoints if they are for some reason not being confirmed on Bitcoin (for example, there was a standardness or validity issue, fees were too low, relayers are having issues relaying the confirmations which is incorrectly driving up the fee rate, the Bitcoin network is having issues, etc.). We now properly reflect the issues by not processing transfers until the checkpoints can be confirmed.

@mappum mappum force-pushed the limit-unconfirmed-checkpoints branch from e71402b to a989d7d Compare October 12, 2023 21:23
@mappum mappum enabled auto-merge October 12, 2023 21:24
@mappum mappum merged commit 6f5b99c into develop Oct 12, 2023
@mappum mappum deleted the limit-unconfirmed-checkpoints branch October 12, 2023 21:29
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.

1 participant