feat(stf): change router service to extract the router at runtime rather than build time #33795
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)
|