-
- Downloads
Quick and dirty debug setting for gossip neighbors issue #243
Showing
- Dockerfile 1 addition, 0 deletionsDockerfile
- client/autopeering.go 10 additions, 1 deletionclient/autopeering.go
- go.mod 3 additions, 0 deletionsgo.mod
- plugins/webapi/autopeering/plugin.go 35 additions, 4 deletionsplugins/webapi/autopeering/plugin.go
- tools/integration-tests/tester/framework/framework.go 8 additions, 0 deletionstools/integration-tests/tester/framework/framework.go
- tools/integration-tests/tester/tests/dockerlogs_test.go 22 additions, 21 deletionstools/integration-tests/tester/tests/dockerlogs_test.go
- tools/integration-tests/tester/tests/neighbors_test.go 71 additions, 0 deletionstools/integration-tests/tester/tests/neighbors_test.go
- tools/integration-tests/tester/tests/relaymessage_test.go 50 additions, 49 deletionstools/integration-tests/tester/tests/relaymessage_test.go
... | ... | @@ -32,3 +32,6 @@ require ( |
golang.org/x/tools v0.0.0-20200330040139-fa3cc9eebcfe // indirect | ||
gopkg.in/src-d/go-git.v4 v4.13.1 | ||
) | ||
replace github.com/iotaledger/hive.go => ./hive.go | ||
\ No newline at end of file |
Please register or sign in to comment