-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
5eff60a
commit b49dccc
Showing
7 changed files
with
1,522 additions
and
1,551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.