-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04d2606
commit 57ca691
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
"@lightsparkdev/lightspark-sdk": major | ||
--- | ||
|
||
Update to latest 3P API schema | ||
Add uma mutations | ||
Add remote signing support | ||
adds enum for signing key types | ||
adds property to `NodeKeyCache` to save signing key type | ||
changes `Requester` to add signing data specific to signing key type | ||
adds wasm packed `lightspark_crypto` lib | ||
adds `loadNodeSigningKey` function to client which handles both rsa and secp key types for OSK and remote signing | ||
updates documentation to reflect new `loadNodeSigningKey` function | ||
adds `SigningKeyLoader` classes to handle loading logic | ||
adds option to select node for operations that use a node | ||
updates wasm packed lightspark_crypto lib | ||
BREAKING: Removes LightsparkClient's unlockNode and adds loadNodeSigningKey which should be used for loading signing keys instead |