aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/testdata-live/generated_consts.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: Fix typo in testdata-live-download and RELAY_* constantsIan Jackson2026-07-301-2/+2
| | | | | I still had the previously downloaded full consensus locally, so running testdata-live-download fixed the Rust file.
* tor-netdoc testdata-live-download: Generate generated_consts.rsIan Jackson2026-07-271-0/+259
This is the code for the new approach. It's kind of ad-hoc but also much less deep than the previous macrology. And, run the script to see the output. Currently that file isn't used. For now we leave the shell script code for generating selected_relays.rs in testdata-live-download. The new code for generated_consts.rs is very different, so it's clearer to split the changes up this way.