Skip to content

Releases: trustwallet/wallet-core

2.1.3: HashTypeForCoin: fix return type to uint32 (#1042)

18 Jul 09:33
a89990d
Compare
Choose a tag to compare
* HashTypeForCoin: fix return type to uint32, invalid enum values did not go through Swift/Kotlin interfaces.
* replace BitcoinSigHashType in tests

2.1.2

02 Jul 02:37
3b04dfa
Compare
Choose a tag to compare
2.1.2 Pre-release
Pre-release
Add TWAESPaddingMode and tests (#1022)

2.1.1: Fix compiler warnings. (#1004)

22 Jun 00:03
728f2da
Compare
Choose a tag to compare
Pre-release
* Fix compiler warnings.
* Refine error handling for aes_encrypt_key().

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>

2.1.0

19 Jun 10:29
6b59bb7
Compare
Choose a tag to compare

What's New

Breaking Change:

  • Better lock script renaming, TWBitcoinScriptBuildForAddress -> TWBitcoinScriptLockScriptForAddress

Bugfix

  • Fixed Decred fee estimation

2.0.22: BTC fee fixes

17 Jun 21:46
6fe0d64
Compare
Choose a tag to compare
  • [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:

  • Fixes protobuf related warnings (#995)
  • [Tests] New TWBitcoinAddressTests. (#992)
  • Migrate iOS build from s3 to release/assets (#986)
  • add android-release action (#985)
  • [Testonly] Extra Cbor tests for coverage. (#983)

2.0.20: BTC signing and fee fix for no-private-key case

17 Jun 08:27
0125c0b
Compare
Choose a tag to compare
  • BTC Signing: Do not swallow error in case of missing keys with segwit scripts, fixes #996 (#997)
  • BTC fees: Estimation works correctly even with missing keys (#997)

Others:

  • NSCAssert will be removed from release (#990)
  • [Tests] New TWBitcoinAddressTests. (#992)
  • Fixes protobuf related warnings (#995)

2.0.19: Migrate iOS build from s3 to release/assets (#986)

12 Jun 02:06
4cc4dac
Compare
Choose a tag to compare
* upload build to gh release (wip)

* change api username

* Fix download url

* Fix api rate limit

* read GITHUB_USER env

2.0.18

11 Jun 08:41
Compare
Choose a tag to compare
2.0.18 Pre-release
Pre-release
add android-release action

2.0.17

11 Jun 07:48
Compare
Choose a tag to compare
2.0.17 Pre-release
Pre-release
Fix api rate limit

2.0.16: BTC Segwit Fee

09 Jun 13:18
06bbce2
Compare
Choose a tag to compare
  • BTC Fee estimation Segwit-firendly, lower and more accurate fees #965
  • Solana Enable pay-to-self transactions #974