-
Notifications
You must be signed in to change notification settings - Fork 88
Feat/get derived pubkey #973
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
Conversation
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.
Pull Request Overview
This PR removes a large number of test files from the local-tests directory, focusing on wrapped-keys tests and various PKP Ethers wallet signing tests. The purpose appears to be cleaning up the test suite by removing deprecated or obsolete test cases.
Reviewed Changes
Copilot reviewed 5 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
Multiple testFail* files in wrapped-keys/ |
Removed negative test cases for wrapped key import scenarios with invalid/expired/max expiry session signatures |
Multiple testEthereum* and testExport* files in wrapped-keys/ |
Removed test cases for Ethereum signing, message signing, and key export functionality with wrapped keys |
Multiple testUse* files |
Removed test cases for session signature validation scenarios including PKP, EOA, and Lit Action session sigs |
Multiple testPkpEthers* files |
Removed test cases for PKP Ethers wallet functionality across different signing methods and session sig types |
testRelayer.ts, testSolAuthSig*, testShaEip1271* files |
Removed miscellaneous test cases for relayer functionality, Solana auth signatures, and EIP-1271 signatures |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…ving Lit Action public keys
glitch003
left a comment
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.
thanks for helping out users in discord and noticing that we need this and making it happen so fast!! 🔥
WHAT
litClient.utils.getDerivedKeyIdto call the PubkeyRouter contract with the staking address and default key set idTEST
Snapshot Releases