We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error logs:
command-line-arguments # command-line-arguments link: github.com/fjl/memsize: invalid reference to runtime.stopTheWorld make[1]: *** [Makefile:29: op-node] 오류 1 make[1]: 디렉터리 '/home/max/src/tokamak-thanos/op-node' 나감 make:*** [Makefile:110: op-node] 오류 2
While attempting to clone tokamak-thanos and deploy it on testnet, I saw the following issue.
I completed the dependency installation with pnpm install and typed make op-node op-batcher op-proposer This is what happened after that.
pnpm install
make op-node op-batcher op-proposer
The cause is that certain repos crash on the latest version of Go, Go1.23 or later, as shown in the link below. fjl/memsize#5
For Optimism, they have removed that repository after a certain version to resolve this issue.
The current solution is simple Instruct users to set their Go version to 1.22.7 or lower, or delete this repository from the team.
The text was updated successfully, but these errors were encountered:
Sorry for late reply and thanks for your suggestion. This issue was resolved by ethereum/go-ethereum@e467577 in geth v1.14.8.
We can choose the method to use: 1. go 1.22.7 or lower or 2. geth v1.14.8.
Sorry, something went wrong.
No branches or pull requests
Error logs:
Analytics
Cause
While attempting to clone tokamak-thanos and deploy it on testnet, I saw the following issue.
I completed the dependency installation with
pnpm install
and typedmake op-node op-batcher op-proposer
This is what happened after that.
The cause is that certain repos crash on the latest version of Go, Go1.23 or later, as shown in the link below.
fjl/memsize#5
For Optimism, they have removed that repository after a certain version to resolve this issue.
Solution
The current solution is simple
Instruct users to set their Go version to 1.22.7 or lower, or delete this repository from the team.
The text was updated successfully, but these errors were encountered: