chore(deps): update @agicash/breez-sdk-spark to 0.23.0-1 (live) - #1182
Merged
Conversation
Same change as #1181 (master commits 003d3ae + 64d6878), applied to the pre-SDK-extraction layout on live: - 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 } - rename getLightningQuote param to receiverIdentityPublicKey to match the SDK field The dep stays declared in apps/web-wallet only: on live no second package uses it, so the catalog move from master does not apply. 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. |
Contributor
Author
|
Note for the next master → live merge: this PR will cause a few extra conflicts. All of them resolve toward master, because master already contains the same change inside packages/wallet-sdk (#1181).
|
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
Applies #1181 to the
livebranch. Live predates the wallet-sdk extraction, so a cherry-pick did not apply; the same changes are re-applied to the old file layout (app/lib/spark/utils.ts,app/features/shared/spark.ts,app/features/send|receive/...).@agicash/breez-sdk-sparkfrom0.13.5-1to0.23.0-1inapps/web-wallet(no catalog move here: on live only one package uses the dep).defaultExternalSigner→defaultExternalSigners;getSparkIdentityPublicKeyFromMnemonicis now async. Its only caller on live is the asyncqueryFninsparkIdentityPublicKeyQueryOptions, so the change does not ripple.Config.optimizationConfig→Config.leafOptimizationConfig.prepareSendPaymenttakes a tagged-unionpaymentRequest:{ type: 'input', input }(2 call sites).getLightningQuoteparam renamed toreceiverIdentityPublicKeyto match the SDK field (same as the master rename commit).Verification
bun run fix:all: cleanbun run typecheck: 3/3 workspaces greenbun run test: 133 pass / 0 failbun installpasses from the lockfile, so the 3-dayminimumReleaseAgegate does not block CI.🤖 Generated with Claude Code