8000 Tags · Jdtruth88/wallet-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Jdtruth88/wallet-core

Tags

2.5.10

Toggle 2.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Oasis tests: Fix missing memory dealloc (trustwallet#1309)

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>

2.5.9

Toggle 2.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Polkadot] prepare for MultiAddress::AccountId (trustwallet#1304)

2.5.8

Toggle 2.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

2.5.7

Toggle 2.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

2.5.6

Toggle 2.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

2.5.5

Toggle 2.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove zcash/grs static fee (trustwallet#1260)

2.5.4

Toggle 2.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

2.5.3

Toggle 2.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix erc20 approve typo (trustwallet#1226)

2.5.2

Toggle 2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix 721 transfer (trustwallet#1224)

2.5.1

Toggle 2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add amount to contract and fix data variable in case transfer (trustw…

…allet#1223)
0