refactor peer health monitor #19
Annotations
4 errors and 1 warning
block_message.go#L1
: # github.com/libsv/go-p2p [github.com/libsv/go-p2p.test]
|
peer_manager_test.go#L82
cannot use peer (variable of type *PeerMock) as PeerI value in argument to pm.AddPeer: *PeerMock does not implement PeerI (missing method IsUnhealthyCh)
|
peer_manager_test.go#L106
cannot use peers[i] (variable of type *PeerMock) as PeerI value in argument to pm.AddPeer: *PeerMock does not implement PeerI (missing method IsUnhealthyCh) (typecheck)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading