Changelog
Updates and improvements to the Wallet Development Kit (WDK) modules and tools.
Stay up to date with the latest improvements, new features, and bug fixes across all WDK modules.
February 26, 2026
Changes
wdk-protocol-bridge-usdt0-evm (v1.0.0-beta.3): Added per-call
BridgeOptionsoverrides (oftContractAddress,dstEid) and expanded routing from EVM source chains to EVM plus non-EVM destinations (Solana, TON, TRON).
February 25, 2026
Changes
wallet-evm (v1.0.0-beta.8): Added
getTokenBalances(tokenAddresses)toWalletAccountReadOnlyEvm, also available onWalletAccountEvmthrough inheritance.wallet-evm-erc-4337 (v1.0.0-beta.5): Added EIP-712 typed data methods
signTypedData(typedData)andverifyTypedData(typedData, signature), plus multicall token balance methodgetTokenBalances(tokenAddresses).
February 24, 2026
Changes
wallet-spark (v1.0.0-beta.11): Added Pear runtime entrypoint support (
pear.js), removed static import causing runtime issues, and bumped spark bare SDK (@buildonspark/bare) to0.0.47.
February 20, 2026
What's New
Showcase: More visibility for our showcase page, we value contributions! Added 4 featured community projects: wdk-mcp, wdk-starter-browser-extension, wdk-wallet-evm-x402-facilitator, and x402-usdt0.
Community Modules: Added
@base58-io/wdk-wallet-cosmos— wallet module for Cosmos-compatible blockchains by Base58.
February 18, 2026
What's New
x402 Payments: New guide for accepting and making instant USD₮ payments over HTTP using WDK self-custodial wallets. Covers the x402 protocol, buyer integration with
@tetherto/wdk-wallet-evm, seller setup with hosted and self-hosted facilitators, and bridging USD₮ to Plasma and Stable chains.
February 15, 2026
Changes
wallet-spark: Added
getIdentityKey()method toWalletAccountReadOnlySparkfor retrieving the account's identity public key (v1.0.0-beta.10)
February 14, 2026
Changes
wallet-spark: Upgrade spark-sdk from
0.6.1to0.6.4and spark bare SDK to0.0.43(v1.0.0-beta.9)
February 12, 2026
What's New
Agent Skills: New page covering WDK's agent skill capabilities, self-custodial vs hosted comparison, and platform compatibility with OpenClaw, Claude, Cursor, and other agent platforms.
OpenClaw Integration: New page for installing and configuring the WDK skill in OpenClaw via ClawHub, including security precautions for running agents locally.
Changes
wallet-evm (v1.0.0-beta.7): Added EIP-712 typed data support:
Added
signTypedData(typedData)method toWalletAccountEvmfor signing structured dataAdded
verifyTypedData(typedData, signature)method toWalletAccountEvmandWalletAccountReadOnlyEvmfor verifying typed data signatures
wallet-evm-erc-4337 (v1.0.0-beta.4):
Added 2 new gas payment modes: Sponsorship Policy and Native Coins, alongside the existing Paymaster Token mode
Added per-call config override parameter to
sendTransaction,transfer,quoteSendTransaction, andquoteTransferAdded
getUserOperationReceipt(hash)method for retrieving ERC-4337 UserOperation receiptsAdded
ConfigurationErrorerror type for invalid configuration validation
February 10, 2026
What's New
Build with AI: New guide for using AI coding assistants with WDK. Includes MCP server setup, Markdown context endpoints, project rules, and example prompts. Supports Cursor, Claude Code, GitHub Copilot, Windsurf, Cline, and Continue.
MCP Toolkit: New documentation for
@tetherto/wdk-mcp-toolkit(v1.0.0-beta.1). Covers theWdkMcpServerclass, 35 built-in MCP tools across 7 categories (wallet, pricing, indexer, swap, bridge, lending, fiat), setup wizard, multi-tool configuration, and full API reference.
February 08, 2026
Changes
wallet-spark: Fixed import causing wallet init failure. Upgrade spark-sdk from
0.5.7to0.6.1(v1.0.0-beta.8)
February 02, 2026
Changes
wallet-ton-gasless: Added
verifymethod toWalletAccountReadOnlyTonGasless(v1.0.0-beta.4)wallet-tron-gasfree: Added
verifymethod toWalletAccountReadOnlyTronGasfree(v1.0.0-beta.4)
January 29, 2026
What's New
wdk-indexer
Updated Ethereum indexer supported tokens list to add USA₮.
Changes
wdk-indexer docs
Fixed the USD₮, XAU₮ token names.
January 26, 2026
Changes
wallet-btc (v1.0.0-beta.5):
Added
verifymethod toWalletAccountReadOnlyBtcAdded Pluggable Transport classes:
ElectrumTcp,ElectrumTls,ElectrumSsl,ElectrumWs
wallet-evm: Added
verifymethod toWalletAccountReadOnlyEvm(v1.0.0-beta.5)wallet-solana: Added
verifymethod toWalletAccountReadOnlySolana(v1.0.0-beta.5)wallet-ton: Added
verifymethod toWalletAccountReadOnlyTon(v1.0.0-beta.7)wallet-tron: Added
verifymethod toWalletAccountReadOnlyTron(v1.0.0-beta.4)wallet-spark: Added
verifymethod toWalletAccountReadOnlySpark(v1.0.0-beta.7)
January 23, 2026
What's New
wdk-core docs: Added comprehensive Core Module Guides covering:
Getting Started - Installation and instantiation
Wallet Registration - Registering wallet modules for different blockchains
Account Management - Working with accounts and addresses
Transactions - Sending native tokens
Protocol Integration - Using swaps, bridges, and lending protocols
Middleware - Configuring logging and failover protection
Error Handling - Best practices and memory management
wdk-core: Added support for 24-word seed phrases via
WDK.getRandomSeedPhrase(24)indexer-api:
Added new
/api/v1/chainsendpoint to list supported blockchains and tokensAdded XAU₮ support for Plasma network
Changes
wallet-btc docs:
Updated documentation with BIP-84 (Native SegWit) and BIP-44 (Legacy) support
Improved API reference and configuration documentation
wallet-spark docs:
Removed testnet support (now only mainnet and regtest)
Added Lightspark Regtest Faucet link for test funds
wallet-tron-gasfree docs:
Updated testnet from Shasta to Nile
Updated GasFree service URLs and configuration examples
wallet-evm-erc-4337 docs: Added paymaster token configuration documentation
docs:
Updated token symbols to USD₮ and XAU₮ throughout documentation
Various documentation improvements with better cross-linking and examples
Fixes
wallet-tron-gasfree docs: Fixed typo "Gras-Free" to "Gas-Free"
Fixed GitBook callout syntax and formatting issues across documentation
December 23, 2025
What's New
Added MoonPay Fiat Module for on-ramp and off-ramp functionality
Added Community Modules section to highlight community-built modules
Changes
Added this changelog page in the docs!
wallet-spark: Updated Spark SDK to latest version (v1.0.0-beta.6)
Introduced All Modules page in docs for comprehensive module listings
Reorganized documentation structure for better navigation
December 17, 2025
What's New
wdk-core: Added fiat protocol support for on-ramp integrations (v1.0.0-beta.5)
wdk-wallet: Added fiat protocol integration (v1.0.0-beta.6)
December 3, 2025
What's New
wallet-ton: Added integration tests (v1.0.0-beta.6)
wallet-btc: Added support for custom
feeRateandconfirmationTargetparameters (v1.0.0-beta.4)
Changes
wallet-ton: Updated default derivation path, fixed transaction receipt LT and from address
wallet-solana: Updated default derivation path for better compatibility (v1.0.0-beta.4)
wallet-btc: Multiple improvements:
Automatic dust limit inference based on wallet type
Performance improvements with bounded concurrency and caching for
getTransfersSwitched to
bitcoinjs-messagefor standard message signingUpdated default BIP to 84 (Native SegWit)
Fixed testnet derivation path (now uses
1')
November 14, 2025
Changes
wdk-wallet: Runtime updates and dependency synchronization (v1.0.0-beta.5)
November 12, 2025
What's New
wallet-solana: Added
sendTransactionsupport with unit tests (v1.0.0-beta.3)
Changes
wallet-solana: Fixed
punycodemodule resolution issuelending-aave-evm: Runtime compatibility updates (v1.0.0-beta.3)
November 11, 2025
Changes
swap-velora-evm: Runtime compatibility updates (v1.0.0-beta.4)
November 9-10, 2025
What's New
wallet-ton-gasless: Added unit tests (v1.0.0-beta.3)
pear-wrk-wdk: Added seed buffer support in
workletStart(v1.0.0-beta.5)
Changes
wallet-tron-gasfree: Fixed bug interacting with Gasfree API (v1.0.0-beta.3)
wallet-ton-gasless: Updated TON query-id and transaction hash handling
wallet-evm: Runtime updates (v1.0.0-beta.4)
wallet-tron: Dependency and runtime updates (v1.0.0-beta.3)
November 8, 2025
Changes
wdk-core: Updated
bare-node-runtimefor improved compatibility (v1.0.0-beta.4)wallet-spark: Updated Spark dependencies and improved
disposemethod (v1.0.0-beta.5)
November 7, 2025
Changes
wallet-evm-erc-4337: Fixed destructuring of user operation in
getTransactionReceipt()(v1.0.0-beta.3)wallet-ton: Replaced UUID-based message body with seqno/queryId for TON transfers, downgraded
@ton/tonto 15.1.0 for stability (v1.0.0-beta.5)
How to Stay Updated
Check this page for the latest updates
Join our Discord community for real-time announcements
Star and follow the GitHub repositories for detailed release notes

