[tor-commits] [sbws/master] Merge pull request #174 from juga0/obtain_ed25519

pastly at torproject.org pastly at torproject.org
Thu Jun 14 13:29:51 UTC 2018


commit c4ed68372ba5d221a687d331e773460b37a24a8f
Merge: a9b3967 d3f2184
Author: Matt Traudt <pastly at users.noreply.github.com>
Date:   Mon Jun 11 06:13:20 2018 -0400

    Merge pull request #174 from juga0/obtain_ed25519
    
    Add Relay abstraction layer and function to obtain relay ed25519

 sbws/globals.py                         |  5 ++-
 sbws/lib/circuitbuilder.py              | 23 +++-------
 sbws/lib/relaylist.py                   | 75 ++++++++++++++++++++++++++++++++-
 sbws/lib/resultdump.py                  | 34 +++++++++++----
 sbws/lib/v3bwfile.py                    |  2 +
 sbws/util/stem.py                       | 14 +-----
 tests/integration/lib/test_relaylist.py | 17 ++++++++
 tests/integration/util/test_stem.py     | 32 --------------
 tests/unit/conftest.py                  | 25 ++++-------
 tests/unit/core/test_generate.py        | 20 ++++-----
 tests/unit/core/test_stats.py           |  8 ++--
 tests/unit/lib/data/results.txt         |  4 +-
 tests/unit/lib/data/v3bw.txt            |  2 +-
 tests/unit/lib/test_results.py          | 38 ++++++++++++-----
 tests/unit/lib/test_v3bwfile.py         | 14 +++---
 15 files changed, 189 insertions(+), 124 deletions(-)





More information about the tor-commits mailing list