James

Results 2 issues of James

Current version Stem library doesn't have `network-status-diff` document. https://github.com/torproject/torspec/blob/e576760a2136f0efb917bf7fb47f4fe8a22cd7d9/proposals/140-consensus-diffs.txt You can try take some code from torpy https://github.com/torpyorg/torpy/blob/master/torpy/documents/network_status_diff.py#L92

Inside NetworkStatusDocumentV3 you have is_fresh method: ```python def is_fresh(self): """ Checks if the current time is between this document's **valid_after** and **fresh_until** timestamps. To be fresh means this should be...