chore(deps): Bump github.com/cosmos/iavl from 0.19.4 to 1.0.0 #3505
Annotations
10 errors
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 Hash)
|
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 DeleteVersion)
|
store/iavl/tree.go#L33
undefined: iavl.RangeProof
|
store/iavl/tree.go#L84
undefined: iavl.RangeProof
|
store/iavl/store.go#L57
undefined: iavl.NewMutableTreeWithOpts
|
store/iavl/store.go#L104
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 DeleteVersion)
|
store/iavl/store.go#L115
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Hash)
|
store/iavl/store.go#L124
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Hash)
|
store/iavl/store.go#L176
impossible type assertion: st.tree.(*iavl.MutableTree)
|
store/iavl/store.go#L275
impossible type assertion: istore.tree.(*immutableTree)
|
The logs for this run have expired and are no longer available.
Loading