Releases: trustwallet/wallet-core
Releases · trustwallet/wallet-core
2.1.3: HashTypeForCoin: fix return type to uint32 (#1042)
* HashTypeForCoin: fix return type to uint32, invalid enum values did not go through Swift/Kotlin interfaces. * replace BitcoinSigHashType in tests
2.1.2
Add TWAESPaddingMode and tests (#1022)
2.1.1: Fix compiler warnings. (#1004)
* Fix compiler warnings. * Refine error handling for aes_encrypt_key(). Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2.1.0
What's New
Breaking Change:
- Better lock script renaming,
TWBitcoinScriptBuildForAddress
->TWBitcoinScriptLockScriptForAddress
Bugfix
- Fixed Decred fee estimation
2.0.22: BTC fee fixes
- [BTC fee] Fix for no-private-key fee estimation, wrong fee for many UTXOs
- Add BandChain Support (#980)
- [BTC Signing] Do not swallow error in case of missing keys with segwit scripts, #996.
- [BTC fees] Estimation works correctly even with missing keys.
- NSCAssert will be removed from release (#990)
Others:
2.0.20: BTC signing and fee fix for no-private-key case
2.0.19: Migrate iOS build from s3 to release/assets (#986)
* upload build to gh release (wip) * change api username * Fix download url * Fix api rate limit * read GITHUB_USER env
2.0.18
add android-release action
2.0.17
Fix api rate limit