-
Notifications
You must be signed in to change notification settings - Fork 74
non evm 1ca #181
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
non evm 1ca #181
Conversation
|
|
@claude review |
|
Claude finished @llbartekll's task —— View job Code Review Complete
OverviewThis PR implements CAIP-122 "Sign with X" support to enable non-EVM signature types (Bitcoin, Solana) for 1-Click Authentication (1CA). The implementation extends the existing EVM-only signature verification to support multiple blockchain types. Critical Issues1. Hardcoded Signature Type Verification Only Supports EVM
|
|
|
||
| for (index, authObject) in authResponses.enumerated() { | ||
| do { | ||
| try await Sign.instance.recoverAndVerifySignature(authObject: authObject) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove from the client interface?



Description
Resolves # (issue)
How Has This Been Tested?
Due Dilligence