1. 29 Sep, 2015 1 commit
    • Jeromy's avatar
      ipns record selection via sequence numbers · cfcc3d6a
      Jeromy authored
      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: default avatarJeromy <jeromyj@gmail.com>
      cfcc3d6a
  2. 28 Sep, 2015 1 commit
  3. 27 Sep, 2015 7 commits
  4. 26 Sep, 2015 2 commits
  5. 25 Sep, 2015 9 commits
  6. 24 Sep, 2015 3 commits
  7. 23 Sep, 2015 2 commits
  8. 21 Sep, 2015 2 commits
  9. 16 Sep, 2015 5 commits
  10. 15 Sep, 2015 7 commits
  11. 14 Sep, 2015 1 commit