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

Undefined keys in Herumi during build #36

Open
eric-official opened this issue Dec 13, 2024 · 0 comments
Open

Undefined keys in Herumi during build #36

eric-official opened this issue Dec 13, 2024 · 0 comments

Comments

@eric-official
Copy link

Hi,
I currently want to run the builder playground for the first time. When I execute the command go run main.go, I receive the following errors:

go: downloading github.com/herumi/bls-eth-go-binary v0.0.0-20210917013441-d37c07cfda4e
github.com/herumi/bls-eth-go-binary/bls
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:9:28: undefined: SecretKey
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:9:40: undefined: Fr
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:13:26: undefined: Fr
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:13:31: undefined: SecretKey
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:19:28: undefined: PublicKey
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:19:40: undefined: G1
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:23:26: undefined: G1
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:23:31: undefined: PublicKey
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:29:23: undefined: Sign
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:29:30: undefined: G2
../../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:29:30: too many errors
github.com/supranational/blst/bindings/go
../../go/pkg/mod/github.com/supranational/[email protected]/bindings/go/rb_tree.go:130:18: undefined: Message

To solve the error, I tried to clone the builder playground again, reinstall Go, and install Herumi in a different version. However, no action could resolve this error. Do I need to configure any key before I execute the go run main.go command? Any help would be appreciated.

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

1 participant