chore(deps): Bump github.com/cosmos/iavl from 0.19.4 to 0.20.1 #4290
Annotations
10 errors and 1 warning
test & coverage report creation:
store/iavl/tree.go#L12
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Iterator)
|
test & coverage report creation:
store/iavl/tree.go#L13
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as Tree value in variable declaration: *"github.com/cosmos/iavl".MutableTree does not implement Tree (missing method GetVersionedWithProof)
|
test & coverage report creation:
store/iavl/tree.go#L33
undefined: iavl.RangeProof
|
test & coverage report creation:
store/iavl/tree.go#L84
undefined: iavl.RangeProof
|
test & coverage report creation:
store/iavl/store.go#L56
cannot use db (variable of type "github.com/tendermint/tm-db".DB) as "github.com/cometbft/cometbft-db".DB value in argument to iavl.NewMutableTreeWithOpts: "github.com/tendermint/tm-db".DB does not implement "github.com/cometbft/cometbft-db".DB (wrong type for method Iterator)
|
test & coverage report creation:
store/iavl/store.go#L91
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as Tree value in struct literal: *"github.com/cosmos/iavl".MutableTree does not implement Tree (missing method GetVersionedWithProof)
|
test & coverage report creation:
store/iavl/store.go#L103
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as Tree value in struct literal: *"github.com/cosmos/iavl".MutableTree does not implement Tree (missing method GetVersionedWithProof)
|
test & coverage report creation:
store/iavl/store.go#L114
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Iterator)
|
test & coverage report creation:
store/iavl/store.go#L123
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Iterator)
|
test & coverage report creation:
store/iavl/store.go#L175
impossible type assertion: st.tree.(*iavl.MutableTree)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading