chore: miscellaneous for v0.52 to compile #1852
Annotations
11 errors and 1 warning
|
Build capability-module
assignment mismatch: 2 variables but ecdsa.SignCompact returns 1 value
|
Build capability-module
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Iterator)
|
Build capability-module
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)
|
Build capability-module
cannot use db (variable of type store.KVStoreWithBatch) as "github.com/cosmos/iavl/db".DB value in argument to iavl.NewMutableTree: store.KVStoreWithBatch does not implement "github.com/cosmos/iavl/db".DB (wrong type for method Iterator)
|
Build capability-module
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)
|
Build capability-module
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)
|
Build capability-module
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Iterator)
|
Build capability-module
impossible type assertion: istore.tree.(*immutableTree)
|
Build capability-module
impossible type assertion: st.tree.(*iavl.MutableTree)
|
Build capability-module
The operation was canceled.
|
Run actions/setup-go@v5
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading