-
- Downloads
Fix: Allow starting a node with gossip disabled (#97)
* fix: remove selection flag and use gossip plugin * Upgrade hive.go
Showing
- config.json 1 addition, 2 deletionsconfig.json
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- plugins/autopeering/autopeering.go 4 additions, 1 deletionplugins/autopeering/autopeering.go
- plugins/autopeering/parameters.go 0 additions, 2 deletionsplugins/autopeering/parameters.go
... | ... | @@ -11,7 +11,7 @@ require ( |
github.com/go-zeromq/zmq4 v0.7.0 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/gorilla/websocket v1.4.1 | ||
github.com/iotaledger/hive.go v0.0.0-20200109143501-f876e7457f15 | ||
github.com/iotaledger/hive.go v0.0.0-20200110132858-ea86cdb9d91e | ||
github.com/iotaledger/iota.go v1.0.0-beta.13 | ||
github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.3.0 // indirect | ||
... | ... |
Please register or sign in to comment