prop272: Believe that all routers are Valid and Running.

(We check consensus method when deciding whether to assume a node is
valid.  No need to check the consensus method for Running, since
we will never see a method before 13.)

Closes ticket 20001

g
This commit is contained in:
Nick Mathewson
2016-08-26 14:07:53 -04:00
parent 4b182dfc23
commit 08d2d7c404
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor features (client, directory):
- Since authorities now omit all routers that lack the Running and Valid
flags, we assume that any authority present in the consensus must
have those flags. Closes ticket 20001; implements part of proposal
272.