build(deps): bump github.com/ethereum/go-ethereum from 1.14.8 to 1.14.12 #913
Annotations
6 errors and 1 warning
go test:
w3vm/db.go#L82
cannot use db (variable of type *db) as state.Reader value in return statement: *db does not implement state.Reader (missing method Copy)
|
go test:
w3vm/vm.go#L62
cannot use db (variable of type *db) as state.Database value in argument to state.New: *db does not implement state.Database (missing method ContractCode)
|
go test:
w3vm/vm.go#L110
not enough arguments in call to vm.NewEVM
|
go test:
w3vm/vm.go#L62
cannot use db (variable of type *db) as state.Database value in argument to state.New: *db does not implement state.Database (missing method ContractCode)
|
go test:
w3vm/vm.go#L110
not enough arguments in call to vm.NewEVM
|
go test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading