-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issue while running Main #1
Comments
I think, this has to do with macos and/or aarch64. Running the program in an arm64 linux container on image I don't get this failure. Instead, I get the following, which, I assume, is a different issue.
|
@larskuhtz we are currently into it, this might have to do with macos and whether it's linked via a dylib or a static lib, causing errors. We managed to replicate it but haven't found a fix or identified a specific cause yet. We are looking into it. |
@larskuhtz Can you try again with the code in the We think it may fix your issue, can you take a look? It's not 100% complete yet, but just wondering if you had the same issue or not |
@wwared That commit does not seem to include the plonk verifier any more. I can only find a simple "hello world" function. |
The issues did not occur not during the build but when running the plonk verifier. I think, the first issue was an issue with dynamically linking the go binary. If it was about the linking the The second issue looks to me like an validation failure with the data in the provided example. |
I received a message from @larskuhtz with the following issue.
I got the reference string data, but ran into some trouble executing the
Main
program on macos. Is this something you are aware of?I verified that the babybear symbols are in the binar:
The text was updated successfully, but these errors were encountered: