feat: indexer base types #33628
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)
|