Merge v1.4.11 b0b67be #43
Annotations
10 errors and 5 warnings
golangci-lint:
accounts/abi/bind/backends/simulated.go#L24
could not import github.com/ethereum/go-ethereum/ethclient/simulated (-: # github.com/ethereum/go-ethereum/ethclient/simulated
|
golangci-lint:
ethclient/simulated/backend.go#L124
not enough arguments in call to filters.NewFilterAPI
|
golangci-lint:
beacon/light/head_tracker.go#L1
: # github.com/ethereum/go-ethereum/beacon/light
|
golangci-lint:
beacon/light/head_tracker.go#L33
undefined: CommitteeChain
|
golangci-lint:
beacon/light/head_tracker.go#L44
undefined: CommitteeChain (typecheck)
|
golangci-lint:
cmd/blsync/main.go#L46
undefined: utils.MainnetFlag (typecheck)
|
golangci-lint:
cmd/blsync/main.go#L47
undefined: utils.SepoliaFlag (typecheck)
|
golangci-lint:
cmd/evm/internal/t8ntool/flags.go#L24
could not import github.com/ethereum/go-ethereum/tests (-: # github.com/ethereum/go-ethereum/tests
|
golangci-lint:
tests/state_test_util.go#L323
assignment mismatch: 2 variables but st.StateDB.Commit returns 3 values
|
golangci-lint:
tests/state_test_util.go#L482
cannot use nil as bool value in argument to statedb.Commit) (typecheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v3, 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/
|
golangci-lint:
core/vote/vote_pool_test.go#L94
receiver-naming: receiver name m should be consistent with previous receiver name p for mockPOSA (revive)
|
golangci-lint:
core/vote/vote_pool_test.go#L98
receiver-naming: receiver name m should be consistent with previous receiver name p for mockInvalidPOSA (revive)
|
golangci-lint:
core/vote/vote_pool_test.go#L102
receiver-naming: receiver name m should be consistent with previous receiver name p for mockPOSA (revive)
|
golangci-lint:
core/vote/vote_pool_test.go#L106
receiver-naming: receiver name m should be consistent with previous receiver name p for mockInvalidPOSA (revive)
|
Loading