Test fixes epoch 74727 #17123
Annotations
10 errors and 2 warnings
lint:
network/discovery/dv5_routing.go#L35
assignment mismatch: 1 variable but dvs.RegisterSubnets returns 2 values
|
lint:
network/discovery/dv5_service.go#L79
cannot use &dvs (value of type *DiscV5Service) as Service value in return statement: *DiscV5Service does not implement Service (wrong type for method PublishENR)
|
lint:
network/discovery/local_service.go#L48
cannot use &localDiscovery{…} (value of type *localDiscovery) as Service value in return statement: *localDiscovery does not implement Service (missing method PublishENR) (typecheck)
|
lint:
network/p2p/p2p.go#L27
could not import github.com/ssvlabs/ssv/network/discovery (-: # github.com/ssvlabs/ssv/network/discovery
|
lint:
network/discovery/dv5_routing.go#L35
assignment mismatch: 1 variable but dvs.RegisterSubnets returns 2 values
|
lint:
network/discovery/dv5_service.go#L79
cannot use &dvs (value of type *DiscV5Service) as Service value in return statement: *DiscV5Service does not implement Service (wrong type for method PublishENR)
|
lint:
network/discovery/local_service.go#L48
cannot use &localDiscovery{…} (value of type *localDiscovery) as Service value in return statement: *localDiscovery does not implement Service (missing method PublishENR)) (typecheck)
|
lint:
network/topics/controller_test.go#L30
could not import github.com/ssvlabs/ssv/network/discovery (-: # github.com/ssvlabs/ssv/network/discovery
|
lint:
network/discovery/dv5_routing.go#L35
assignment mismatch: 1 variable but dvs.RegisterSubnets returns 2 values
|
lint:
network/discovery/dv5_service.go#L79
cannot use &dvs (value of type *DiscV5Service) as Service value in return statement: *DiscV5Service does not implement Service (wrong type for method PublishENR)
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|