Skip to content

Document April 2026 WDK release updates

Created by: ihsraham

Summary

This PR documents the April 13-14, 2026 WDK releases across the SDK, wallet modules, fiat integrations, and tooling docs. It also updates the changelog with release-dated entries and adds navigation for the new tool documentation pages.

Deliverables

  • Documented @tetherto/wdk selective wallet disposal in the core module docs.
  • Updated wallet-btc docs for unconfirmed balance visibility and the optional timeoutMs polling argument on sendTransaction().
  • Updated wallet-spark docs for SparkScan-backed getBalance(), syncAndRetry, and syncWalletBalance() across configuration, guides, and API reference.
  • Documented the breaking fiat-moonpay move from secretKey signing to optional backend signUrl, plus environment support and unsigned URL fallback.
  • Added new tool documentation sections for Failover Provider, Pear Worklet WDK, WDK Utils, and Worklet Bundler.
  • Added changelog coverage for release-note-only items where the docs surface did not need module-page changes.

Releases Covered

Validation

  • Reconciled the docs changes against the current develop branch structure before publishing.
  • Ran git diff --check on the final diff.

Merge request reports