Skip to content

Releases: trustwallet/wallet-core

0.12.27: [ COSMOS ] Add redelegation support (#714)

07 Nov 08:00
Compare
Choose a tag to compare
* Add cosmos MsgBeginRedelegate message

* Add restaking tests

* Fix codacy warning

* more const string &

0.12.26: [ Tezos ] Fix undelegation crash (#713)

07 Nov 07:58
5e6b056
Compare
Choose a tag to compare
* Fix tezos undelegation crash

* Add tests for delegation and undelegation

* Comment debugging code

0.12.25

22 Oct 05:26
5b48148
Compare
Choose a tag to compare
Update android dependency (#695)

0.12.24: Tezos hardfork updates (#686)

18 Oct 15:34
4d77d47
Compare
Choose a tag to compare
* 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)

27 Sep 05:05
d20f4cd
Compare
Choose a tag to compare
* added jitpack yml script

* removed unneeded install line

0.12.22: Add staking/leasing transaction support for waves (#652)

21 Sep 17:02
Compare
Choose a tag to compare
* 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)

19 Sep 05:53
Compare
Choose a tag to compare
* 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

11 Sep 03:57
Compare
Choose a tag to compare
Add fee limit to Tron transaction

0.12.19

11 Sep 01:58
Compare
Choose a tag to compare
Fix TRON contract types (#640)

0.12.18: R4R: support htlt transactions for binance chain (#627)

10 Sep 03:09
Compare
Choose a tag to compare
* 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