Skip to content

4.8.0

Latest

Choose a tag to compare

@sergei-boiko-trustwallet sergei-boiko-trustwallet released this 28 Aug 11:04
d692ac2

What's Changed

Breaking Changes

  • TWHDWallet.h API change: TWHDWalletGetMasterKey, TWHDWalletGetKeyForCoin, TWHDWalletGetKeyDerivation, TWHDWalletGetDerivedKey, TWHDWalletGetAddressForCoin, TWHDWalletGetAddressDerivation, and the TWHDWalletGetExtended*Key* family now return nullable values (_Nullable) instead of always-non-null, returning null/nil on derivation failure (e.g. empty mnemonic entropy) rather than an invalid or default value. Callers on Swift/Kotlin/JNI/WASM bindings must handle the null case. See #4849.

Full Changelog: 4.7.3...4.8.0