Skip to content

docs: update wallet release docs and secure storage reference

Created by: ihsraham

Summary

  • Updates release documentation for @tetherto/wdk-wallet v1.0.0-beta.8, @tetherto/wdk-wallet-evm v1.0.0-beta.12, @tetherto/wdk-wallet-btc v1.0.0-beta.9, @tetherto/wdk-wallet-spark v1.0.0-beta.18, and @tetherto/wdk-react-native-core v1.0.0-beta.9.
  • Adds docs for @tetherto/wdk-react-native-secure-storage.
  • Updates SUMMARY.md navigation and overview/changelog.md with release-date entries.

Documentation Fixes

  • Documents IWalletAccount.signTransaction(tx) from @tetherto/wdk-wallet v1.0.0-beta.8.
  • Documents EVM provider failover arrays, retries, optional chainId, offline signing with signTransaction(), and EVM transaction type updates from @tetherto/wdk-wallet-evm v1.0.0-beta.12.
  • Documents BTC client descriptors, ordered failover, retries, offline signing with signTransaction(), and key-pair read-only guidance from @tetherto/wdk-wallet-btc v1.0.0-beta.9.
  • Documents WalletAccountSpark.signTransaction(tx) from @tetherto/wdk-wallet-spark v1.0.0-beta.18, including that Spark does not support standalone signed transaction payloads and callers should use sendTransaction() for Spark sends.
  • Notes that WalletAccountSpark.toReadOnlyAccount() reuses the cached read-only account instance after the first call.
  • Escapes union return types in the React Native Secure Storage API table so GitBook renders the table correctly.
  • Adds reference pages for React Native secure storage package usage.

Changelog Updates

  • April 28, 2026: wdk-wallet v1.0.0-beta.8 and react-native-core v1.0.0-beta.9.
  • April 29, 2026: wallet-btc v1.0.0-beta.9 and wallet-evm v1.0.0-beta.12.
  • April 30, 2026: wallet-spark v1.0.0-beta.18 and docs added for React Native Secure Storage.

Release Links

Validation

  • git diff --cached --check
  • Active Markdown link, GitBook block, include, and table render-safety checks for 17 changed Markdown files
  • Spark API table and expanded-section ordering check for signTransaction(tx)
  • TypeScript public API probes for documented package surfaces, including @tetherto/wdk-wallet-spark v1.0.0-beta.18

Merge request reports