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

Remove CSPP server options. #2419

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Remove CSPP server options. #2419

merged 1 commit into from
Sep 11, 2024

Conversation

jholdstock
Copy link
Member

Based on #2417

The CSPP server options have become redundant since the introduction of peer-to-peer mixing, but in some places the value of csppserver was still used to toggle mixing on/off. This behaviour is more properly implemented using a boolean.

Breaking changes:

  • Removed deprecated configs --csppserver and --csppserver.ca.
  • cspp_server parameter replaced by enable_mixing in purchasetickets and runticketbuyer gRPCs.
  • cspp_server parameter removed from runaccountmixer gRPC.

Copy link
Member

@jrick jrick left a comment

Choose a reason for hiding this comment

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

needs rebase

The CSPP server options have become redundant since the introduction of
peer-to-peer mixing, but in some places the value of csppserver was
still used to toggle mixing on/off. This behaviour is more properly
implemented using a boolean.

Breaking changes:
- Removed deprecated configs `--csppserver` and `--csppserver.ca`.
- `cspp_server` parameter replaced by `enable_mixing` in
  `purchasetickets` and `runticketbuyer` gRPCs.
- `cspp_server` parameter removed from `runaccountmixer` gRPC.
@jrick jrick merged commit 894e578 into decred:master Sep 11, 2024
2 checks passed
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.

2 participants