You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO this function doesn't need to be ported to the new implementation. If needed this function should be implemented directly in https://github.com/ipfs/boxo.
The text was updated successfully, but these errors were encountered:
2023-06-27 call: there was an agreement that the GetPublicKey function doesn't belong to the DHT implementation, and should NOT be implemented in this repository
Given the above, does this mean that this issue can be closed from here? AFAIU, this is needed, but not in this repo and instead it's needed in: https://github.com/ipfs/boxo - @Jorropo do we have a tracking issue in boxo?
https://github.com/libp2p/go-libp2p-kad-dht is implementing a public
GetPublicKey(peer.ID)
method. It isn't the role of the DHT to provide such a feature.https://github.com/libp2p/go-libp2p-kad-dht/blob/978cb74f5fdf846e09d5769bb4dfb9f962135c38/records.go#L19-L78
IMO this function doesn't need to be ported to the new implementation. If needed this function should be implemented directly in https://github.com/ipfs/boxo.
The text was updated successfully, but these errors were encountered: