feat: migration for mainnet rollapps (nim + mande) to upgrade to 3D #721
golangci_lint.yml
on: pull_request
golangci-lint
2m 58s
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
|