We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
signers
d024781
Linux
During testing for #161 I encountered a legacy transaction that failed signing with: Code 6a80 APDU_CODE_BAD_KEY_HANDLE
Code 6a80 APDU_CODE_BAD_KEY_HANDLE
It seems that this only happens with specific calldata that might be known to the device.
This is the transaction:
alloy/crates/signer-ledger/src/signer.rs
Lines 331 to 349 in d024781
Ported from an ethers-rs test, which also failed with the same error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Component
signers
What version of Alloy are you on?
d024781
Operating System
Linux
Describe the bug
During testing for #161 I encountered a legacy transaction that failed signing with:
Code 6a80 APDU_CODE_BAD_KEY_HANDLE
It seems that this only happens with specific calldata that might be known to the device.
This is the transaction:
alloy/crates/signer-ledger/src/signer.rs
Lines 331 to 349 in d024781
Ported from an ethers-rs test, which also failed with the same error.
The text was updated successfully, but these errors were encountered: