Skip to content

begin with iavl v1.0.0 #11

begin with iavl v1.0.0

begin with iavl v1.0.0 #11

Triggered via pull request November 14, 2023 15:51
Status Success
Total duration 9m 55s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Analyze
undefined: unsafe.StringData
Analyze
undefined: unsafe.String
Analyze
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Iterator)
Analyze
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)
Analyze
undefined: iavl.NewMutableTreeWithOpts
Analyze
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)
Analyze
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Iterator)
Analyze
impossible type assertion: istore.tree.(*immutableTree)
Analyze
impossible type assertion: st.tree.(*iavl.MutableTree)
Analyze
cannot use tree.GetMembershipProof(key) (value of type *"github.com/cosmos/ics23/go".CommitmentProof) as *"github.com/confio/ics23/go".CommitmentProof value in assignment