Skip to content

docs: update WDK release docs for late May and June releases

Created by: ihsraham

Summary

  • Updates WDK docs for late May and early June wallet, protocol, core, and tool releases.
  • Adds changelog entries grouped by the actual GitHub release published dates.
  • Moves React Native Core and React Native Secure Storage into a new SDK > React Native navigation group while preserving existing page routes.
  • Adds dedicated Swidge protocol interface coverage for the unified swap/bridge route interface introduced in tetherto/wdk-wallet#39.

Changes

  • Adds the Swidge Protocol Interface SDK page, sidebar entry, SDK overview links, protocol integration guidance, and WDK skill reference updates.
  • Documents Swidge protocol support in the core module API reference and create-wdk-module scaffolding docs.
  • Updates wallet docs for TON failover/offline signing, TON gasless derivation and failover changes, ERC-4337 provider failover/on-chain identifiers/UserOperation gas overrides, Solana constructor behavior, and key-pair cleanup behavior across affected wallets.
  • Updates tool docs for pricing-provider failover, secure storage PIN-only device fallback, and the removal of reverted BOLT11 invoice decoding support from WDK Utils.
  • Corrects source-backed docs details for pricing history method signatures, create-wdk-module category count, and stale ERC-4337 EntryPoint config examples.
  • Adds changelog coverage for wdk v1.0.0-beta.9 null-prototype registry hardening.
  • Updates Tron GasFree docs for optional signed-request credentials, activation-fee-aware quotes, unsupported native transaction methods, exported GasFree account/asset types, and key-pair read-only semantics.
  • Updates tracked LLM text files and fixes /llms-full.txt so the raw full-docs text serves as text/plain instead of returning a server error.

Releases covered

Checks

  • git diff --check
  • npm run check:meta
  • LINK_CHECK_EXTERNAL=false npm run check:links
  • npm run build
  • Local preview smoke test: /llms-full.txt returns 200 with text/plain

Merge request reports