docs: update wallet release docs and secure storage reference
Created by: ihsraham
Summary
- Updates release documentation for
@tetherto/wdk-walletv1.0.0-beta.8,@tetherto/wdk-wallet-evmv1.0.0-beta.12,@tetherto/wdk-wallet-btcv1.0.0-beta.9,@tetherto/wdk-wallet-sparkv1.0.0-beta.18, and@tetherto/wdk-react-native-corev1.0.0-beta.9. - Adds docs for
@tetherto/wdk-react-native-secure-storage. - Updates
SUMMARY.mdnavigation andoverview/changelog.mdwith release-date entries.
Documentation Fixes
- Documents
IWalletAccount.signTransaction(tx)from@tetherto/wdk-walletv1.0.0-beta.8. - Documents EVM provider failover arrays,
retries, optionalchainId, offline signing withsignTransaction(), and EVM transaction type updates from@tetherto/wdk-wallet-evmv1.0.0-beta.12. - Documents BTC client descriptors, ordered failover,
retries, offline signing withsignTransaction(), and key-pair read-only guidance from@tetherto/wdk-wallet-btcv1.0.0-beta.9. - Documents
WalletAccountSpark.signTransaction(tx)from@tetherto/wdk-wallet-sparkv1.0.0-beta.18, including that Spark does not support standalone signed transaction payloads and callers should usesendTransaction()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-walletv1.0.0-beta.8 andreact-native-corev1.0.0-beta.9. - April 29, 2026:
wallet-btcv1.0.0-beta.9 andwallet-evmv1.0.0-beta.12. - April 30, 2026:
wallet-sparkv1.0.0-beta.18 and docs added for React Native Secure Storage.
Release Links
-
@tetherto/wdk-walletv1.0.0-beta.8 / release PR -
@tetherto/wdk-wallet-evmv1.0.0-beta.12 / release PR -
@tetherto/wdk-wallet-btcv1.0.0-beta.9 / release PR @tetherto/wdk-wallet-sparkv1.0.0-beta.18-
@tetherto/wdk-react-native-corev1.0.0-beta.9 / release PR @tetherto/wdk-react-native-secure-storage
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-sparkv1.0.0-beta.18