probe-lab / zikade

A Go implementation of the libp2p Kademlia DHT specification
Other
12 stars 3 forks source link

chore: remove coord.Node type #59

Closed iand closed 1 year ago

iand commented 1 year ago

This PR removes coordt.Node which was created early in development. Originally query functions received this node interface with the intention that they could use it to interact directly with a discovered remote node. It is now redundant since query functions now only receive the node id,

As a side effect, fixes https://github.com/plprobelab/zikade/issues/58 since that code is no longer needed.