Skip to content

feat(client): Add flag & reading mnemonic from file #33648

feat(client): Add flag & reading mnemonic from file

feat(client): Add flag & reading mnemonic from file #33648

Triggered via pull request June 18, 2024 07:04
Status Success
Total duration 1h 9m 49s
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
unknown field ProtoCodec in struct literal of type decode.Options
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)