[WIP] Use libevm instead of go-ethereum #3231
Annotations
10 errors
golangci-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)
|
golangci-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)
|
golangci-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)
|
golangci-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)
|
golangci-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)
|
golangci-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)
|
golangci-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)
|
golangci-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)
|
golangci-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)
|
golangci-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)
|
Loading