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

mixing: add mixclient package #3256

Merged
merged 1 commit into from
May 16, 2024
Merged

mixing: add mixclient package #3256

merged 1 commit into from
May 16, 2024

Conversation

jrick
Copy link
Member

@jrick jrick commented May 10, 2024

The mixclient package implements a client for the peer-to-peer mixing process.
It depends on a mixpool to send and receive mixing messages to and from the
network.

@jrick
Copy link
Member Author

jrick commented May 10, 2024

This package won't be imported by dcrd. It is currently only used by dcrwallet, but I wanted to keep it versioned in the same mixing module as everything else. Plus, dcrwallet isn't the only client that may be interested in this code.

@davecgh davecgh added this to the 1.9.0 milestone May 11, 2024
@jrick jrick force-pushed the mixclient branch 21 times, most recently from 144f532 to a5757b1 Compare May 15, 2024 20:46
The mixclient package implements a client for the peer-to-peer mixing process.
It depends on a mixpool to send and receive mixing messages to and from the
network.
Copy link
Member

@davecgh davecgh left a comment

Choose a reason for hiding this comment

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

Untested ACK. This is not used by dcrd, so there is no danger of it crashing dcrd.

@davecgh davecgh merged commit 8ed8124 into decred:master May 16, 2024
2 checks passed
@jrick jrick deleted the mixclient branch May 16, 2024 00:03
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.

None yet

2 participants