build(deps): bump github.com/cosmos/iavl from 0.19.4 to 1.0.0 #382
Annotations
10 errors
golangci-lint:
store/iavl/tree.go#L11
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (missing method Get) (typecheck)
|
golangci-lint:
store/iavl/store.go#L111
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (missing method Get) (typecheck)
|
golangci-lint:
store/iavl/store.go#L120
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (missing method Get) (typecheck)
|
golangci-lint:
store/iavl/store.go#L266
impossible type assertion: istore.tree.(*immutableTree)
|
golangci-lint:
store/iavl/store.go#L270
tree.Export undefined (type *immutableTree has no field or method Export) (typecheck)
|
golangci-lint:
store/iavl/tree.go#L72
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
|
golangci-lint:
store/iavl/tree.go#L76
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
|
golangci-lint:
store/iavl/tree.go#L77
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
|
golangci-lint:
store/iavl/tree.go#L80
it.Get undefined (type *immutableTree has no field or method Get) (typecheck)
|
golangci-lint:
store/iavl/tree.go#L84
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
|