chore(deps): Bump github.com/cosmos/iavl from 0.19.4 to 1.0.0 #3505
sims.yml
on: pull_request
build
1m 19s
cleanup-runs
8s
test-sim-nondeterminism-short
0s
test-sim-import-export-short
0s
test-sim-after-import-short
0s
test-sim-multi-seed-short
0s
Annotations
10 errors
build:
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)
|
build:
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)
|
build:
store/iavl/tree.go#L33
undefined: iavl.RangeProof
|
build:
store/iavl/tree.go#L84
undefined: iavl.RangeProof
|
build:
store/iavl/store.go#L57
undefined: iavl.NewMutableTreeWithOpts
|
build:
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)
|
build:
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)
|
build:
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)
|
build:
store/iavl/store.go#L176
impossible type assertion: st.tree.(*iavl.MutableTree)
|
build:
store/iavl/store.go#L275
impossible type assertion: istore.tree.(*immutableTree)
|