You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/committee_index.go:9:23: cannot use (CommitteeIndex)(0) (constant 0 of type CommitteeIndex) as ssz.HashRoot value in variable declaration: CommitteeIndex does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/committee_index.go:18:36: cannot use c (variable of type CommitteeIndex) as ssz.HashRoot value in argument to fssz.HashWithDefaultHasher: CommitteeIndex does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/domain.go:9:23: cannot use (Domain)([]byte{}) (value of type Domain) as ssz.HashRoot value in variable declaration: Domain does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/domain.go:18:36: cannot use e (variable of type Domain) as ssz.HashRoot value in argument to fssz.HashWithDefaultHasher: Domain does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/epoch.go:9:23: cannot use (Epoch)(0) (constant 0 of type Epoch) as ssz.HashRoot value in variable declaration: Epoch does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/epoch.go:115:36: cannot use e (variable of type Epoch) as ssz.HashRoot value in argument to fssz.HashWithDefaultHasher: Epoch does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/slot.go:9:23: cannot use (Slot)(0) (constant 0 of type Slot) as ssz.HashRoot value in variable declaration: Slot does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/slot.go:163:36: cannot use s (variable of type Slot) as ssz.HashRoot value in argument to fssz.HashWithDefaultHasher: Slot does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/sszuint64.go:10:23: cannot use (Epoch)(0) (constant 0 of type Epoch) as ssz.HashRoot value in variable declaration: Epoch does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/validator.go:9:23: cannot use (ValidatorIndex)(0) (constant 0 of type ValidatorIndex) as ssz.HashRoot value in variable declaration: ValidatorIndex does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/slot.go:163:36: too many errors
github.com/wealdtech/go-eth2-types/v2
../../../go/pkg/mod/github.com/wealdtech/go-eth2-types/[email protected]/forkdata_encoding.go:65:35: cannot use f (variable of type *ForkData) as ssz.HashRoot value in argument to ssz.HashWithDefaultHasher: *ForkData does not implement ssz.HashRoot (missing method GetTree)
github.com/cosmos/gogoproto/proto
../../../go/pkg/mod/github.com/cosmos/[email protected]/proto/merge.go:260:25: type func(x *descriptorpb.FileDescriptorProto, y *descriptorpb.FileDescriptorProto) bool of func(x, y *descriptorpb.FileDescriptorProto) bool {…} does not match inferred type func(a *descriptorpb.FileDescriptorProto, b *descriptorpb.FileDescriptorProto) int for func(a E, b E) int
The text was updated successfully, but these errors were encountered:
69tc
changed the title
Manny errrors when runnung please help me.....
Manny errrors when running please help me.....
Jan 14, 2025
github.com/prysmaticlabs/eth2-types
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/committee_index.go:9:23: cannot use (CommitteeIndex)(0) (constant 0 of type CommitteeIndex) as ssz.HashRoot value in variable declaration: CommitteeIndex does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/committee_index.go:18:36: cannot use c (variable of type CommitteeIndex) as ssz.HashRoot value in argument to fssz.HashWithDefaultHasher: CommitteeIndex does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/domain.go:9:23: cannot use (Domain)([]byte{}) (value of type Domain) as ssz.HashRoot value in variable declaration: Domain does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/domain.go:18:36: cannot use e (variable of type Domain) as ssz.HashRoot value in argument to fssz.HashWithDefaultHasher: Domain does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/epoch.go:9:23: cannot use (Epoch)(0) (constant 0 of type Epoch) as ssz.HashRoot value in variable declaration: Epoch does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/epoch.go:115:36: cannot use e (variable of type Epoch) as ssz.HashRoot value in argument to fssz.HashWithDefaultHasher: Epoch does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/slot.go:9:23: cannot use (Slot)(0) (constant 0 of type Slot) as ssz.HashRoot value in variable declaration: Slot does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/slot.go:163:36: cannot use s (variable of type Slot) as ssz.HashRoot value in argument to fssz.HashWithDefaultHasher: Slot does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/sszuint64.go:10:23: cannot use (Epoch)(0) (constant 0 of type Epoch) as ssz.HashRoot value in variable declaration: Epoch does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/validator.go:9:23: cannot use (ValidatorIndex)(0) (constant 0 of type ValidatorIndex) as ssz.HashRoot value in variable declaration: ValidatorIndex does not implement ssz.HashRoot (missing method GetTree)
../../../go/pkg/mod/github.com/prysmaticlabs/[email protected]/slot.go:163:36: too many errors
github.com/wealdtech/go-eth2-types/v2
../../../go/pkg/mod/github.com/wealdtech/go-eth2-types/[email protected]/forkdata_encoding.go:65:35: cannot use f (variable of type *ForkData) as ssz.HashRoot value in argument to ssz.HashWithDefaultHasher: *ForkData does not implement ssz.HashRoot (missing method GetTree)
github.com/cosmos/gogoproto/proto
../../../go/pkg/mod/github.com/cosmos/[email protected]/proto/merge.go:260:25: type func(x *descriptorpb.FileDescriptorProto, y *descriptorpb.FileDescriptorProto) bool of func(x, y *descriptorpb.FileDescriptorProto) bool {…} does not match inferred type func(a *descriptorpb.FileDescriptorProto, b *descriptorpb.FileDescriptorProto) int for func(a E, b E) int
The text was updated successfully, but these errors were encountered: