Skip to content

Tags: trustwallet/wallet-core

Tags

4.2.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(xrp): Fix Ripple.proto Kotlin compatibility (#4299)

Some parameters were changed from int64 to uint32 during the recent XRP Rust migration. However `protoc` generates Kotlin bindings with using signed integers only, so overflow happens on Kotlin side

* Ripple.OperationPayment.destinationTag is now uint64
* Ripple.OperationEscrowCreate.destinationTag is now uint64
* Ripple.OperationEscrowCreate.cancelAfter is now uint64
* Ripple.OperationEscrowCreate.finishAfter is now uint64
* Ripple.SigningInput.flags is now uint64
* Ripple.SigningInput.sourceTag is now uint64

4.2.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allows extension to import a wallet with private key (#4297)

4.2.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrates `TWMessageSigner`, `TWSolanaTransaction` and `TWWalletConnec…

…tRequest` to automatic FFI generator (#4287)

* Migrates `TONWallet ` and `TONMessageSigner` to automatic FFI generator

* Lower case params

* Addresses review comment

* Migrates `TWMessageSigner`, `TWSolanaTransaction` and `TWWalletConnectRequest` to automatic FFI generator

* FMT

* Removes header files as well

* Builds tw_any_coin to ensure FFI bindings are generated

* Minor fix

* Uses non-null output

* Minor fix

* Uses NonnullMut

* Build the workspace before generating bindings

* Removes build

* Removes build.rs from wallet-core-rs

* Addresses review comments

* Use shared_ptr directly

* Improves code coverage

4.2.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Cardano]: Adds support for vote delegation (#4276)

* [Cardano]: Adds support for vote delegation

* Updates doc

* Removes commented code

* Sonarcube fix

* Addresses review comments

* Adds support for CIP129 Drep addresses

4.2.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(SPM): Update Package.swift version to 4.2.9 (#4262)

4.2.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
security(JNI): Throw an exception if `/dev/urandom` is unavailable (#…

…4256)

4.2.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revert(heco): Revert Huobi ECO delisting (#4254)

* Revert "delete(heco): Delete Huobi ECO Chain (#4244)"

This reverts commit 78b0536.

* chore(gradle): Update grade to 8.10.2 on CI

* [CI] Trigger CI

* chore(pod): Update COCOAPODS to 1.14.3

4.2.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Sui]: Adds support for remaining commands/call_args/input_args in ra…

…w json (#4252)

* [Sui]: Adds support for nested result in raw json

* Addresses review comment

* Adds missing commands/args

* Makes clippy happy

* Adds a test for all transactions

4.2.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds ability to serialise Raw Sui Swap transactions (#4247)

* Adds ability to serialise Raw Sui Swap transactions

* Adds sui compile test for raw json

* Addresses review comments

* Use serde::as_string instead of serde_with crate

* Use specified values for gas budget and gas price if provided

* Addresses review comment

4.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
delete(heco): Delete Huobi ECO Chain (#4244)

* delete(heco): Delete Huobi ECO Chain

* delete(heco): Delete `TWCoinTypeECOChain`

* chore(versions): Update gradle version to 8.10.2, COCOAPODS to 1.14.3