Mario/p2p #9719
Annotations
9 errors
Run Tests (macos-latest):
p2p/p2p_test.go#L35
cannot use "" (untyped string constant) as []peer.AddrInfo value in argument to p2p.NewWithHost
|
Run Tests (macos-latest):
p2p/p2p_test.go#L57
cannot use strings.Join(peerAddrsString, ",") (value of type string) as []peer.AddrInfo value in argument to p2p.NewWithHost
|
Run Tests (macos-latest)
Process completed with exit code 2.
|
Run Tests (ubuntu-arm64-4-core):
p2p/p2p_test.go#L35
cannot use "" (untyped string constant) as []peer.AddrInfo value in argument to p2p.NewWithHost
|
Run Tests (ubuntu-arm64-4-core):
p2p/p2p_test.go#L57
cannot use strings.Join(peerAddrsString, ",") (value of type string) as []peer.AddrInfo value in argument to p2p.NewWithHost
|
Run Tests (ubuntu-arm64-4-core)
Process completed with exit code 2.
|
Run Tests (ubuntu-latest):
p2p/p2p_test.go#L35
cannot use "" (untyped string constant) as []peer.AddrInfo value in argument to p2p.NewWithHost
|
Run Tests (ubuntu-latest):
p2p/p2p_test.go#L57
cannot use strings.Join(peerAddrsString, ",") (value of type string) as []peer.AddrInfo value in argument to p2p.NewWithHost
|
Run Tests (ubuntu-latest)
Process completed with exit code 2.
|