kubo/namesys/pb
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
..
Makefile expose internal/pb packages. 2015-07-10 11:08:49 -07:00
namesys.pb.go ipns record selection via sequence numbers 2015-09-29 09:47:41 -07:00
namesys.proto ipns record selection via sequence numbers 2015-09-29 09:47:41 -07:00