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

Commits on Sep 11, 2024

  1. Remove CSPP server options.

    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.
    jholdstock committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    669f767 View commit details
    Browse the repository at this point in the history