github trustwallet/wallet-core 4.8.0

9 hours ago

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

Don't miss a new wallet-core release

NewReleases is sending notifications on new releases.