1 o Minor features (relay address tracking):
2 - We store relay addresses for OR connections in a more logical way.
3 Previously we would sometimes overwrite the actual address of a
4 connection with a "canonical address", and then store the "real
5 address" elsewhere to remember it. We now track the "canonical address"
6 elsewhere for the cases where we need it, and leave the connection's
7 address alone. Closes ticket 33898.