chore(server): bump cosmossdk.io/core and correct comment naming (#22… #1
software-compat-v052.yml
on: push
Software Compat
3m 22s
Annotations
10 errors and 1 warning
Software Compat
decodedTx.DynamicMessages undefined (type *decode.DecodedTx has no field or method DynamicMessages)
|
Software Compat
cannot use &gogoTxWrapper{} (value of type *gogoTxWrapper) as "github.com/cosmos/cosmos-sdk/x/auth/signing".Tx value in variable declaration: *gogoTxWrapper does not implement "github.com/cosmos/cosmos-sdk/x/auth/signing".Tx (missing method Bytes)
|
Software Compat
cannot use decoded.Messages (variable of type []protoreflect.ProtoMessage) as []interface{ProtoMessage(); Reset(); String() string} value in struct literal
|
Software Compat
cannot use buildTx (variable of type *gogoTxWrapper) as "github.com/cosmos/cosmos-sdk/x/auth/signing".Tx value in return statement: *gogoTxWrapper does not implement "github.com/cosmos/cosmos-sdk/x/auth/signing".Tx (missing method Bytes)
|
Software Compat
unknown field ProtoCodec in struct literal of type decode.Options
|
Software Compat
impossible type assertion: newTx.(*gogoTxWrapper)
|
Software Compat
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)
|
Software Compat
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)
|
Software Compat
impossible type assertion: tx.(*gogoTxWrapper)
|
Software Compat
impossible type assertion: tx.(*gogoTxWrapper)
|
Software Compat
Restore cache failed: Dependencies file is not found in /home/runner/work/cosmos-sdk/cosmos-sdk. Supported file pattern: go.sum
|