kubo/routing
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
..
dht ipns record selection via sequence numbers 2015-09-29 09:47:41 -07:00
kbucket extract logging 2015-09-14 17:35:50 -07:00
keyspace Run 'gofmt -s -w' on these files 2015-05-19 06:11:15 +07:00
mock ipns record selection via sequence numbers 2015-09-29 09:47:41 -07:00
none ipns record selection via sequence numbers 2015-09-29 09:47:41 -07:00
offline ipns record selection via sequence numbers 2015-09-29 09:47:41 -07:00
record ipns record selection via sequence numbers 2015-09-29 09:47:41 -07:00
supernode ipns record selection via sequence numbers 2015-09-29 09:47:41 -07:00
routing.go ipns record selection via sequence numbers 2015-09-29 09:47:41 -07:00