kubo/routing/supernode
Jeromy cfcc3d6a1b ipns record selection via sequence numbers
This commit adds a sequence number to the IpnsEntry protobuf
that is used to determine which among a set of entries for the same key
is the 'most correct'.

GetValues has been added to the routing interface to retrieve a set of
records from the dht, for the caller to select from.

GetValue (singular) will call GetValues, select the 'best' record, and
then update that record to peers we received outdated records from.
This will help keep the dht consistent.

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-29 09:47:41 -07:00
..
proxy extract logging 2015-09-14 17:35:50 -07:00
client.go ipns record selection via sequence numbers 2015-09-29 09:47:41 -07:00
server_test.go move util.Key into its own package under blocks 2015-06-01 16:10:08 -07:00
server.go move util.Key into its own package under blocks 2015-06-01 16:10:08 -07:00