Use upstream account packages #2593
Annotations
19 errors and 2 warnings
Golang Unit Tests (ubuntu-20.04):
internal/ethapi/api.go#L39
no required module provides package github.com/ava-labs/coreth/accounts/keystore; to add it:
|
Golang Unit Tests (ubuntu-20.04)
Process completed with exit code 1.
|
Golang Unit Tests (ubuntu-latest):
internal/ethapi/api.go#L39
no required module provides package github.com/ava-labs/coreth/accounts/keystore; to add it:
|
Golang Unit Tests (ubuntu-latest)
Process completed with exit code 1.
|
Golang Unit Tests (macos-latest):
internal/ethapi/api.go#L39
no required module provides package github.com/ava-labs/coreth/accounts/keystore; to add it:
|
Golang Unit Tests (macos-latest)
Process completed with exit code 1.
|
AvalancheGo E2E Tests (ubuntu-20.04)
Process completed with exit code 1.
|
Golang Unit Tests (windows-latest):
internal/ethapi/api.go#L39
no required module provides package github.com/ava-labs/coreth/accounts/keystore; to add it:
|
Golang Unit Tests (windows-latest)
Process completed with exit code 1.
|
Lint:
accounts/abi/bind/backends/simulated.go#L45
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as interfaces.ChainReader value in variable declaration: *SimulatedBackend does not implement interfaces.ChainReader (missing method BlockByHash) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L46
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as ethereum.ChainStateReader value in variable declaration: *SimulatedBackend does not implement ethereum.ChainStateReader (missing method BalanceAt) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L47
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as interfaces.TransactionReader value in variable declaration: *SimulatedBackend does not implement interfaces.TransactionReader (missing method TransactionByHash) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L48
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as interfaces.TransactionSender value in variable declaration: *SimulatedBackend does not implement interfaces.TransactionSender (missing method SendTransaction) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L49
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as interfaces.ContractCaller value in variable declaration: *SimulatedBackend does not implement interfaces.ContractCaller (missing method CallContract) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L50
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as interfaces.GasEstimator value in variable declaration: *SimulatedBackend does not implement interfaces.GasEstimator (missing method EstimateGas) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L51
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as interfaces.GasPricer value in variable declaration: *SimulatedBackend does not implement interfaces.GasPricer (missing method SuggestGasPrice) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L52
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as interfaces.LogFilterer value in variable declaration: *SimulatedBackend does not implement interfaces.LogFilterer (missing method FilterLogs) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L53
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as interfaces.AcceptedStateReader value in variable declaration: *SimulatedBackend does not implement interfaces.AcceptedStateReader (missing method AcceptedCodeAt) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L54
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as interfaces.AcceptedContractCaller value in variable declaration: *SimulatedBackend does not implement interfaces.AcceptedContractCaller (missing method AcceptedCallContract) (typecheck)
|
AvalancheGo E2E Tests (ubuntu-20.04)
No files were found with the provided path: ~/.tmpnet/networks/1000. No artifacts will be uploaded.
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|