Skip to content

chore(proto): change future extracted modules version from v1.0.0 to v0.2.0 #33271

chore(proto): change future extracted modules version from v1.0.0 to v0.2.0

chore(proto): change future extracted modules version from v1.0.0 to v0.2.0 #33271

Triggered via pull request June 7, 2024 20:41
Status Success
Total duration 25m 17s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Analyze
cannot use Context{} (value of type Context) as "cosmossdk.io/store/types".Context value in variable declaration: Context does not implement "cosmossdk.io/store/types".Context (wrong type for method Logger)
Analyze
undefined: sdklog.LogWrapper
Analyze
cannot use app.logger (variable of type "cosmossdk.io/core/log".Logger) as "cosmossdk.io/log".Logger value in argument to snapshots.NewManager: "cosmossdk.io/core/log".Logger does not implement "cosmossdk.io/log".Logger (wrong type for method With)
Analyze
cannot use &gogoTxWrapper{} (value of type *gogoTxWrapper) as "cosmossdk.io/x/auth/signing".Tx value in variable declaration: *gogoTxWrapper does not implement "cosmossdk.io/x/auth/signing".Tx (missing method Bytes)
Analyze
cannot use buildTx (variable of type *gogoTxWrapper) as "cosmossdk.io/x/auth/signing".Tx value in return statement: *gogoTxWrapper does not implement "cosmossdk.io/x/auth/signing".Tx (missing method Bytes)
Analyze
impossible type assertion: newTx.(*gogoTxWrapper)
Analyze
cannot use newWrapperFromDecodedTx(addrCodec, cdc, decodedTx) (value of type *gogoTxWrapper) as "github.com/cosmos/cosmos-sdk/types".Tx value in return statement: *gogoTxWrapper does not implement "github.com/cosmos/cosmos-sdk/types".Tx (missing method Bytes)
Analyze
cannot use newWrapperFromDecodedTx(addrCodec, cdc, decodedTx) (value of type *gogoTxWrapper) as "github.com/cosmos/cosmos-sdk/types".Tx value in return statement: *gogoTxWrapper does not implement "github.com/cosmos/cosmos-sdk/types".Tx (missing method Bytes)
Analyze
impossible type assertion: tx.(*gogoTxWrapper)
Analyze
impossible type assertion: tx.(*gogoTxWrapper)