build(deps): Bump github.com/cosmos/iavl from 0.20.1 to 1.3.1 #910
Annotations
11 errors and 1 warning
Dependency audit
no required module provides package cosmossdk.io/core/appconfig; to add it:
|
Go vulnerability check
type func(x *descriptorpb.FileDescriptorProto, y *descriptorpb.FileDescriptorProto) int of (func(x, y *descriptorpb.FileDescriptorProto) int literal) does not match inferred type func(a *descriptorpb.FileDescriptorProto, b *descriptorpb.FileDescriptorProto) bool for func(a E, b E) bool
|
Go vulnerability check:
store/iavl/tree.go#L11
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Hash)
|
Go vulnerability check:
store/iavl/tree.go#L12
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)
|
Go vulnerability check:
store/iavl/store.go#L55
undefined: iavl.NewMutableTreeWithOpts
|
Go vulnerability check:
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)
|
Go vulnerability check:
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)
|
Go vulnerability check:
store/iavl/store.go#L279
impossible type assertion: istore.tree.(*immutableTree)
|
Go vulnerability check:
store/iavl/store.go#L288
impossible type assertion: st.tree.(*iavl.MutableTree)
|
Go vulnerability check:
store/iavl/store.go#L403
cannot use tree.GetMembershipProof(key) (value of type *"github.com/cosmos/ics23/go".CommitmentProof) as *"github.com/confio/ics23/go".CommitmentProof value in assignment
|
Go vulnerability check:
store/iavl/store.go#L410
cannot use tree.GetNonMembershipProof(key) (value of type *"github.com/cosmos/ics23/go".CommitmentProof) as *"github.com/confio/ics23/go".CommitmentProof value in assignment
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, actions/dependency-review-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading