Internally, `PeerId`s are now both an identity-multihash of the public key *and* a SHA256-multihash of that public key. For Kademlia purposes, we use the SHA256 version. All `PeerId`s are also displayed to the user as the SHA256 version. The end goal is to transition these two to the identity version. As a first step, we should show `PeerId`s to the user through their identity versions, so that all the configurations can be updated.
Internally,
PeerIds are now both an identity-multihash of the public key and a SHA256-multihash of that public key.For Kademlia purposes, we use the SHA256 version.
All
PeerIds are also displayed to the user as the SHA256 version.The end goal is to transition these two to the identity version.
As a first step, we should show
PeerIds to the user through their identity versions, so that all the configurations can be updated.