Skip to content

Releases: trustwallet/wallet-core

0.12.13: Cosmos.validate() return incorrect result (#614)

01 Sep 16:06
Compare
Choose a tag to compare
* Create CoinTypeTests.swift

* Fix cosmos swift tests

* Check hrp prefix

* use compare

* Fix terra tests

0.12.12: Fix XRP max amount (#598)

30 Aug 04:51
b9bae4c
Compare
Choose a tag to compare
* - Fix XRP MAX_ALLOWED_AMOUNT (in drops)
- Add FIO blockchain type

* Remove max check

0.12.11

07 Aug 19:14
174ee09
Compare
Choose a tag to compare
Improve AnySigner output message (#574)

0.12.10: Raw transaction for Nebulas (#567)

06 Aug 15:41
Compare
Choose a tag to compare
* First commit for Nebulas's functions.

* rename TWNebulasAddress.cpp

* Fixed the building errors.

* First passed all test.

* Revert protobuf link to protobuf-3.7.0

* Add nebulas raw transaction data support.

* signinginput support pass a payload string.

* test for escaped label

0.12.9: Refine Cosmos signing output (#568)

03 Aug 22:52
Compare
Choose a tag to compare
* return broadcast mode async, return signature instead of not used encoded data

* Fix typo

* set default to block mode

0.12.8: Cosmos unstake (#565)

03 Aug 03:53
Compare
Choose a tag to compare
* Add messages for cosmos unstake

* Added tests to unstake and withdraw rewards

0.12.7: Aeternity fixes (#551)

24 Jul 01:45
Compare
Choose a tag to compare
*   fix rlp encoding when int = 0

*  add tests RLP encoding of transaction int properties zero cases

*  update aeternity explorer url

*  clean up comments, fix test

*  add real address test case to ValidateAddressAeternity

* Use bytes in Aeternity.proto

* Fix signature encoding

0.12.6: Fix waves output json (#530)

25 Jun 04:19
Compare
Choose a tag to compare
* Fix waves output json

* compare whole json

* Fix codacy warnigns

* Fix codacy

0.12.5: Waves tx json serialization (#526)

21 Jun 21:41
Compare
Choose a tag to compare
* added waves tx json serialization

* review fixes

* json dump test

Support Waves and Zilliqa fix

04 Jun 14:21
e3a107e
Compare
Choose a tag to compare
Add zilliqa schnorr tests (#476)

* add zilliqa schnorr tests

* Fix https://github.com/trezor/trezor-firmware/pull/93#issuecomment-496199588

* Fix tabs