storj/pkg/kademlia
Dylan Lott 0d05cb26bf
Kademlia Inspector CLI (#657)
* initial commit of inspector gadget wireup

* change name of comman dline tool, setup grpc server

* Get inspector cli working with grpc client

* Wired up CountNodes command

* WIP getting buckets response working

* Added GetBucket command

* WIP working on get buckets command

* WIP working on bucket list

* Still WIP

* WIP getting bucket counts to work

* Some clean up of unnecessary changes

* List Buckets and Get Bucket are working

* Removing logs, getting ready for review

* initial commit of inspector gadget wireup

* change name of comman dline tool, setup grpc server

* Get inspector cli working with grpc client

* Wired up CountNodes command

* WIP getting buckets response working

* Added GetBucket command

* WIP working on get buckets command

* WIP working on bucket list

* Still WIP

* WIP getting bucket counts to work

* Some clean up of unnecessary changes

* List Buckets and Get Bucket are working

* Removing logs, getting ready for review

* Fix error return

* Trying to get tests passing

* Adds method on dht mock for tests

* Add dbx files back

* Fix package import error in dbx file

* Adds copyrights to pass linter

* tidy go mod

* Updates from code review

* Updates inspector to take flag arguments for address

* Format list-buckets output more prettier
2018-11-21 10:31:27 -07:00
..
bucket_test.go Testcoverage kademlia (#154) 2018-08-02 14:36:57 -04:00
bucket.go Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00
config.go Add metadata to pb.Node (email and wallet) (#671) 2018-11-21 16:07:18 +01:00
kademlia_test.go Add metadata to pb.Node (email and wallet) (#671) 2018-11-21 16:07:18 +01:00
kademlia.go Add metadata to pb.Node (email and wallet) (#671) 2018-11-21 16:07:18 +01:00
peer_discovery.go Use sync.Cond with kademlia workers (#512) 2018-11-01 18:03:46 +01:00
queue_test.go PriorityQueue refactor (#500) 2018-10-24 08:24:47 -04:00
queue.go Use sync.Cond with kademlia workers (#512) 2018-11-01 18:03:46 +01:00
replacement_cache_test.go Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00
replacement_cache.go Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00
routing_helpers_test.go swap golang/protobuf out for gogo/protobuf (#692) 2018-11-20 19:29:07 +01:00
routing_helpers.go swap golang/protobuf out for gogo/protobuf (#692) 2018-11-20 19:29:07 +01:00
routing_test.go swap golang/protobuf out for gogo/protobuf (#692) 2018-11-20 19:29:07 +01:00
routing.go Kademlia Inspector CLI (#657) 2018-11-21 10:31:27 -07:00
test_utils.go Coyle/disable mock (#627) 2018-11-20 11:54:52 -05:00