Skip to content

build(deps): Bump github.com/cosmos/iavl from 1.0.1 to 1.1.1 #88

build(deps): Bump github.com/cosmos/iavl from 1.0.1 to 1.1.1

build(deps): Bump github.com/cosmos/iavl from 1.0.1 to 1.1.1 #88

Triggered via pull request March 25, 2024 01:49
Status Failure
Total duration 1m 37s
Artifacts

dependencies-review.yml

on: pull_request
dependency-review
59s
dependency-review
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
dependency-review
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Iterator)
dependency-review
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 (wrong type for method Iterator)
dependency-review
cannot use db (variable of type "github.com/cosmos/cosmos-db".DB) as "github.com/cosmos/iavl/db".DB value in argument to iavl.NewMutableTree: "github.com/cosmos/cosmos-db".DB does not implement "github.com/cosmos/iavl/db".DB (wrong type for method Iterator)
dependency-review
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 (wrong type for method Iterator)
dependency-review
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 (wrong type for method Iterator)
dependency-review
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Iterator)
dependency-review
impossible type assertion: istore.tree.(*immutableTree)
dependency-review
impossible type assertion: st.tree.(*iavl.MutableTree)
dependency-review
Process completed with exit code 2.
dependency-review
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/dependency-review-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.