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

DS: try to use only inputs with the same number of rounds starting from lowest number of rounds possible #607

Merged
merged 1 commit into from
Sep 15, 2015

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Sep 9, 2015

This should make DS progress a bit more predictable by eliminating cases when inputs with different number of rounds were mixed together and we had to artificially lower number of rounds for each of them to the lowest one to be 100% sure of mixing depth. Should also help to avoid reusing the same coins for mixing too often.

One thing I'm not sure about is will this weaken anonymity or not. To me it seems like it's the same level as we already have now but any inputs are welcome of course.

PS. could be incompatible with #564 and also require to update implementation there but 1) it was reverted anyway 2) this one can be applied to 0.12.0.x while #564 is for 0.12.1.x

@UdjinM6 UdjinM6 added this to the 12.0 milestone Sep 9, 2015
eduffield222 pushed a commit that referenced this pull request Sep 15, 2015
DS: try to use only inputs with the same number of rounds starting from lowest number of rounds possible
@eduffield222 eduffield222 merged commit 06e351d into dashpay:v0.12.0.x Sep 15, 2015
@UdjinM6 UdjinM6 deleted the matchrounds branch March 7, 2016 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants