Skip to content

docs: update Solana wallet beta 8 docs

Created by: ihsraham

Summary

  • Updates wallet-solana docs for @tetherto/wdk-wallet-solana v1.0.0-beta.8.
  • Adds the May 01, 2026 changelog entry for the Solana wallet release.
  • Updates Solana configuration examples to prefer provider, while keeping rpcUrl documented 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 provider config key.
  • Keeps the getTokenBalance() single-RPC optimization and @tetherto/wdk-failover-provider v1.0.0-beta.2 bump in the changelog as reader-facing release context.

Changelog Updates

  • May 01, 2026: wallet-solana v1.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) and getTokenBalances(tokenAddresses)
  • TypeScript public API probe for @tetherto/wdk-wallet-solana v1.0.0-beta.8

Merge request reports