-
Notifications
You must be signed in to change notification settings - Fork 54
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
ops fail on ARM machines due to eip712signer incompatibility #375
Comments
@geoknee Do you know why this happens? I'm wondering who we can assign this issue to so that it can be resolved before the Holocene mainnet playbooks |
I had the same error message as above (in a clone repo using the same scripts) and also running on a M3 macbook. |
@geoknee @PierreOssun do you know what go and macOS versions you compiled with? I was on cc @mdehoog as well since it looks like you are the maintainer of https://github.com/base-org/eip712sign |
I'm on Seems like a compatibility issue with ARM architecture, but I haven't dug a lot more deeply. |
I'm unable to reproduce this (on M2 with OS But did notice the utility was lagging behind go-ethereum versions, updated and released a version here: https://github.com/base-org/eip712sign/releases/tag/v0.0.8 @geoknee could you please check if that resolves anything for you? Otherwise we can always switch the |
@mdehoog yes that seems to do the trick for me #399 . Thanks for the help! |
When I follow the playbook verbatim on my M3 Macbook Pro, the OS apparently kills the
eip712signer
process:The error message is not very helpful, but I managed to work around this by rebuilding eip712signer from source with the following build flags:
Copying the binary over to this repo allows the ops script to complete successfully.
The text was updated successfully, but these errors were encountered: