chore(deps): update @agicash/breez-sdk-spark to 0.23.0-1 - #1181
Merged
Conversation
Move the dep to the root workspaces.catalog (shared by wallet-sdk and
web-wallet) and adapt to the breaking API changes:
- defaultExternalSigner -> defaultExternalSigners; identity key now
comes from the async sparkSigner.getIdentityPublicKey(), so
getSparkIdentityPublicKeyFromMnemonic is now async
- Config.optimizationConfig -> Config.leafOptimizationConfig
- prepareSendPayment paymentRequest is now a tagged union; wrap the
bolt11 string as { type: 'input', input }
- receive bolt11Invoice field receiverIdentityPubkey ->
receiverIdentityPublicKey
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
…ityPublicKey Match the Breez SDK field name so the call sites use shorthand instead of a rename mapping. The quote entity and repositories keep receiverIdentityPubkey, which traces to the receiver_identity_pubkey DB column. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
jbojcic1
approved these changes
Aug 27, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates
@agicash/breez-sdk-sparkfrom0.13.5-1to0.23.0-1.workspaces.catalog(it is shared bywallet-sdkandweb-wallet), per the repo dependency rule.defaultExternalSigner→defaultExternalSigners. The identity key now comes from the asyncsparkSigner.getIdentityPublicKey(), sogetSparkIdentityPublicKeyFromMnemonicis now async. Its only caller (session-keys.ts) already wrapped it in an async memo, so nothing else changed.Config.optimizationConfig→Config.leafOptimizationConfig(same shape).prepareSendPaymentnow takes a tagged-unionpaymentRequest. The bolt11 string becomes{ type: 'input', input }(2 call sites).bolt11InvoicefieldreceiverIdentityPubkey→receiverIdentityPublicKey.Notes
minimumReleaseAgegate. The install used a one-time--minimum-release-age=0override;bunfig.tomlis unchanged. A plainbun installresolves from the lockfile and passes, so CI and fresh clones are not blocked.Verification
bun run fix:all: cleanbun run typecheck: 9/9 workspaces greenbun run test: 310 pass / 0 fail across 6 packages🤖 Generated with Claude Code