Skip to content

chore(deps): Bump github.com/cosmos/iavl from 0.19.4 to 1.0.0 #3505

chore(deps): Bump github.com/cosmos/iavl from 0.19.4 to 1.0.0

chore(deps): Bump github.com/cosmos/iavl from 0.19.4 to 1.0.0 #3505

Triggered via pull request October 31, 2023 09:33
Status Failure
Total duration 1m 33s
Artifacts

sims.yml

on: pull_request
install-runsim
0s
install-runsim
test-sim-nondeterminism-short
0s
test-sim-nondeterminism-short
test-sim-import-export-short
0s
test-sim-import-export-short
test-sim-after-import-short
0s
test-sim-after-import-short
test-sim-multi-seed-short
0s
test-sim-multi-seed-short
Fit to window
Zoom out
Zoom in

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)