Releases: trustwallet/wallet-core
Releases · trustwallet/wallet-core
0.12.27: [ COSMOS ] Add redelegation support (#714)
* Add cosmos MsgBeginRedelegate message * Add restaking tests * Fix codacy warning * more const string &
0.12.26: [ Tezos ] Fix undelegation crash (#713)
* Fix tezos undelegation crash * Add tests for delegation and undelegation * Comment debugging code
0.12.25
0.12.24: Tezos hardfork updates (#686)
* Update cocoapods * Update test cases * Fix build errors * Fix all tests * Fix iOS tests * Fix Tezos forge to be used in Babylon * Fix forge public key * Inject public key if not present for reveal operation * Trigger CI
0.12.23: Added jitpack yml script (#666)
* added jitpack yml script * removed unneeded install line
0.12.22: Add staking/leasing transaction support for waves (#652)
* Add staking/leasing transaction support for waves * change protobuf messages for Waves to support diff type of transactions * rewrite transactions class to suport diff type of transactions * rewrite tests to suport diff type of transactions * rewrite interface for to suport diff type of transactions * add test for staking/leasing transactions * add tests and fixes * add tesdt for cancel lising * fix codacy warnings
0.12.21: Add tron transaction signing as json format (#649)
* Add tron transaction signing as json format * Add tests * Fix any signer tests and add tron serialization tests * Fix typo serialization * Fix tests * Fix AnySigner tests
0.12.20
0.12.19
0.12.18: R4R: support htlt transactions for binance chain (#627)
* support htlt transactions for binance chain * Add tests for htlt transactions * clang format test file * fix failed tests * refactor naming and resolve comment * change serialization methods to accommodate changes on chain * refactor indent