Article • 4 months ago
Lit SDK v7 Release: Enhanced Performance and Developer Experience

Summary
- New
encryptUint8Array
anddecryptToUint8Array
functions added for handling Uint8Array data types. - Changes made to constants like LIT_NETWORK and LIT_ERROR_KIND for improved consistency.
- Error handling now ensures all errors thrown from the SDK will be instanceof Error, with VError extending Error.