mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-04 06:23:05 +00:00
Swap all instances of Record with SignedPeerRecord. Allow for `SignedPeerRecord`s to be updated by updating the first multiaddress in the `PeerRecord`. This also increments the `seqNo` in the `PeerRecord` only if the address was actually updated.
4 lines
257 B
Nim
4 lines
257 B
Nim
import
|
|
./discv5/[spr, encoding, messages, messages_encoding, node, nodes_verification, protocol, routing_table, sessions, transport]
|
|
|
|
export spr, encoding, messages, messages_encoding, node, nodes_verification, protocol, routing_table, sessions, transport |