cleanup dependencies #833
Annotations
10 errors and 1 warning
golangci-lint:
node/local/node.go#L101
cannot use stateDB (variable of type "github.com/tendermint/tm-db".DB) as "github.com/cometbft/cometbft-db".DB value in argument to sm.NewStore: "github.com/tendermint/tm-db".DB does not implement "github.com/cometbft/cometbft-db".DB (wrong type for method Iterator)
|
golangci-lint:
node/local/node.go#L105
cannot use stateDB (variable of type "github.com/tendermint/tm-db".DB) as "github.com/cometbft/cometbft-db".DB value in argument to tmnode.LoadStateFromDBOrGenesisDocProvider: "github.com/tendermint/tm-db".DB does not implement "github.com/cometbft/cometbft-db".DB (wrong type for method Iterator)
|
golangci-lint:
node/local/node.go#L134
cannot use stateDB (variable of type "github.com/tendermint/tm-db".DB) as "github.com/cometbft/cometbft-db".DB value in argument to sm.NewStore: "github.com/tendermint/tm-db".DB does not implement "github.com/cometbft/cometbft-db".DB (wrong type for method Iterator)
|
golangci-lint:
node/local/node.go#L179
cannot use dbProvider(&tmnode.DBContext{…}) (value of type "github.com/cometbft/cometbft-db".DB) as "github.com/tendermint/tm-db".DB value in assignment: "github.com/cometbft/cometbft-db".DB does not implement "github.com/tendermint/tm-db".DB (wrong type for method Iterator)
|
golangci-lint:
node/local/node.go#L183
cannot use blockStoreDB (variable of type "github.com/tendermint/tm-db".DB) as "github.com/cometbft/cometbft-db".DB value in argument to store.NewBlockStore: "github.com/tendermint/tm-db".DB does not implement "github.com/cometbft/cometbft-db".DB (wrong type for method Iterator)
|
golangci-lint:
node/local/node.go#L185
cannot use dbProvider(&tmnode.DBContext{…}) (value of type "github.com/cometbft/cometbft-db".DB) as "github.com/tendermint/tm-db".DB value in assignment: "github.com/cometbft/cometbft-db".DB does not implement "github.com/tendermint/tm-db".DB (wrong type for method Iterator)
|
golangci-lint:
node/local/node.go#L222
cannot use dbm.NewPrefixDB(store, []byte("block_events")) (value of type *"github.com/tendermint/tm-db".PrefixDB) as "github.com/cometbft/cometbft-db".DB value in argument to blockidxkv.New: *"github.com/tendermint/tm-db".PrefixDB does not implement "github.com/cometbft/cometbft-db".DB (wrong type for method Iterator)
|
golangci-lint:
node/local/node.go#L222
cannot use store (variable of type "github.com/cometbft/cometbft-db".DB) as "github.com/tendermint/tm-db".DB value in argument to dbm.NewPrefixDB: "github.com/cometbft/cometbft-db".DB does not implement "github.com/tendermint/tm-db".DB (wrong type for method Iterator)
|
golangci-lint:
node/local/source.go#L64
encodingConfig.Marshaler undefined (type *params.EncodingConfig has no field or method Marshaler)
|
golangci-lint:
node/local/source.go#L106
undefined: sdk.KVStoreKey
|
golangci-lint
Unexpected input(s) 'SUFFIX_FILTER', valid inputs are ['GITHUB_TOKEN', 'DOT', 'BASE', 'RELATIVE', 'DIFF_FILTER', 'FORMAT', 'ESCAPE_JSON', 'SEPARATOR', 'PATTERNS', 'MINIMATCH_OPTION_NOBRACE', 'MINIMATCH_OPTION_NOGLOBSTAR', 'MINIMATCH_OPTION_DOT', 'MINIMATCH_OPTION_NOEXT', 'MINIMATCH_OPTION_NOCASE', 'MINIMATCH_OPTION_MATCH_BASE', 'MINIMATCH_OPTION_NONEGATE', 'FILES', 'SUMMARY_INCLUDE_FILES', 'ABSOLUTE', 'SET_ENV_NAME', 'SET_ENV_NAME_FILTERED_DIFF', 'SET_ENV_NAME_MATCHED_FILES', 'SET_ENV_NAME_COUNT', 'SET_ENV_NAME_INSERTIONS', 'SET_ENV_NAME_DELETIONS', 'SET_ENV_NAME_LINES', 'DIFF_DEFAULT', 'FILTERED_DIFF_DEFAULT', 'MATCHED_FILES_DEFAULT', 'COUNT_DEFAULT', 'GET_FILE_DIFF', 'INSERTIONS_DEFAULT', 'DELETIONS_DEFAULT', 'LINES_DEFAULT', 'CHECK_ONLY_COMMIT_WHEN_DRAFT', 'SUPPRESS_ERROR']
|