aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirauth/src/consensus/method.rs
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'da-microdesc-calc' into 'main'"Clara Engler2026-08-041-8/+0
| | | This reverts merge request !4264
* tor-dirauth: tests: Provide SupportedConsensusMethod::new_uncheckedIan Jackson2026-08-041-0/+8
|
* Move supported consensus methods iteration to tor-dirauth from arti-dirauthIan Jackson2026-07-231-0/+18
| | | | Now we provide SupportedConsensusMethod::iter_all().
* tor-dirauth: Provide SupportedConsensusMethod::MAX for testingIan Jackson2026-07-211-0/+7
|
* tor-dirauth: Move supported_well_formed test case to consensus.rsIan Jackson2026-07-151-10/+0
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4200#note_3433115
* tor-dirauth: Replace map_ranges with local import and value wrappingIan Jackson2026-07-151-14/+0
| | | | | | | 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/+106