-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
bug(cast
): cast wallet sign --trezor
gives an "Error: operation sign_hash is not supported by the signer"
#9944
Comments
This comment has been minimized.
This comment has been minimized.
Hi @KyrylR This is likely an error with the underlying Trezor client we are using through Alloy: https://github.com/trezor/trezor-firmware Would you mind checking if you are using the latest version of the firmware? |
Sure |
cast
): cast wallet sign --trezor
gives an "Error: \noperation sign_hash is not supported by the signer\n"
cast
): cast wallet sign --trezor
gives an "Error: \noperation sign_hash is not supported by the signer\n"
cast
): cast wallet sign --trezor
gives an "Error: operation sign_hash is not supported by the signer"
Current version is 2.8.7, trying to install 2.8.8 manually because it is not available via Trezor app |
But according the the changelog (https://github.com/trezor/trezor-firmware/blob/main/core/CHANGELOG.T2B1.md) this won't help much |
@zerosnacks Without |
Perhaps blind signing is disabled on your device? |
Where can I check that? |
On further investigation it appears Trezor has blind signing enabled by default and is unrelated to it. I've been able to reproduce the issue on my Ledger also yielding: "Error: operation It appears we are declaring the operation to be unsupported inside of Alloy. I'll move this ticket over to Alloy. |
Opened the ticket here: alloy-rs/alloy#2114 Will close this one in favor of that one |
Component
Cast
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge Version: 1.0.0-stable Commit SHA: e144b82 Build Timestamp: 2025-02-13T20:02:34.979686000Z (1739476954) Build Profile: maxperf
What version of Foundryup are you on?
foundryup: 1.0.1
What command(s) is the bug in?
cast w s -t --no-hash 0xc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6
Operating System
macOS (Apple Silicon)
Describe the bug
I am trying to sign the hash with trezor and it says the following:
Error: operation `sign_hash` is not supported by the signer
The text was updated successfully, but these errors were encountered: