Closed
Description
If the encoding of the peer's ID exceeds 63 characters, then the Split at 63rd character workaround can be used.
The specs for encoding PeerID greater than 63 character requires to perform split and join with a '.' but the current implementation doesn't handle such condition!