begin with iavl v1.0.0 #9
Annotations
10 errors
Analyze
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Iterator)
|
Analyze
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)
|
Analyze
assignment mismatch: 2 variables but st.tree.Iterator returns 1 value
|
Analyze
assignment mismatch: 2 variables but st.tree.Iterator returns 1 value
|
Analyze
assignment mismatch: 2 variables but st.tree.Hash returns 1 value
|
Analyze
undefined: iavl.NewMutableTreeWithOpts
|
Analyze
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)
|
Analyze
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Iterator)
|
Analyze
impossible type assertion: istore.tree.(*immutableTree)
|
Analyze
impossible type assertion: st.tree.(*iavl.MutableTree)
|