-
Notifications
You must be signed in to change notification settings - Fork 52
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
Signing does not work on a ledger wallet #392
Comments
Could this be related to ops fail on ARM machines due to eip712signer incompatibility ? |
I don't think so. The |
@Inphi This is with a ledger nano s? |
@mds1 It's a Ledger Nano S Plus. |
Okay, I am currently with @Inphi and we tried multiples hardware things as restart, change with a low level terminal (terminal native of macos) also changing usb and usbc port. I also add the same issue with @sebastianst this morning but I was thinking was related to only the Flex. |
Bug Description
I'm on unable to sign a nested safe transaction for task execution(e.g. this).
This seems to be a more general bug in both
eip712sign
andcast
on macos:Debugging
A recent change in behavior that I've noticed is that I'm required to launch the "Ethereum" app on my ledger wallet in order to interact with the ethereum account it using various CLI tools. This is a requirement to use the
ledger-live
CLI and alsocast
. Reading the Ethereum address works fine usingcast
, using the same above command, once I launch the Ethereum app. However,eip712sign
fails with the same above error. I recently updated my Nano S Plus firmware to 1.3.0 in an attempt to fix the issue, but I'm unsure if this requirement is due to the firmware update.Environment Information:
143abd6a
,e5dbb7a3
, and626221f5
.The text was updated successfully, but these errors were encountered: