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

Don't mix if all non-private coins are unconfirmed. #12559

Merged
merged 1 commit into from Feb 27, 2024

Conversation

turbolay
Copy link
Collaborator

Fixes an issue reported here: #12536 (comment) where if your wallet is fully private and then some coins are coming the CoinJoinManager will start coinjoin when it would be better to wait for confirmation

It is the way to fix it with the less probability of breaking things, but maybe it still breaks 1000 other things. IMO this issue is an important one because it is highly inefficient in a standard case.

@MaxHillebrand MaxHillebrand added this to the v2.0.6 milestone Feb 24, 2024
@molnard
Copy link
Collaborator

molnard commented Feb 24, 2024

but maybe it still breaks 1000 other things

Sorry @MaxHillebrand NACK for having this v2.0.6. We've just fixed a huge bug caused by similarly innocent PR.

@MaxHillebrand MaxHillebrand removed this from the v2.0.6 milestone Feb 25, 2024
Copy link
Collaborator

@molnard molnard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@molnard molnard merged commit a3371fa into zkSNACKs:master Feb 27, 2024
6 of 7 checks passed
@Kruwed
Copy link
Collaborator

Kruwed commented Mar 3, 2024

I am still experiencing autocoinjoin starting while incoming funds are still unconfirmed (on master 0a439f2 / Win10)

@turbolay
Copy link
Collaborator Author

turbolay commented Mar 3, 2024

See #12602

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants