[WIP] Use libevm instead of go-ethereum #3232
Annotations
14 errors and 1 warning
Golang Unit Tests (ubuntu-20.04)
Process completed with exit code 1.
|
Golang Unit Tests (ubuntu-latest)
Process completed with exit code 1.
|
Golang Unit Tests (macos-latest)
Process completed with exit code 1.
|
Golang Unit Tests (windows-latest)
Process completed with exit code 1.
|
Lint:
accounts/abi/bind/backends/simulated.go#L41
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as bind.AcceptedContractCaller value in variable declaration: *SimulatedBackend does not implement bind.AcceptedContractCaller (missing method AcceptedCallContract) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L42
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as bind.ContractBackend value in variable declaration: *SimulatedBackend does not implement bind.ContractBackend (missing method AcceptedCodeAt) (typecheck)
|
Lint:
accounts/abi/bind/backends/simulated.go#L43
cannot use (*SimulatedBackend)(nil) (value of type *SimulatedBackend) as bind.DeployBackend value in variable declaration: *SimulatedBackend does not implement bind.DeployBackend (missing method CodeAt) (typecheck)
|
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 interfaces.ChainStateReader value in variable declaration: *SimulatedBackend does not implement interfaces.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)
|
AvalancheGo E2E Tests (ubuntu-20.04)
No files were found with the provided path: ~/.tmpnet/networks/1000. No artifacts will be uploaded.
|