Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manny errrors when running please help me..... #256

Open
69tc opened this issue Jan 14, 2025 · 1 comment
Open

Manny errrors when running please help me..... #256

69tc opened this issue Jan 14, 2025 · 1 comment

Comments

@69tc
Copy link

69tc commented 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

@69tc 69tc changed the title Manny errrors when runnung please help me..... Manny errrors when running please help me..... Jan 14, 2025
@STdevK
Copy link

STdevK commented Jan 16, 2025

please share the go sdk command you run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants