-
Notifications
You must be signed in to change notification settings - Fork 19
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
Missing .zbin
files
#225
Comments
Hey @qd-qd! thanks for opening the issue can you provide the Rust version that you are using to compile this? |
Hey @IAvecilla, thanks for your response. Here's the version I use: Hope it helps |
I understand. It seems like some corrupted state occurred, leading to those errors. I tried with both
This indicates that
This is where the |
Hello. Working on macosx, with M3pro, rustc 1.78.0-nightly (0ecbd0605 2024-02-25), i face the same errors as described above. |
Okay, I see. It's possible that I have a strange local state of the precompiles. Let me get back to you with a more detailed answer. |
Hey @rdubois-crypto, @qd-qd, I believe the required files have been successfully pushed. Could you please attempt the compilation again to confirm if the issue has indeed been resolved? If not, please feel free to reopen the issue. |
Hey guys,
First, thanks for all!
I cloned the main branch of the repository and then tried to run a node using
make run-node
ormake run-node-light
without success.Here is the errors
It seems that both
EcAddG2.yul.zbin
andEcMulG2.yul.zbin
are missing on main. Am I missing something? Should I generate them or something? I am not familiar with this file format.Any advice would be appreciated.
The text was updated successfully, but these errors were encountered: