LIT-Protocol / js-sdk

The Lit Protocol SDK provides developers with a framework for implementing Lit functionality into their own applications.
https://developer.litprotocol.com
MIT License
92 stars 55 forks source link

Fix/session sig re signing with manual test key release #517

Closed glitch003 closed 3 days ago

glitch003 commented 3 days ago

This is https://github.com/LIT-Protocol/js-sdk/pull/512 with this PR merged in https://github.com/LIT-Protocol/js-sdk/pull/516

My tests were never passing due to nonce reuse errors. Going to try merging in the manual key release to see if the tests pass with it.