-
Notifications
You must be signed in to change notification settings - Fork 88
LIT-3920 - wrapped-keys - Batch generate private keys & optionally sign messages in a single operation #675
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
0b40f47
refactor(wrapped-keys-lit-actions): LIT-3920 - Deconstruct existing E…
MaximusHaximus b939e6d
refactor(wrapped-keys-lit-actions): LIT-3920 - Deconstruct existing S…
MaximusHaximus 72864d2
refactor(wrapped-keys-lit-actions): LIT-3920 - Refactor `common/expor…
MaximusHaximus 7dafaf2
refactor(wrapped-keys-lit-actions): LIT-3920 - Refactor `signTransact…
MaximusHaximus d928051
refactor(wrapped-keys-lit-actions): LIT-3920 - Refactor `signTransact…
MaximusHaximus 9f9a670
refactor(wrapped-keys-lit-actions): LIT-3920 - Extract usage of `getD…
MaximusHaximus a294bc4
refactor(wrapped-keys-lit-actions): LIT-3920 - Extract private key ge…
MaximusHaximus 231ac2b
refactor(wrapped-keys-lit-actions): LIT-3920 - Extract encryption of …
MaximusHaximus 65b3a63
refactor(wrapped-keys-lit-actions): LIT-3920 - Normalize function sig…
MaximusHaximus a72e159
fix(wrapped-keys-lit-actions): LIT-3920 - Add missing `await` in gene…
MaximusHaximus c294587
test(wrapped-keys-lit-actions): LIT-3920 - Update Solana sign transac…
MaximusHaximus fe9b60b
test(wrapped-keys-lit-actions): LIT-3920 - Ensure private key used to…
MaximusHaximus d73b7b4
feat(wrapped-keys-lit-actions): LIT-3920 - Add batchGenerateEncrypted…
MaximusHaximus 4f632f7
test(wrapped-keys): LIT-3920 - Define testBatchGenerateEncryptedKeys …
MaximusHaximus e830162
chore(wrapped-keys): LIT-3920 - Define new to hold LIT actions that a…
MaximusHaximus f7de6b6
chore(wrapped-keys): LIT-3920 - run eslint --fix
MaximusHaximus d5da0e3
types(wrapped-keys): LIT-3920 - Add initial types to facilitate batch…
MaximusHaximus 610d2ef
feat(wrapped-keys): LIT-3920 - Add batchGenerateKeysWithLitAction to …
MaximusHaximus 4d34fb1
refactor(wrapped-keys): LIT-3920 - Extract getKeyTypeFromNetwork into…
MaximusHaximus ca76c7b
feat(wrapped-keys): LIT-3920 - Add batchGeneratePrivateKeys to client…
MaximusHaximus 13269e7
test(wrapped-keys-lit-actions): LIT-3920 - Rename to testBatchGenerat…
MaximusHaximus 442dae8
test(wrapped-keys-lit-actions): LIT-3920 - Update assertions to handl…
MaximusHaximus 35b33d5
chore(lit-core): LIT-3920 - Revert debug log change
MaximusHaximus 13f0556
chore(wrapped-keys-lit-actions): LIT-3920 - Remove stack logging for …
MaximusHaximus 8f9f029
fix(wrapped-keys-lit-actions): LIT-3920 - Use runOnce on `processActi…
MaximusHaximus 90a43cd
test(wrapped-keys): LIT-3920 - Add assertions for signatures to `batc…
MaximusHaximus f0ceff6
chore(wrapped-keys): LIT-3920 - Object shorthand notation
MaximusHaximus e269157
chore(wrapped-keys-lit-actions): LIT-3920 - Add `sync-actions-to-ipfs…
MaximusHaximus c3869d4
chore(wrapped-keys-lit-actions): LIT-3920 - Move generation of privat…
MaximusHaximus 82de82c
chore(wrapped-keys-lit-actions): LIT-3920 - Remove runOnce in `batchG…
MaximusHaximus 2d47564
chore(wrapped-keys-lit-actions): LIT-3920 - Make batchGeneratePrivate…
MaximusHaximus f5bdd3f
chore(wrapped-keys-lit-actions): LIT-3920 - Fix test double-line
MaximusHaximus 4874adc
chore(wrapped-keys-lit-actions): LIT-3920 - Rename `getDecryptedKey` …
MaximusHaximus ea9c087
chore(wrapped-keys-lit-actions): LIT-3920 - Use existing ethers insta…
MaximusHaximus 8d517d8
chore(wrapped-keys-lit-actions): LIT-3920 - Update IPFS CIDs to use c…
MaximusHaximus 15337ad
feat: add advanced controls to executeJs
Ansonhkg 7db654f
chore: better error message
Ansonhkg bae0338
feat(tinny): add test
Ansonhkg d664472
fmt
Ansonhkg 77cefc2
Update local-tests/tests/testUseEoaSessionSigsToRequestSingleResponse.ts
Ansonhkg 9a3af57
fmt
Ansonhkg 7f7b387
chore(wrapped-keys-lit-actions): LIT-3920 - Update `batchGenerateKeys…
MaximusHaximus 8e6b8cd
chore(wrapped-keys-lit-actions): LIT-3920 - Add package dependencies …
MaximusHaximus 54053fe
chore(wrapped-keys-lit-actions): LIT-3920 - Add usage instructions to…
MaximusHaximus 765b437
chore(wrapped-keys-lit-actions): LIT-3920 - Rename `generatedPrivateK…
MaximusHaximus f79e3dc
chore(wrapped-keys-lit-actions): LIT-3920 - Update `signTransactionWi…
MaximusHaximus 2175a8c
chore(wrapped-keys-lit-actions): LIT-3920 - Update `signTransactionWi…
MaximusHaximus f5a9652
chore(wrapped-keys-lit-actions): LIT-3920 - Fix accidental comment :)
MaximusHaximus 1204c8d
feat(lit-node-client-nodejs): LIT-3920 - Replace `numResponsesRequire…
MaximusHaximus 42fd975
chore(wrapped-keys-lit-actions): LIT-3920 - Remove `runOnce` and use …
MaximusHaximus 84af943
chore(wrapped-keys): LIT-3920 - Update LIT_ACTION_CID_REPOSITORY CIDs…
MaximusHaximus 7f92dcf
test(wrapped-keys-lit-actions): LIT-3920 - Use ethers.utils.computeAd…
MaximusHaximus 22747c8
test(wrapped-keys-lit-actions): LIT-3920 - Remove unused function args
MaximusHaximus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MaximusHaximus marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.