storj/pkg/piecestore
Bill Thorp c598ed034d kad.FindNear fix (#1320)
We realized that the Kademlia FindNear() function was

1. not using XOR distance (AKA _totally broken_)
2. largely a duplicate of the RoutingTable FindNear() function

Changes in this PR:

1. upgraded RoutingTable FindNear() to use iterator and restrictions
2. removed unneeded RoutingTable interface
3. made Kademlia wrap methods that were previously accessed via RoutingTable
4. fixed the tests
2019-02-15 22:23:35 -05:00
..
psclient Reduce Log Messages on Level Info (#1313) 2019-02-14 13:50:35 +01:00
psserver kad.FindNear fix (#1320) 2019-02-15 22:23:35 -05:00
pstore_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
pstore.go Make Bandwidth Agreements Secure / Trustable (#1117) 2019-01-25 13:05:21 -05:00