Skip to content

build(deps): bump github.com/ethereum/go-ethereum from 1.10.26 to 1.12.2 #208

build(deps): bump github.com/ethereum/go-ethereum from 1.10.26 to 1.12.2

build(deps): bump github.com/ethereum/go-ethereum from 1.10.26 to 1.12.2 #208

Triggered via pull request September 1, 2023 10:18
Status Failure
Total duration 5m 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Run golangci-lint
5m 41s
Run golangci-lint
Run markdown-lint
19s
Run markdown-lint
Run flake8 on python integration tests
18s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
18s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run golangci-lint: x/feemarket/types/params.go#L93
undefined: params.BaseFeeChangeDenominator (typecheck)
Run golangci-lint: x/feemarket/types/params.go#L94
undefined: params.ElasticityMultiplier (typecheck)
Run golangci-lint: x/evm/types/tracer.go#L67
cannot use &NoOpTracer{} (value of type *NoOpTracer) as vm.EVMLogger value in variable declaration: *NoOpTracer does not implement vm.EVMLogger (wrong type for method CaptureEnd)
Run golangci-lint: x/evm/types/tx_args.go#L172
undefined: ethtypes.Message (typecheck)
Run golangci-lint: x/evm/types/chain_config.go#L40
unknown field EIP150Hash in struct literal of type params.ChainConfig (typecheck)
Run golangci-lint: x/evm/types/chain_config.go#L53
unknown field ShanghaiBlock in struct literal of type params.ChainConfig (typecheck)
Run golangci-lint: x/evm/types/chain_config.go#L54
unknown field CancunBlock in struct literal of type params.ChainConfig (typecheck)
Run golangci-lint: x/evm/types/msg.go#L328
msg.AsTransaction().AsMessage undefined (type *"github.com/ethereum/go-ethereum/core/types".Transaction has no field or method AsMessage) (typecheck)
Run golangci-lint: x/evm/types/tracer.go#L48
not enough arguments in call to cfg.Rules
Run golangci-lint: x/evm/types/tracer.go#L49
invalid operation: cannot call non-function msg.AccessList (variable of type "github.com/ethereum/go-ethereum/core/types".AccessList) (typecheck)