This release is a meant to be a proof of concept and to test if this can be installed in another flutter app.
Improved readme and added github access tokens for access to trustwallet android package on github maven.
Added change logs.
Github Access Tokens Added from Dummy user
Added instructions for setting up github access tokens since dummy access token did not work. Github deletes access tokens committed to github.
Added support for TRON TOKENS, TRX, TRC10, TRC20 and Asset Freezing.
Added support for Solana, transfere and receive SOL as well as any token on Solana.
Changed return of getPrivateKey, getPublicKey to base64 encoding
Improve error handling and checking for null wallet
-
Replaced
java.util.Base64
withandroid.util.Base64
-
Added support for Near Crypto transfer transactions
- Fixed number conversion in Near.
- Memory optimization & minor bug fixes
- Fixed Base64 encoding issue which causes the app to crash on lower version of Android.
- Upgrade WalletCore to 3.1.31.
- Updated grade version to 7.2.1.
- added new methods on TrustDart; getSeed, getRawPrivateKey & getRawPublicKey.
- Fixed
getSeed, getRawPrivateKey & getRawPublicKey
methods returning empty array. - Added
signDataWithPrivateKey
.
- Updated the gradle version in Android.
- Reverted to adding the feeLimit option in TRON (TRX). For instance, it provides the flexibility of setting the feeLimit to 0 for TRX send.
- Updated raw sign for tezos
- Stellar Integration
- Binance chains integrations
- Doge coin integrations
- Doge coin fixes
- Android long/int conversion issues fixed.
- Added support for tezos fa2/fa12
- Changes for Near update
- Added support for Cardano and All Ethereum / ERC20 compatible tokens and blockchains.
- Fixed bug in ethereum
- Fixed bug in cardano
- Add multi input, multi private keys sign for bitcoin
- Add support for Stellar testnet transaction signing
- WalletCore updates