Skip to content

Tags: MarkTangJs/wallet-core

Tags

2.3.4

Toggle 2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Eth ABI expose decodeArray (trustwallet#1158)

* Eth ABI expose decodeArray

* Add iOS tests

* EthAbi: Extend ParamFactory with array types.

* ParamFactory getValue supports array

* Rework decodeArray, use json format, reuse with ContractCall.

* Add iOS decodeArray tests.

* Add Android test

* Improve array string join

* Avoid exceptions

* Use json::array()

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

2.3.3

Toggle 2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Filecoin] Add json to output (trustwallet#1148)

* Add json to filecoin output

* remove not used encoded from output

2.3.2

Toggle 2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Binance] Fix timelock unlock signature error (trustwallet#1143)

* Fix timelock unlock signature error, add mainnet tests
* add relook test

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
filter deprecated chain in coins.md and fix quote include (trustwalle…

…t#1140)

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support compiling as static lib for cocoapods (trustwallet#1112)

* prepare for static pod
* revert spec name and exclude WalletCore.h
* Fix xcode12 warnings
* Add some comments to near

2.2.14

Toggle 2.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Coin initialization simplification, race bug fix (trustwallet#1131)

* Coin init: Simplify dynamic initializations.

* Move getCoinTypes to generated code.

* Change coin info map into a switch, remove thread synchronization.

* Update newcoin generation

* Add sanity check for coin entry handles coin type.

* Simplify CoinInfo, only simple types (remove DerivationPath class).

* Move coverage-enhancing checks from prod to test.

* Add some extra const qualifiers.

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

2.2.13

Toggle 2.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add NEAR account (trustwallet#1116)

* Add near account
* return hex public key by default
* simulate near migration code

2.2.12

Toggle 2.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change type of amount in Binance Timelock messages. (trustwallet#1124)

* Change type of amount in Binance Timelock messages.

* Review findinds; comments, revert of unrelated coins.md.

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

2.2.11

Toggle 2.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[WIP] Support Binance time{L|Rel|Unl}ock messages. (trustwallet#1118)

* Support Binance time{L|Rel|Unl}ock messages.

* Test exp. data formatting (left out).

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

2.2.10

Toggle 2.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change smart chain derivation path (trustwallet#1101)