Tags: Jdtruth88/wallet-core
Tags
Oasis tests: Fix missing memory dealloc (trustwallet#1309) Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
[Polkadot] prepare for MultiAddress::AccountId (trustwallet#1304)
Polkadot: Combined BondAndNominate message. (trustwallet#1292) * Proto: Add combined BondAndNominate message. * Add missing proto file * Break up encodeCall(); encodeBalanceCall & encodeStakingCall. * Encode batch call containing two encoded calls. * Test with real-world BondAndNominate call. * Add iOS test. * Add Android test. * Small refactor, utility function for batch. * Change to switch Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
BTC plan(): Optimize for lots-of-UTXOs case. (trustwallet#1275) * BTC plan(): Optimize for lots-of-UTXOs case. * Switch Max test case to Ravencoin for speedup. Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
Add Stellar assets (token) support (trustwallet#1247) * Add Stellar assets support. * Cleanup * Add test with Asset12 ID * Minor coverage improvement. * Stellar proto refactor: Entities for each operation. * Remove alphanumeric12 asset code support (simplify). * Move time validity parameter to Change Trust only. * Update iOS tests * Update Android test * Fix iOS test * iOS test validBefore fix Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
Add error field to TransactionPlan (trustwallet#1238) * Btc plan: Add MaxButNotMax plan test case. * Typos, unspent * Test typo fix * Add more high-amount tests. * Add more max-with-dust cases. * Add more 5-input tests with dust. * Extra plan tests, for suboptimal solutions. * Remove inactive checks (review) * Reorder error branches in TransactionBuilder * Add error field to TransactionPlan object. * Return error from plan input in sign(). * Extend signing tests with check on error. * Revert "Merge branch 'master' into ar/btc-plan-error" This reverts commit ec7de4a, reversing changes made to 3dd20be. * Merge master * BTC plan: refine plan error message. Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
PreviousNext