tor/changes/prop301
Nick Mathewson 0cdd5a7900 Implement proposal 301-dont-vote-on-package-fingerprints.txt
This commit adds a new consensus method which, when present, causes
authorities not to consider package fingerprints when computing a
consensus. It builds on earlier work which dropped support for putting
these lines into the votes.
2023-08-15 10:12:25 -04:00

7 lines
326 B
Plaintext

o Removed features (directory authority):
- We include a new consensus method that removes support for
computing "package" lines in consensus documents. This feature was
never used, and support for
including it in our votes was removed in 0.4.2.1-alpha.
Finishes implementation of proposal 301.