Releases: trustwallet/wallet-core
Releases · trustwallet/wallet-core
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
0.12.32
0.12.31: Zcash Blossom support (#775)
* zcash blossom support * Add branch id to proto and swift test
0.12.30: Refactor Cosmos implementation (#766)
* refactor cosmos json building, and raw json message support * Fix swift tests * Fix kotlin test * Fix codacy warnings
0.12.29: [Cosmos] Add MsgWithdrawDelegationRewardsAll (#763)
* Add MsgWithdrawDelegationRewardsAll * renaming type prefixes
0.12.28: Protobuf version change to 3.9 (#746)
* Update to Protobuf.cmake. * Also bump swift-protobuf version to 1.7.0 (from 1.5.0). * Update swift/protobuf symlink * Bump grpc-protobuf version. * Update to TW.podspec, few files are gone. * Update project.yaml, few files are gone. * Downgrade grpc/protobuf to 1.24.2, 1.25 brough pb 3.10 which was buggy. * Protobuf version 3.9.0.
0.12.27: [ COSMOS ] Add redelegation support (#714)
* Add cosmos MsgBeginRedelegate message * Add restaking tests * Fix codacy warning * more const string &