chore(deps): Bump github.com/cosmos/iavl from 0.19.4 to 1.0.0 #3535
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
sims.yml
on: pull_request
build
42s
cleanup-runs
4s
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#L56
undefined: iavl.NewMutableTreeWithOpts
|
build:
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 DeleteVersion)
|
build:
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 Hash)
|
build:
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 Hash)
|
build:
store/iavl/store.go#L175
impossible type assertion: st.tree.(*iavl.MutableTree)
|
build:
store/iavl/store.go#L280
impossible type assertion: istore.tree.(*immutableTree)
|