commit 6f9b3e058fdaa904bf71d703dd10e0c85017bfb0 Author: Nick Mathewson nickm@torproject.org Date: Wed Sep 20 10:23:42 2017 -0400
Close proposal 162 as "as implemented as it will get. --- dir-spec.txt | 2 +- proposals/000-index.txt | 4 ++-- proposals/162-consensus-flavors.txt | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/dir-spec.txt b/dir-spec.txt index 14770f7..bb34292 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -2961,7 +2961,7 @@ The following methods have incorrect implementations; authorities SHOULD
Every consensus flavor has a name consisting of a sequence of one or more alphanumeric characters and dashes. For compatibility, - current descriptor flavor is called "ns". + the original (unflavored) consensus type is called "ns".
The supported consensus flavors are defined as part of the authorities' consensus method. diff --git a/proposals/000-index.txt b/proposals/000-index.txt index ba6e1a9..6693bbc 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -82,7 +82,7 @@ Proposals by number: 159 Exit Scanning [INFORMATIONAL] 160 Authorities vote for bandwidth offsets in consensus [FINISHED] 161 Computing Bandwidth Adjustments [CLOSED] -162 Publish the consensus in multiple flavors [FINISHED] +162 Publish the consensus in multiple flavors [CLOSED] 163 Detecting whether a connection comes from a client [SUPERSEDED] 164 Reporting the status of server votes [OPEN] 165 Easy migration for voting authority sets [OPEN] @@ -273,7 +273,6 @@ Proposals by status: 257 Refactoring authorities and making them more isolated from the net FINISHED: 160 Authorities vote for bandwidth offsets in consensus [for 0.2.1.x] - 162 Publish the consensus in multiple flavors [in 0.2.3.1-alpha] 196 Extended ORPort and TransportControlPort [in 0.2.5.2-alpha] 217 Tor Extended ORPort Authentication [for 0.2.5.x] 220 Migrate server identity keys to Ed25519 [in 0.3.0.1-alpha] @@ -317,6 +316,7 @@ Proposals by status: 157 Make certificate downloads specific [for 0.2.4.x] 158 Clients download consensus + microdescriptors [in 0.2.3.1-alpha] 161 Computing Bandwidth Adjustments [for 0.2.1.x] + 162 Publish the consensus in multiple flavors [in 0.2.3.1-alpha] 166 Including Network Statistics in Extra-Info Documents [for 0.2.2] 167 Vote on network parameters in consensus [in 0.2.2] 171 Separate streams across circuits by connection metadata [in 0.2.3.3-alpha] diff --git a/proposals/162-consensus-flavors.txt b/proposals/162-consensus-flavors.txt index f97143b..2a227a0 100644 --- a/proposals/162-consensus-flavors.txt +++ b/proposals/162-consensus-flavors.txt @@ -3,7 +3,9 @@ Title: Publish the consensus in multiple flavors Author: Nick Mathewson Created: 14-May-2009 Implemented-In: 0.2.3.1-alpha -Status: Finished +Status: Closed + +[Implementation notes: the 'consensus index' feature never got implemented.]
Overview:
tor-commits@lists.torproject.org