EVM support #110
Annotations
10 errors and 1 warning
golangci-lint:
x/auth/client/cli/tx_multisign.go#L20
"github.com/cosmos/cosmos-sdk/crypto/keys/multisig" imported as kmultisig and not used (typecheck)
|
golangci-lint:
runtime/module.go#L229
undefined: storetypes.ObjectStoreKey (typecheck)
|
golangci-lint:
runtime/store.go#L102
cannot use kvStoreAdapter{} (value of type kvStoreAdapter) as "cosmossdk.io/store/types".KVStore value in variable declaration: kvStoreAdapter does not implement "cosmossdk.io/store/types".KVStore (missing method CacheWrapWithTrace) (typecheck)
|
golangci-lint:
runtime/app.go#L98
a.MountStores undefined (type *App has no field or method MountStores) (typecheck)
|
golangci-lint:
runtime/app.go#L121
a.SetPreBlocker undefined (type *App has no field or method SetPreBlocker) (typecheck)
|
golangci-lint:
runtime/app.go#L127
a.SetBeginBlocker undefined (type *App has no field or method SetBeginBlocker) (typecheck)
|
golangci-lint:
runtime/app.go#L132
a.SetEndBlocker undefined (type *App has no field or method SetEndBlocker) (typecheck)
|
golangci-lint:
runtime/app.go#L137
a.SetPrecommiter undefined (type *App has no field or method SetPrecommiter) (typecheck)
|
golangci-lint:
runtime/app.go#L142
a.SetPrepareCheckStater undefined (type *App has no field or method SetPrepareCheckStater) (typecheck)
|
golangci-lint:
runtime/app.go#L150
a.LoadLatestVersion undefined (type *App has no field or method LoadLatestVersion) (typecheck)
|
golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|