Commit graph

11 commits

Author SHA1 Message Date
Alex Grintsvayg
37b396deb1
fix how errors are returned 2022-10-14 12:48:37 -04:00
Alex Grintsvayg
0945466653
slimmed down to just the essentials, added publish 2021-10-06 16:28:17 -04:00
Victor Shyba
8161f48c15 apply gofmt 2021-10-04 23:21:59 -03:00
Victor Shyba
4056c44c2e encode contacts as hex to be friendly on RPC return 2021-10-03 04:49:33 -03:00
Niko Storni
dd2171172d update to v2 2019-10-10 05:07:33 +02:00
Alex Grintsvayg
30c3125016 update dht imports 2019-01-09 17:37:29 -05:00
Alex Grintsvayg
0a54d4da56 fixed some linting errors
found them using

```
gometalinter --skip=vendor --disable-all --enable=megacheck --enable=deadcode --enable=ineffassign --enable=interfacer --enable=errcheck ./...
```
2018-08-07 11:38:56 -04:00
Alex Grintsvayg
965bed9587 refactor contact sort 2018-07-25 11:44:11 -04:00
Jack Robison
0151982bea more
-add rpc_port argument
-run node on localhost for testing
2018-07-17 17:19:03 -04:00
Alex Grintsvayg
f068daf0b8 handle peer port correctly 2018-07-13 13:31:54 -04:00
Alex Grintsvayg
ea9b181d16 broke out contact into separate file 2018-06-25 13:00:55 -04:00