abci/types/Validator has an Address field of type []byte.
crypto/Address is a newtype which resolves to []byte.
Request documentation of the relationship between them: can we simply cast between the two, or do we need to perform any kind of manual en/decoding?