[tor-bugs] #21102 [Core Tor/Stem]: Shared Random Not Parsing Correctly

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Jan 6 17:08:56 UTC 2017


#21102: Shared Random Not Parsing Correctly
---------------------------+------------------------
 Reporter:  tom            |          Owner:  atagar
     Type:  defect         |         Status:  closed
 Priority:  Medium         |      Milestone:
Component:  Core Tor/Stem  |        Version:
 Severity:  Normal         |     Resolution:  fixed
 Keywords:                 |  Actual Points:
Parent ID:                 |         Points:
 Reviewer:                 |        Sponsor:
---------------------------+------------------------

Comment (by tom):

 There should be shared_randomness_current_reveal_coun,
 shared_randomness_current_value, shared_randomness_previous_reveal_count,
 and shared_randomness_previous_value but I don't get values from them....
 (even from .directory_authorities[0]. like for the vote object)

 {{{
 >>> from stem.descriptor import DocumentHandler
 >>> from stem.descriptor.remote import DescriptorDownloader
 >>>
 >>> downloader = DescriptorDownloader()
 >>> consensus = downloader.get_consensus(document_handler =
 DocumentHandler.DOCUMENT).run()[0]
 >>> consensus.shared_randomness_current_value
 >>> consensus.directory_authorities[0].shared_randomness_current_value
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21102#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list