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
See below
Operating System: Ubuntu 22.04.4 LTS
On Ubuntu go version 1.22.2 fails to run with below errors, given example is from README
go run main.go --bls-seed-phrase="category ignore around vibrant delay cargo apart truly rabbit blue master cash" --deso-public-key="BC1YLhS6ruuvtGX58AG8gAvEjhsBR2xdZB54AaGUZ43MnS3nWcm5RYx"
github.com/onflow/crypto
../go/pkg/mod/github.com/onflow/[email protected]/sign.go:77:10: undefined: blsInstance
../go/pkg/mod/github.com/onflow/[email protected]/sign.go:96:2: undefined: initBLS12381
../go/pkg/mod/github.com/onflow/[email protected]/sign.go:97:2: undefined: blsInstance
../go/pkg/mod/github.com/onflow/[email protected]/sign.go:97:17: undefined: blsBLS12381Algo
../go/pkg/mod/github.com/onflow/[email protected]/sign_test_utils.go:217:34: undefined: isG2Compressed
root@ubuntu:~/validator-key-generator# go version
go version go1.22.2 linux/amd64
I'm not a go expert, how to troubleshoot?
The text was updated successfully, but these errors were encountered:
See below
Operating System: Ubuntu 22.04.4 LTS
On Ubuntu go version 1.22.2 fails to run with below errors, given example is from README
go run main.go --bls-seed-phrase="category ignore around vibrant delay cargo apart truly rabbit blue master cash" --deso-public-key="BC1YLhS6ruuvtGX58AG8gAvEjhsBR2xdZB54AaGUZ43MnS3nWcm5RYx"
github.com/onflow/crypto
../go/pkg/mod/github.com/onflow/[email protected]/sign.go:77:10: undefined: blsInstance
../go/pkg/mod/github.com/onflow/[email protected]/sign.go:96:2: undefined: initBLS12381
../go/pkg/mod/github.com/onflow/[email protected]/sign.go:97:2: undefined: blsInstance
../go/pkg/mod/github.com/onflow/[email protected]/sign.go:97:17: undefined: blsBLS12381Algo
../go/pkg/mod/github.com/onflow/[email protected]/sign_test_utils.go:217:34: undefined: isG2Compressed
root@ubuntu:~/validator-key-generator# go version
go version go1.22.2 linux/amd64
I'm not a go expert, how to troubleshoot?
The text was updated successfully, but these errors were encountered: