Looks good! Missing a changes file, and I just noticed that legacy/trac#30382 (moved) was also missing a changes file. So if possible please provide for both!
+ X'F6' Onion Service Invalid Address++ The given .onion address is invalid. Either the checksum doesn't+ match or the length or encoding.+
Hm. I think this description is not right, since we don't return F6 if the onion address has the wrong length (since that's how we realize it's a v3 address). Please describe the exact cases under which we return F6 since it might be used as part of the error page in legacy/trac#30022 (moved). Also, let's mention that it's v3 exclusive.
Hm. I think this description is not right, since we don't return F6 if the onion address has the wrong length (since that's how we realize it's a v3 address). Please describe the exact cases under which we return F6 since it might be used as part of the error page in legacy/trac#30022 (moved). Also, let's mention that it's v3 exclusive.
Pushed as fixup. Actually, all ExtendedErrors are v3 only so I added a note to each code about it.