docs: update Solana wallet beta 8 docs
Created by: ihsraham
Summary
- Updates
wallet-solanadocs for@tetherto/wdk-wallet-solanav1.0.0-beta.8. - Adds the May 01, 2026 changelog entry for the Solana wallet release.
- Updates Solana configuration examples to prefer
provider, while keepingrpcUrldocumented as a deprecated alias.
Documentation Fixes
- Documents
WalletAccountSolana.signTransaction(tx)for signing Solana transactions without broadcasting. - Documents
getTokenBalances(tokenAddresses)for batch SPL token balance reads on owned and read-only Solana accounts. - Notes that
toReadOnlyAccount()reuses the cached read-only account instance after the first call. - Updates Solana balance and getting-started guides to use the preferred
providerconfig key. - Keeps the
getTokenBalance()single-RPC optimization and@tetherto/wdk-failover-providerv1.0.0-beta.2 bump in the changelog as reader-facing release context.
Changelog Updates
- May 01, 2026:
wallet-solanav1.0.0-beta.8.
Release Links
Validation
git diff --cached --check- Active Markdown link, GitBook block, include, and table render-safety checks for 7 changed Markdown files
- Solana API table and expanded-section check for
signTransaction(tx)andgetTokenBalances(tokenAddresses) - TypeScript public API probe for
@tetherto/wdk-wallet-solanav1.0.0-beta.8