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

Wrong module hash #155

Open
wawrzek opened this issue Nov 14, 2024 · 0 comments
Open

Wrong module hash #155

wawrzek opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@wawrzek
Copy link

wawrzek commented Nov 14, 2024

Describe the bug

The client cannot be built, because of problems with a module version.

Steps to reproduce the bug

Follow the README file (https://github.com/Lagrange-Labs/lsc-client-cli?tab=readme-ov-file#installing-cli-from-source)

and run the go build step.

wawrzek_ivynet_dev@ivy-030:~/Lagrange/lsc-client-cli$ go build -o ./dist cmd/main.go
go: downloading github.com/Lagrange-Labs/lagrange-node/core v0.1.1
verifying github.com/Lagrange-Labs/lagrange-node/[email protected]: checksum mismatch
	downloaded: h1:D6lIFrxunsaqeuv8xe0//ERdCGUqE9N36HFQ4NIO1qw=
	go.sum:     h1:H9AE4zXBgr/PU04R5V/tG9AtyefZdd8cLnb/fwYz1ZU=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

The client should compile.

OS details

wawrzek_ivynet_dev@ivy-030:~/Lagrange/lsc-client-cli$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 24.04.1 LTS
Release:	24.04
Codename:	noble

Additional context

#154 should fix the problem.

@wawrzek wawrzek added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant