Commit Graph

404 Commits

Author SHA1 Message Date
vyzo 3dbfed27de
Merge pull request #128 from libp2p/fix/issue-127
clean shutdown logic
2019-05-03 12:09:18 +03:00
vyzo 080b7e28e9 clean shutdown logic 2019-05-03 12:05:43 +03:00
vyzo ed58a77cf0
Merge pull request #126 from libp2p/fix/flag-sign-strict
sign strict pubsub flag should default to true
2019-05-02 20:58:11 +03:00
vyzo a2bf7fd27b sign strict pubsub flag should default to true 2019-05-02 20:52:33 +03:00
vyzo d444a1f035
Merge pull request #125 from libp2p/feat/pubsub-strict-signing
Strict pubsub message signing by default
2019-05-02 20:50:18 +03:00
vyzo a7be861d24 gomod: update go-libp2p-pubsub 2019-05-02 20:46:48 +03:00
vyzo 0aa785b3a9 strict message signing by default 2019-05-02 20:23:38 +03:00
vyzo f12bb6a8a8
Merge pull request #124 from libp2p/gomod/update
gomod: update go-libp2p
2019-05-02 19:42:22 +03:00
vyzo 2333eca22f gomod: update go-libp2p 2019-05-02 19:40:29 +03:00
vyzo d3c312e568
Merge pull request #123 from libp2p/fix/issue-122
fix initialization of gossipsub parameters
2019-05-01 10:32:11 +03:00
vyzo 8bbcde4a98 fix initialization of gossipsub parameters
Defaults are 0.
2019-05-01 10:24:10 +03:00
vyzo d161fe580f
Merge pull request #121 from libp2p/gomod/update
gomod: update go-libp2p
2019-04-30 19:12:05 +03:00
vyzo d49e27b616 gomod: update go-libp2p 2019-04-30 19:10:34 +03:00
vyzo 1cd697bb28
Merge pull request #120 from libp2p/gomod/update
gomod: update go-libp2p, go-libp2p-peerstore
2019-04-28 22:53:35 +03:00
vyzo b1b95a914d gomod: update go-libp2p, go-libp2p-peerstore 2019-04-28 22:51:30 +03:00
vyzo bc7b100555
Merge pull request #119 from libp2p/gomod/update
gomod: update go-libp2p
2019-04-28 10:48:27 +03:00
vyzo aa01df29fa gomod: update go-libp2p 2019-04-28 10:47:21 +03:00
vyzo 4227adb979
Merge pull request #118 from libp2p/gomod/revert-patches
revert go-buffer-pool patches
2019-04-27 16:23:25 +03:00
vyzo 0353e15c18 revert go-buffer-pool patches 2019-04-27 16:21:36 +03:00
vyzo 74555ada7c
Merge pull request #117 from libp2p/gomod/buffer-pool-patch
gomod: update go-buffer-pool patch
2019-04-27 13:34:26 +03:00
vyzo 745388e3e9 gomod: update go-buffer-pool patch 2019-04-27 13:33:22 +03:00
vyzo 49872573e6
Merge pull request #116 from libp2p/gomod/buffer-pool-patch
gomod: use patched go-buffer-pool
2019-04-27 12:08:47 +03:00
vyzo 62167047af gomod: use patched go-buffer-pool 2019-04-27 12:07:23 +03:00
vyzo e3c3d549da
Merge pull request #115 from libp2p/gomod/update
gomod: update go-libp2p, go-libp2p-kad-dht
2019-04-25 20:22:46 +03:00
vyzo 93829a919d gomod: update go-libp2p, go-libp2p-kad-dht 2019-04-25 20:19:25 +03:00
vyzo aef5b67a33
Merge pull request #113 from libp2p/feat/shutdown
Graceful Daemon Shutdown
2019-04-24 20:00:56 +03:00
Mantas Vidutis 50828022c2 fmt 2019-04-24 09:57:37 -07:00
Mantas Vidutis 0010ecaa08 no nil check needed 2019-04-24 09:57:00 -07:00
Mantas Vidutis c0abee399d error or nil 2019-04-24 09:54:27 -07:00
Mantas Vidutis d3077df613 multierror pointer 2019-04-24 09:32:39 -07:00
Mantas Vidutis 0baf79e48f multierror 2019-04-24 09:27:56 -07:00
Mantas Vidutis 37b665fa03 split first, assume single unix path 2019-04-24 07:28:44 -07:00
Mantas Vidutis bcc275b17d avoid right shifting 2019-04-24 07:23:23 -07:00
Mantas Vidutis 2307f5006a review updates 2019-04-24 07:21:02 -07:00
vyzo b99d99ddba
Merge pull request #114 from libp2p/chore/cosmetics
cosmetics: whitespace and named import
2019-04-24 11:29:12 +03:00
vyzo 5a48515aee cosmetics: whitespace and named import 2019-04-24 11:21:55 +03:00
Mantas Vidutis b629040242 unused imports 2019-04-23 16:06:07 -07:00
Mantas Vidutis be54136c5c move signal handler to other handlers 2019-04-23 16:01:20 -07:00
Mantas Vidutis c45551178a ignore jetbrains config files 2019-04-23 15:45:44 -07:00
Mantas Vidutis fea0b6f277 handle handler maddrs 2019-04-23 15:45:07 -07:00
Mantas Vidutis e677c038ab fmt 2019-04-23 15:41:43 -07:00
Mantas Vidutis 531da9dbab capture sigint and call close 2019-04-23 15:41:27 -07:00
Mantas Vidutis 18a165c397 closer for daemon 2019-04-23 15:34:22 -07:00
Mantas Vidutis 6f4d625bfb Initial config spec (#93)
* initial config spec

* modify daemon to use config files

* string type not nil

* go fmt

* proper type assertion

* schema json

* enum on dht mode

* gitignore

* updates for pprof

* fmt

* review comments

* override with flags

* export config structs
2019-04-23 17:38:53 -04:00
vyzo 6700eb6bde
Merge pull request #111 from libp2p/gomod/update
gomod: update go-libp2p, go-libp2p-kad-dht
2019-04-23 12:08:07 +03:00
vyzo 4a0ba1e42a gomod: update go-libp2p, go-libp2p-kad-dht 2019-04-23 12:03:43 +03:00
vyzo 5cd632518b
Merge pull request #109 from libp2p/gomod/update
gomod: update go-libp2p, go-libp2p-kad-dht
2019-04-12 21:08:11 +03:00
vyzo 6f5edd4ec1 gomod: update go-libp2p 2019-04-12 21:07:09 +03:00
vyzo dfe9d03fa8 gomod: update go-libp2p-kad-dht 2019-04-12 20:56:18 +03:00
vyzo 9ddcdb9cf9 gomod: update go-libp2p 2019-04-12 20:49:00 +03:00