Bump github.com/ava-labs/subnet-evm from 0.6.1 to 0.6.6 #1019
Annotations
6 errors
Unit tests
no required module provides package github.com/ava-labs/subnet-evm/tests/utils/runner; to add it:
|
Unit tests:
config/config_test.go#L345
cannot use client (variable of type *mocks.MockClient) as ethclient.Client value in argument to getWarpQuorum: *mocks.MockClient does not implement ethclient.Client (missing method BalanceAtHash)
|
Unit tests:
relayer/application_relayer.go#L429
cannot use vdrSet (variable of type "github.com/ava-labs/avalanchego/utils/set".Set[ids.NodeID]) as "github.com/ava-labs/avalanchego/snow/engine/common".SendConfig value in argument to r.network.Network.Send
|
Unit tests:
vms/evm/destination_client_test.go#L86
cannot use mockClient (variable of type *mocks.MockClient) as ethclient.Client value in struct literal: *mocks.MockClient does not implement ethclient.Client (missing method BalanceAtHash)
|
Unit tests:
vms/evm/subscriber_test.go#L34
cannot use mockEthClient (variable of type *mocks.MockClient) as ethclient.Client value in argument to NewSubscriber: *mocks.MockClient does not implement ethclient.Client (missing method BalanceAtHash)
|
Unit tests
Process completed with exit code 1.
|