Features
- client: expose waitForReady() on SdkModule
- waas: wire up signed session ID reverse channel
Bug Fixes
- react-native: keep WebView ref valid during URL reloads
- require device registration before sdk is in logged in state
- waas: always prompt for password on cloud backup/export operations
- webview: preserve secure storage key map during recovery clear
Bug Fixes
- prevent MFA backup codes screen from being dismissed before acknowledgement
- react-native: add retry when setting items to secure store
Bug Fixes
- coinbase deeplink url
- react-native: ensure sign transaction with viem
- react-native: upgrade react-native-passkey to v3.3.2
Features
- add iCloud backup functionality
- update PSBT building with Largest-First UTXO selection and fee priorities
Bug Fixes
- allow late registered solana wallets to appear in the wallet list
- correctly show app name in wallet app for wallet connect evm connections
- react-native: filter connectors by enabled chains and add chain parameter to connectWallet
Features
- add getTransactionHistory to react-native
- add useGetTransactionHistory hook
Bug Fixes
- ensure connectWithSocial promise fails on error
- react-native: move peer dependencies to regular deps for auto install on yarn
Features
- react-native: add download file
- react-native: add solana Phantom support with client module for listening to events
Features
- react-native: add client.solana.simulateTransaction method
- react-native: add simulateEVMTransactionAA and simulateEVMTransaction methods
Features
- react-native: add mfaCompletionSuccess and mfaCompletionFailure events to react-native client
Features
- add locale to react-native client
- add updateUser to react-native client
Bug Fixes
- react-native: dont emit network change events for disabled chains
Bug Fixes
- utilize wallet zerodev properties when available in react native
Features
- add chain id option to create kernel client in react-native
- improve react-native stability on android
Bug Fixes
- react-native: ensure secure storage items are saved sequentially
- react-native: reload react-native webview when it is unmounted by OS
- react-native: sync state with client when SDK fully loaded