Skip to content

docs(x/group): orm codespace comment #33909

docs(x/group): orm codespace comment

docs(x/group): orm codespace comment #33909

Triggered via pull request June 22, 2024 20:26
Status Success
Total duration 25m 32s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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
cannot use decoded.Messages (variable of type []protoreflect.ProtoMessage) as []"github.com/cosmos/gogoproto/proto".Message value in struct literal
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)
Analyze
impossible type assertion: tx.(*gogoTxWrapper)
Analyze
decodedTx.DynamicMessages undefined (type *decode.DecodedTx has no field or method DynamicMessages)