-
Notifications
You must be signed in to change notification settings - Fork 73
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
🔥 3.1.0 release - Feat/manzano habanero #318
Conversation
This reverts commit f900e15.
* connect to all nodes, fix kicked nodes filtering * fix 2-sigs test --------- Co-authored-by: Josh Long <josh@litprotocol.com>
* wip * wip * wip * wip * Support for contract resolver for resolving addresses * add e2e tests * reduced contract resolve * remove e2e test for unit test impl * fix for type normalizing * fmt * run ci on all branches * run ci oon pull requests * change branch rules in workflow * dont duplciate test runs on prs
|
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.
Looks good. Left some questions on a couple test changes and comments on removing internal dev as a network option.
e2e-nodejs/group-hotwallet-with-blockhash/test-hotwallet-with-blockhash.mjs
Outdated
Show resolved
Hide resolved
…ndpoints (#307) * wip retry agent * tweak logging * fix signature share combining * tweak retry logic for failure detection * add standard error logging * add validation error * fmt * tweak to new signaure share processing * add retry to network operations * refactor retry for multi request tracking * refactor for group request retry * add uint tests for executeWithRetry * fmt * updates from review comments * fmt * fmt * fix validateAndSignEcdsa retry logic * remove logging * fmt * remove logging of provider object * support removing circular refs when serializing objects * move _safeStringify up for reuse * Revert "remove logging of provider object" This reverts commit 0844930. * Revert "move _safeStringify up for reuse" This reverts commit d8a15e5. * Revert "support removing circular refs when serializing objects" This reverts commit 393bb6e. * Test/Encryption and decryption using the PKP as the requesting wallet (#312) * add e2e test using the pkp to encrypt and decrypt instead of using a user provided wallet * fmt * fix typings * refactor to no longer use request id when logging errors being retried * refactor to not use trace id when logging retry on error * fmt * Feature/lit 2183 error with checkandsignauthmessage (#311) * remove logging of provider object * support removing circular refs when serializing objects * move _safeStringify up for reuse * fmt * add comment to _safeStringify * fix unused var * auto-gen * Publish 3.0.30 * feat: support session sigs when get auth method id * revert to 05684c6 (#314) * Publish 3.0.31 * fmt * feature/lit-2303-js-sdk-authmethod-is-a-sessionsig-if-so-parse-one-of-the (#316) * AuthMethod is a sessionSig if so parse one of the elements of it's array * update comment * nit: I think we could do this with a single loop * fmt * feat: Support Scroll mainnet (#317) * fix typeo * Fix/failing unit tests (#321) * fix failing unit tests * fmt * wip retry agent * tweak logging * fix signature share combining * tweak retry logic for failure detection * add standard error logging * add validation error * fmt * tweak to new signaure share processing * add retry to network operations * refactor retry for multi request tracking * refactor for group request retry * add uint tests for executeWithRetry * fmt * updates from review comments * fmt * fmt * fix validateAndSignEcdsa retry logic * remove logging * fmt * fix typings * refactor to no longer use request id when logging errors being retried * refactor to not use trace id when logging retry on error * fmt * remove logging of provider object * support removing circular refs when serializing objects * move _safeStringify up for reuse * Revert "remove logging of provider object" This reverts commit 0844930. * Revert "move _safeStringify up for reuse" This reverts commit d8a15e5. * Revert "support removing circular refs when serializing objects" This reverts commit 393bb6e. * Publish 3.0.30 * Test/Encryption and decryption using the PKP as the requesting wallet (#312) * add e2e test using the pkp to encrypt and decrypt instead of using a user provided wallet * fmt * Feature/lit 2183 error with checkandsignauthmessage (#311) * remove logging of provider object * support removing circular refs when serializing objects * move _safeStringify up for reuse * fmt * add comment to _safeStringify * fix unused var * auto-gen * feat: support session sigs when get auth method id * revert to 05684c6 (#314) * Publish 3.0.31 * fmt * feature/lit-2303-js-sdk-authmethod-is-a-sessionsig-if-so-parse-one-of-the (#316) * AuthMethod is a sessionSig if so parse one of the elements of it's array * update comment * nit: I think we could do this with a single loop * fmt * feat: Support Scroll mainnet (#317) * fix typeo * Fix/failing unit tests (#321) * fix failing unit tests * fmt * rebase to feat/habanero-manzano * fmt * Feature/lit 2237 implement retry operations for stateless threshold endpoints feat/manzano habanero (#324) * Resolved conflicts * fix: no rli test --------- Signed-off-by: Anson <ansonox@gmail.com> Co-authored-by: Federico Amura <federicoamura@gmail.com> Co-authored-by: Ansonhkg <ansonox@gmail.com> Co-authored-by: Adarsh-Kumar28 <115020815+Adarsh-Kumar28@users.noreply.github.com>
* WIP * polish up * conditionally adding property * remove console.log
* port utility code for now to make contract-sdk auth parsing fully functional * fmt --------- Signed-off-by: Anson <ansonox@gmail.com> Co-authored-by: Anson <ansonox@gmail.com>
* add other network options * Revert "add other network options" This reverts commit ba94cd6. * add other network options
Description
This PR includes:
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Code to run
Checklist: