libp2p-dht/libp2pdht/dht
Eric Mastro b843c8823c feat: merge add/get providers with discv5
Merge the add/get providers messages with the discovery v5 messages inside of the discovery v5 code. Discovery v5 uses RLP encoding, while the add/get providers uses protobufs, as per the libp2p spec. The merge of these two uses RLP on the outer wrapper of the message, and a protobuf-encoded blob on the “inside” for the add/get providers messages only. Eventually this needs to change so that we use protobufs only.

There is still some code in the libp2pdht/dht directory, which is being read from the discovery v5 directory. Eventually these two should merge as well.
2022-03-17 14:56:54 +11:00
..
providers_encoding.nim feat: Swap PeerRecord for SignedPeerReocrd (PR comments) 2022-03-10 17:00:33 +11:00
providers_messages.nim feat: Swap PeerRecords with SignedPeerRecords 2022-03-09 15:03:16 +11:00