Skip to content

fix: Properly parse json in the wait-tx command. #33403

fix: Properly parse json in the wait-tx command.

fix: Properly parse json in the wait-tx command. #33403

Triggered via pull request June 12, 2024 18:18
Status Success
Total duration 24m 55s
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)