[tor-commits] [stem/master] Add bastet as a new authority

atagar at torproject.org atagar at torproject.org
Fri Oct 20 16:04:42 UTC 2017


commit 6e02e5554224c5794d4bb7145ed6b3af8503b0d9
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Oct 20 09:05:51 2017 -0700

    Add bastet as a new authority
---
 docs/change_log.rst       |  1 +
 stem/descriptor/remote.py | 11 ++++++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/docs/change_log.rst b/docs/change_log.rst
index 012b544d..a1fe57f6 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -78,6 +78,7 @@ The following are only available within Stem's `git repository
   * Added server descriptor's new bridge_distribution attribute (:trac:`21177`)
   * Added extrainfo descriptor's new padding_counts attributes (:spec:`0803997`)
   * Shared randomness properties weren't being read in votes (:trac:`21102`)
+  * Added bastet as a new authority (:trac:`23912`)
   * Updated longclaw authority's address (:trac:`23592`)
 
  * **Utilities**
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py
index 0bade999..924db406 100644
--- a/stem/descriptor/remote.py
+++ b/stem/descriptor/remote.py
@@ -872,10 +872,19 @@ DIRECTORY_AUTHORITIES = {
     address = '199.58.81.140',
     or_port = 443,
     dir_port = 80,
-    is_bandwidth_authority = True,
+    is_bandwidth_authority = False,
     fingerprint = '74A910646BCEEFBCD2E874FC1DC997430F968145',
     v3ident = '23D15D965BC35114467363C165C4F724B64B4F66',
   ),
+  'bastet': DirectoryAuthority(
+    nickname = 'bastet',
+    address = '204.13.164.118',
+    or_port = 443,
+    dir_port = 80,
+    is_bandwidth_authority = True,
+    fingerprint = '24E2F139121D4394C54B5BCC368B3B411857C413',
+    v3ident = '27102BC123E7AF1D4741AE047E160C91ADC76B21',
+  ),
   'Bifroest': DirectoryAuthority(
     nickname = 'Bifroest',
     address = '37.218.247.217',



More information about the tor-commits mailing list