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/epoch param name #491

Closed glitch003 closed 1 month ago

glitch003 commented 1 month ago

The param to send to the nodes for the epoch is "epoch" not "epochNumber". i fixed this and confirmed with a manual test that this does indeed fix signing across epochs :-D

joshLong145 commented 1 month ago

Oh amazing find. will merge this asap. if I test locally can i confirm it working by attempting a signature op when the nodes are in an epoch transition? or is there more to it?