Feat: Upgrade to latest hive.go #2283
Annotations
10 errors
pkg/protocol/engine/tipmanager/v1/tip_metadata.go#L103
type func(_ bool, isLivenessThresholdReached bool, isAccepted bool) bool of func(_, isLivenessThresholdReached, isAccepted bool) bool {…} does not match func(bool, InputType2) bool
|
pkg/protocol/engine/tipmanager/v1/tip_metadata.go#L107
cannot use func(_ bool, stronglyOrphanedStrongParents int) bool {…} (value of type func(_ bool, stronglyOrphanedStrongParents int) bool) as func(int) bool value in argument to reactive.NewDerivedVariable[bool, int]
|
pkg/protocol/engine/tipmanager/v1/tip_metadata.go#L111
cannot use func(_ bool, weaklyOrphanedWeakParents int) bool {…} (value of type func(_ bool, weaklyOrphanedWeakParents int) bool) as func(int) bool value in argument to reactive.NewDerivedVariable[bool, int]
|
pkg/protocol/engine/tipmanager/v1/tip_metadata.go#L115
cannot use func(_, isMarkedOrphaned, anyStrongParentStronglyOrphaned, anyWeakParentWeaklyOrphaned bool) bool {…} (value of type func(_ bool, isMarkedOrphaned bool, anyStrongParentStronglyOrphaned bool, anyWeakParentWeaklyOrphaned bool) bool) as func(bool, bool, bool) bool value in argument to reactive.NewDerivedVariable3[bool, bool, bool, bool]
|
pkg/protocol/engine/tipmanager/v1/tip_metadata.go#L119
cannot use func(_, isMarkedOrphaned, anyWeakParentWeaklyOrphaned bool) bool {…} (value of type func(_ bool, isMarkedOrphaned bool, anyWeakParentWeaklyOrphaned bool) bool) as func(bool, bool) bool value in argument to reactive.NewDerivedVariable2[bool, bool, bool]
|
pkg/protocol/engine/tipmanager/v1/tip_metadata.go#L123
cannot use func(_, isStronglyOrphaned, isWeaklyOrphaned bool) bool {…} (value of type func(_ bool, isStronglyOrphaned bool, isWeaklyOrphaned bool) bool) as func(bool, bool) bool value in argument to reactive.NewDerivedVariable2[bool, bool, bool]
|
pkg/protocol/engine/tipmanager/v1/tip_metadata.go#L127
type func(_ bool, tipPool tipmanager.TipPool, isOrphaned bool, isEvicted bool) bool of func(_ bool, tipPool tipmanager.TipPool, isOrphaned bool, isEvicted bool) bool {…} does not match func(InputType1, InputType2, InputType3) Type (cannot infer Type, InputType1, InputType2, InputType3, InputValueType1, InputValueType2, and InputValueType3)
|
pkg/protocol/engine/tipmanager/v1/tip_metadata.go#L131
type func(_ bool, tipPool tipmanager.TipPool, isOrphaned bool, isEvicted bool) bool of func(_ bool, tipPool tipmanager.TipPool, isOrphaned bool, isEvicted bool) bool {…} does not match func(InputType1, InputType2, InputType3) Type (cannot infer Type, InputType1, InputType2, InputType3, InputValueType1, InputValueType2, and InputValueType3)
|
pkg/protocol/engine/tipmanager/v1/tip_metadata.go#L135
cannot use func(_ bool, stronglyConnectedStrongChildren int) bool {…} (value of type func(_ bool, stronglyConnectedStrongChildren int) bool) as func(int) bool value in argument to reactive.NewDerivedVariable[bool, int]
|
pkg/protocol/engine/tipmanager/v1/tip_metadata.go#L139
cannot use func(_ bool, connectedWeakChildren int) bool {…} (value of type func(_ bool, connectedWeakChildren int) bool) as func(int) bool value in argument to reactive.NewDerivedVariable[bool, int]
|
The logs for this run have expired and are no longer available.
Loading