diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-15 19:55:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-15 19:55:52 +0000 |
commit | 4135c68853a92cf756886d3baf303a7c58ee8aaf (patch) | |
tree | 33db95470c297a6ce490af9e5d8353cab11ea9be /doc | |
parent | 717f3b8a1239fe1e72afd76002470969730cd2bc (diff) | |
download | tor-4135c68853a92cf756886d3baf303a7c58ee8aaf.tar tor-4135c68853a92cf756886d3baf303a7c58ee8aaf.tar.gz |
r14049@Kushana: nickm | 2007-08-15 14:43:56 -0400
Implement code to serve pending votes, consensuses, and signatures.
svn:r11125
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -90,7 +90,8 @@ Things we'd like to do in 0.2.0.x: - Fix all XXXX020s in vote code . Code to generate consensus from a list of votes * Detect whether votes are really all for the same period. - - Push/pull documents as appropriate. + . Push/pull documents as appropriate. + o Serve interim votes and signatures. - Pull votes and signatures if we don't get them. o Store consensuses - Cache votes and signatures on disk. |