Skip to content

feat: migration for mainnet rollapps (nim + mande) to upgrade to 3D #721

feat: migration for mainnet rollapps (nim + mande) to upgrade to 3D

feat: migration for mainnet rollapps (nim + mande) to upgrade to 3D #721

Triggered via pull request January 3, 2025 17:37
Status Failure
Total duration 3m 8s
Artifacts

golangci_lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
golangci-lint: app/evm_sequencers_keeper.go#L17
cannot use &EVMWrappedSeqKeeper{} (value of type *EVMWrappedSeqKeeper) as "github.com/evmos/evmos/v12/x/evm/types".StakingKeeper value in variable declaration: *EVMWrappedSeqKeeper does not implement "github.com/evmos/evmos/v12/x/evm/types".StakingKeeper (missing method GetHistoricalInfo) (typecheck)
golangci-lint: app/app.go#L528
cannot use EVMWrappedSeqKeeper{…} (value of type EVMWrappedSeqKeeper) as "github.com/evmos/evmos/v12/x/evm/types".StakingKeeper value in argument to evmkeeper.NewKeeper: EVMWrappedSeqKeeper does not implement "github.com/evmos/evmos/v12/x/evm/types".StakingKeeper (missing method GetHistoricalInfo) (typecheck)
golangci-lint
issues found
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636