Skip to content

Upgrade ts-sdk 0.4.20 - boltz-swap 0.3.21#569

Merged
pietro909 merged 1 commit intomasterfrom
upgrade-ts-sdk-0.4.20-boltz-swap-0.3.21
Apr 27, 2026
Merged

Upgrade ts-sdk 0.4.20 - boltz-swap 0.3.21#569
pietro909 merged 1 commit intomasterfrom
upgrade-ts-sdk-0.4.20-boltz-swap-0.3.21

Conversation

@pietro909
Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 27, 2026

Warning

Rate limit exceeded

@pietro909 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 39 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: da32deb8-848f-4bbc-b852-73aaf0c82cdd

📥 Commits

Reviewing files that changed from the base of the PR and between 3eab85c and 50603ca.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch upgrade-ts-sdk-0.4.20-boltz-swap-0.3.21

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying wallet-bitcoin with  Cloudflare Pages  Cloudflare Pages

Latest commit: 50603ca
Status: ✅  Deploy successful!
Preview URL: https://2fedb01c.wallet-bitcoin.pages.dev
Branch Preview URL: https://upgrade-ts-sdk-0-4-20-boltz.wallet-bitcoin.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying wallet-mutinynet with  Cloudflare Pages  Cloudflare Pages

Latest commit: 50603ca
Status: ✅  Deploy successful!
Preview URL: https://a3ced5cc.arkade-wallet.pages.dev
Branch Preview URL: https://upgrade-ts-sdk-0-4-20-boltz.arkade-wallet.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying tmp-boltz-upstream-mainnet-arkade-wallet with  Cloudflare Pages  Cloudflare Pages

Latest commit: 50603ca
Status: ✅  Deploy successful!
Preview URL: https://649fda3c.tmp-boltz-upstream-mainnet-arkade-wallet.pages.dev
Branch Preview URL: https://upgrade-ts-sdk-0-4-20-boltz.tmp-boltz-upstream-mainnet-arkade-wallet.pages.dev

View logs

Copy link
Copy Markdown

@arkanaai arkanaai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arkana Code Review — APPROVE ✅

PR: Upgrade @arkade-os/sdk 0.4.19 → 0.4.20, @arkade-os/boltz-swap 0.3.20 → 0.3.21

What changed upstream

ts-sdk 0.4.20 (6 commits since 0.4.19):

  • feat: New ElectrumOnchainProvider + WsElectrumChainSource — alternative to Esplora for on-chain queries
  • perf: getTxOutspends optimized from O(outputs×history×fetch) to O(4 round trips)
  • feat: Atomic 1P1C package broadcast for TRUC transactions
  • New dependency: ws-electrumx-client@1.0.5 (→ isomorphic-ws, ws)

boltz-swap 0.3.21: ts-sdk bump only, no functional changes.

Analysis

  1. No breaking API changes. The ts-sdk diff is purely additive — new exports (ElectrumOnchainProvider, WsElectrumChainSource, 3 new types). No existing types, interfaces, or methods were modified or removed. The wallet imports (IWallet, ArkAddress, RestIndexerProvider, ExtendedCoin, etc.) are all untouched.

  2. No wallet code changes. This PR only touches package.json and pnpm-lock.yaml. The wallet does not yet consume the new Electrum provider — it continues using EsploraProvider and RestIndexerProvider unchanged.

  3. New transitive dependencies. ws-electrumx-client@1.0.5 pulls in isomorphic-ws@5.0.0 and adds bufferutil/utf-8-validate as optional peer deps. These are well-known WebSocket packages. No supply chain concern.

  4. Not protocol-critical. No changes to VTXO handling, transaction signing, forfeit paths, round lifecycle, or exit paths in this PR.

  5. CI: Cloudflare Pages builds pass (3/3). One test job passed (43s), one still pending.

Clean dependency bump. Ship it.

🤖 Reviewed by Arkana

@pietro909 pietro909 requested a review from bordalix April 27, 2026 14:14
@pietro909 pietro909 merged commit 416c960 into master Apr 27, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant