aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirauth/src/consensus.rs
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'da-microdesc-calc' into 'main'"Clara Engler2026-08-041-4/+0
| | | This reverts merge request !4264
* tor-dirauth: Implement main microdescriptor calculation functionIan Jackson2026-08-041-0/+2
| | | | This is actually quite simple now.
* tor-dirauth: Introduce new TrackedConsensusMethod typeIan Jackson2026-08-041-0/+2
|
* tor-dirauth: Implement approximate port summary algorithmIan Jackson2026-07-211-0/+1
|
* tor-dirauth: Move supported_well_formed test case to consensus.rsIan Jackson2026-07-151-0/+29
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4200#note_3433115
* tor-dirauth: Add spec link to consensus methods listIan Jackson2026-07-151-0/+6
| | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4200#note_3433106
* tor-dirauth: Replace map_ranges with local import and value wrappingIan Jackson2026-07-151-6/+9
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4200#note_3433105 Suggested-by: Jim Newsome <[email protected]>
* tor-dirauth: Introduce SupportedConsensusMethod newtypeIan Jackson2026-07-151-0/+18