[tor-commits] [doctor/master] Drop hack to disable tor26 bwauth checks

atagar at torproject.org atagar at torproject.org
Sun Oct 11 17:02:23 UTC 2015


commit 1ff437ac3024d2c3b324988c8c2dd2d859a44d2f
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Oct 11 10:02:05 2015 -0700

    Drop hack to disable tor26 bwauth checks
    
    Flag is dropped from Stem now that tor26 is no longer a bandwidth authority, so
    we can disable the hack here.
---
 consensus_health_checker.py |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/consensus_health_checker.py b/consensus_health_checker.py
index 1a9608d..b4e16a9 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -51,10 +51,6 @@ downloader = stem.descriptor.remote.DescriptorDownloader(
 
 Destination = collections.namedtuple('Destination', ('address', 'bcc'))
 
-# weasel gave a notice on 5/20/15 that tor26's bandwidth auth was having issues
-
-DIRECTORY_AUTHORITIES['tor26'].is_bandwidth_authority = False
-
 
 class Issue(object):
   """



More information about the tor-commits mailing list