aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases/hss/hss.md
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate --onion-name; introduce --onion-addressdisha2025-03-121-7/+7
|
* arti: Remove hss get-key from the tests.Gabriela Moldovan2024-09-171-23/+2
| | | | The `hss get-key` functionality was folded into `hss onion-name`.
* arti: Add a test and some docs for the hss get-key subcommand.Gabriela Moldovan2024-09-171-0/+30
|
* arti: Test hss onion-name behavior when the hsid is missing.Gabriela Moldovan2024-09-171-0/+11
|
* Have `arti hss onion-name` error if it doesn't print the onion nameKunal Mehta2024-08-011-1/+2
| | | | | | | There are two error cases where the onion name isn't printed, but previously returned `Ok(())`. It now returns an error to exit with a non-zero status code.
* arti: Add tests for the arti hss subcommand.Gabriela Moldovan2024-07-301-0/+14
Closes #1250