Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: trustwallet/wallet-core

Tags

4.3.22

Toggle 4.3.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(monad): Update Monad to mainnet (#4550)

* TODO update explorer

4.3.21

Toggle 4.3.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(monad): Add Monad testnet (#4543)

4.3.20

Toggle 4.3.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(kusama-asset-hub): Add ability to force to use `ChargeAssetTxPay…

…ment` (#4541)

* feat(kusama-asset-hub): Add ability to force to use `ChargeAssetTxPayment` for native tip

* feat(kusama-asset-hub): Add a unit test

4.3.19

Toggle 4.3.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: Add trade and secured fields to THORChain Asset (#4500)

* my tracked commit

* MsgInstantiateContract

* revert formatting

* test

* Tests fixes and broadcast

* cargo fmt

* remove unused

* feat: add trade and secured fields to Thorchain Asset

- Add trade and secured boolean fields to Asset proto message
- Update ThorchainAsset struct in Rust with new fields
- Update asset initialization in tx_builder.rs
- Matches Thorchain blockchain Asset struct definition

---------

Co-authored-by: gupnik <[email protected]>

4.3.18

Toggle 4.3.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Solana]: Renames fee recipient token account for clarity (#4528)

* [Solana]: Renames fee recipient token account for clarity

* Fix typo

4.3.17

Toggle 4.3.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(zcash): Add support for TEX address (#4527)

* feat(zcash): Add `TexAddress` in Rust

* feat(zcash): Add successfully broadcasted transaction test

* feat(zcash): Add successfully broadcasted transaction C++ test

* feat(zcash): Fix C++ tests

* feat(zcash): Reuse code in `TexAddress::isValid`

* feat(zcash): Fix `TexAddress:isValid`

4.3.16

Toggle 4.3.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(solana): Add `SolanaTransaction.insertTransferInstruction()` (#4523

)

* feat(solana): Add `transfer_to_fee_payer` instruction

* feat(solana): Add `tw_solana_transaction_insert_transfer_instruction` FFI

* feat(solana): Add a note comment

* feat(solana): Add one more comment

4.3.15

Toggle 4.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(Biz): Add helper functions to support `BizPasskeySessionAccount` (

…#4516)

* feat(biz-passkey): Add `TWBarzEncodeRegisterSessionCall` FFI

* feat(biz-passkey): Add `TWBarzEncodeRemoveSessionCall` FFI

* feat(biz-passkey): Add `TWBarzEncodePasskeySessionNonce` FFI

* feat(biz-passkey): Add `TWBarzEncodeExecuteWithPasskeySessionCall` FFI

* refactor(barz): Move some functions to TWBiz and TWEip7702 modules

* feat(biz): Add WebAuthn

* feat(biz): Add `TWWebAuthnGetMessageHash` and `TWWebAuthnGetFormattedSignature`

* feat(biz): Fix C++ and Mobile

* Rename `TWWebAuthn` module to `TWWebAuthnSolidity`

* feat(biz): Adjust `executeWithPasskeySession` arguments

* feat(biz): Fix fmt

* feat(biz): Add Biz Android tests

* feat(biz): Add final Biz Android test

* feat(biz): Fix lints

* feat(biz): Minor change

* feat(biz): fmt

4.3.14

Toggle 4.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(Biz): Add helper functions to support `BizPasskeySessionAccount` (

…#4516)

* feat(biz-passkey): Add `TWBarzEncodeRegisterSessionCall` FFI

* feat(biz-passkey): Add `TWBarzEncodeRemoveSessionCall` FFI

* feat(biz-passkey): Add `TWBarzEncodePasskeySessionNonce` FFI

* feat(biz-passkey): Add `TWBarzEncodeExecuteWithPasskeySessionCall` FFI

* refactor(barz): Move some functions to TWBiz and TWEip7702 modules

* feat(biz): Add WebAuthn

* feat(biz): Add `TWWebAuthnGetMessageHash` and `TWWebAuthnGetFormattedSignature`

* feat(biz): Fix C++ and Mobile

* Rename `TWWebAuthn` module to `TWWebAuthnSolidity`

* feat(biz): Adjust `executeWithPasskeySession` arguments

* feat(biz): Fix fmt

* feat(biz): Add Biz Android tests

* feat(biz): Add final Biz Android test

* feat(biz): Fix lints

* feat(biz): Minor change

* feat(biz): fmt

4.3.13

Toggle 4.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(data): Allocate empty array on `tw_data_create_with_bytes` if dat…

…a is NULL (#4508)

* fix(data): Allocate empty array on `tw_data_create_with_bytes` if data is NULL

* fix(data): Add TWData test