Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #23912
Closed
Open
Issue created Oct 19, 2017 by Tom Ritter@tom

Add bastet to stem

See #23910 (moved)

I think this is the patch:

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',
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking