Releases: trustwallet/wallet-core
Releases · trustwallet/wallet-core
2.0.2: Fix swift/jni memory leaking (#868)
* Fix swift/jni memory leaking * Add comments
2.0.1: Misc fixes (#866)
* misc fixes: 1. TWString leaking in JNI 2. cocoapods build from source 3. split AnySigner.swift (like Java implementation) * revert JNI change, will create a new branch
2.0.0: Extend walletconsole tests (#864)
* Extend walletconsole tests. * Few more extra tests. * Revert "Few more extra tests.", wrong file was checked in. This reverts commit 1379a90c0e1a4dec5b67f1df005f93b781e06a65. * A few more invalid tests (invalid coin, invalid prev result).
1.0.4: FIO Support (#832)
* FIO Signer: Actor derivation. * FIO Signer: Actor test -- use test from fiojs. * FIO Signer and TransationBuilder, add_pub_address. * FIO TransactionBuilder: Expose maxFee for add_pub_address. * FIO TransactionBuilder, add register_fio_address. * Review comments. * FIO Signer: Add proto and C interfaces, tests. * FIO: Compile fix for iOS compile, method returning string and no parameters. * FIO Signer: Add swift tests. * Minor iOS codacy fix. * FIO Signer: Add Kotlin tests. * Android test fix. * Remove DefaultTpid. * Some API renames (review comment). * Use Json library for json building (review comments). * FIO Signer: add transfer_tokens_pub_key. * Some renames (review comments).
1.0.3: Fix nano signer json output (#841)
* Fix Nano signing output * Fix iOS tests for Nano json output * Add work to Nano signing input * Fix tests
1.0.2: Refactor Zilliqa signer and return json transaction (#837)
* refactor zilliqa signer and return json tx * checksum naming
1.0.1: Fix zilliqa address data tests unstable (#826)
* Add create with raw bytes to TWString * Fix codacy warnings
1.0: [Breaking] Add AnyAddress (#817)
* Add AnyAddress * Fix android tests * Remove TWZilliqaAddress and TWBitcoinCashAddress * Fix iOS build * worry free C interface for Signer * remove trailing space * expose coin property, normalized eth/bch address
0.12.33: Added android sample project (#786)
* Added android sample project * image url * update link * removed image