dynamic_sdk
Features
- Forward
comment parameter on sendTon and forwardPayload / forwardTonAmount parameters on sendJetton for TON memo support.
dynamic_sdk
Bug Fixes
- Make keychain storage operations idempotent to prevent duplicate-entry errors on retry.
dynamic_sdk
Features
- Add ed25519 raw scalar signing and increase WebView version.
dynamic_sdk
Features
- Expose
minAuthToken over the bridge; pin WebView to 4.89.0.
- Add TON API examples to sample app.
Bug Fixes
- Surface handler errors as
__reject messages to the WebView; add 5-second timeout on flutter_secure_storage operations to prevent indefinite stalls.
dynamic_sdk
Features
- Add
WaasModule.importPrivateKey to import a raw private key into a Dynamic WaaS (MPC) wallet. The key is forwarded to the WaaS connector, which generates the MPC key shares; the connector is resolved from the supplied chain, so no wallet id is required. Available via DynamicSDK.instance.wallets.waas.importPrivateKey.
- Add
WaasChain, ThresholdSignatureScheme, and BtcAddressType enums to the public API for type-safe importPrivateKey arguments (BtcAddressType is required for WaasChain.btc).
Bug Fixes
- Fetch handler: default a missing
method to GET and headers to empty (matching the web fetch API), reject on a network error / null status code instead of crashing the JS Response, and treat an empty response body as ''.
Chores
- Bump the bundled WebView version to
4.84.0.
dynamic_sdk
Bug Fixes
- Surface bridge handler exceptions as
__reject messages to the webview so its awaiting Promise settles on failure. Previously a thrown handler was silently logged and the JS side hung indefinitely, which manifested as sdk.ready never emitting true.
- Enforce a 5-second timeout on each
flutter_secure_storage operation (read / write / delete) in the storage bridge handler to prevent indefinite stalls when the native Keychain/Keystore hangs.
dynamic_sdk
Features
- Make
appOrigin a mandatory field on DynamicSdk.initialize
- Update bundled WebView version
dynamic_sdk
Features
- Add
promptUpgradeToDynamicWaasFlow to the UI module
dynamic_sdk
Features
- Add
btcNetwork, tonNetwork, and svmNetwork overrides to client configuration
Bug Fixes
dynamic_sdk
Bug Fixes
- Fix Bitcoin wallet creation in sample app
This was a release pipeline fix; no functional changes.
dynamic_sdk
Features
- Add Bitcoin module with
signMessage, signPsbt, sendBitcoin, getBalance, and more
- Add TON module with
signMessage, sendTon, sendJetton, getBalance, and getNetworkDetails
- Add Bitcoin, TON, and SUI API examples to the sample app
dynamic_sdk
Features
- Add initial time-to-load metric on the WebView URL
Bug Fixes
- Set the correct WebView version
This was a version bump only, there were no code changes.
dynamic_sdk
Features
- Add step-up authentication module
- Add device registration module for trusted device management
- Add keychain manager for secure key storage
- Add signRawMessage
dynamic_sdk
Features
- Add Sui module and manual wallet creation
- Add WaaS module with password lock/unlock functionalities
- Add TON wallet support
dynamic_sdk_solana
Features
- Add Solana versioned/legacy transaction enum
dynamic_sdk
Features
- Add delegated access support to wallets module
dynamic_sdk
Features
- Add sign in with passkey module
- Add wallet connection handlers
- Add download file handler
dynamic_sdk_web3dart
Features
- Add sign typed data support
dynamic_sdk
Features
dynamic_sdk_web3dart
Features
dynamic_sdk_solana
Features
Last modified on July 3, 2026