Skip to content

Commit

Permalink
Create six-camels-tell.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coreymartin authored Sep 20, 2023
1 parent 04d2606 commit 57ca691
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .changeset/six-camels-tell.md
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

0 comments on commit 57ca691

Please sign in to comment.