Skip to content

Tags: andro1976/wallet-core

Tags

2.6.12

Toggle 2.6.12's commit message

Verified

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

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

2.6.11

Toggle 2.6.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add polygon coin type tests (trustwallet#1482)

2.6.10

Toggle 2.6.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ThorChain decimals changed to 8 (trustwallet#1455)

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

2.6.9

Toggle 2.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for Thorchain send (trustwallet#1439)

* Use type thorchain/MsgSend instead of cosmos-sdk/MsgSend for send message.

* iOS test

* Update test

* Android test fix

* Update send test, real TX

* Refactor THORChain: Onw proto, Entry and Signer, but uses Cosmos; no special handling in Cosmos

* Minor reverts in Cosmos

* iOS test

* Android test

* iOS test fix

* Android text fix

* Add JSON signing test

* Android test

* Simplification: get rid of own proto, but own Entry & Signer to adjust msg type

* Android and iOS test update

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

2.6.8

Toggle 2.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable bitcode for iOS releases (trustwallet#1438)

* enable bitcode
* switch back to framework
* disable mac and catalyst

2.6.7

Toggle 2.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Cocoapods] Fix podspec lint issue and one Polkadot typo (trustwallet…

…#1424)

* Fix podspec lint issue

* fix bond_extra typo

* quickly add one bond extra test

2.6.6

Toggle 2.6.6's commit message

Verified

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

* Fix dev podspec and remove not used TrustWalletCore
* Add fastlane and plugin to create xcframework
* Add missing Example xcode project file
* add patch and ios-xcframework script
* Add mac example
* add release script
* Add WalletCoreCommon xcodegen config
* remove ios cmake toolchain
* build static common xcframework
* add back macOS support (10.14+)
* re implement release script with bash
* fix macOS example
* fix file permissions
* add types only xcframework

2.6.5

Toggle 2.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[TestOnly] Add multithreaded iOS tests (trustwallet#1382)

* Add multithreaded tests (BTC address derivation, BNB signing).

* Improve multi-threaded iOS tests

* Remove @obj marker

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

2.6.4

Toggle 2.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Wanchain] Ethereum compatible (trustwallet#1380)

* wanchain is completely ethereum compatible
* Fix android test
* add wanchain real test

2.6.3

Toggle 2.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Trezor files to current version (trustwallet#1294)

* Rearrange Trezor source files to be more in line with newer version file structure.

* Update most Trezor files to current version (32c37aa)

* Adjust TrezorCryptoTests location

* Add 2 new files (hmac_drbg, rfc6979)

* Missing header file (bignum.h)

* Fix header file includes.

* Extend setup file with docs

* Header files

* Missing headers

* Add missing monero files

* Missing files

* Missing header for test

* Add missing header files (test_check)

* Tester to return 0 (instead of -1).

* Update bip39.h/c to new one; special handling of 15- and 21-word mnemonics.

* Update sha2.c.

* Update cash_addr.c

* Update iOS build process.

* Update iOS build process (project.yml).

* Revert cocoapods

* Adjust ios build pipeline -- add build flags, 2 sources

* Update base58.c

* Mark wc-specific changes.

* Minor

* Formatting, wc-marker

* Minor comment

* Remove ripple/base58.c

* Remove not needed, non-Trezor sources.

* Update bip32.h/c.

* Include files shamir.c, slip39.c, chacha_drbg.c.

* Missing method from ecdsa.h

* Complete tests.

* Extend mnemonic tests

* Rename 2 trezor methods (menmonic, cardano).

* Move ed25519-donna.h to ed25519-donna subfolder

* Add Trezor version file

* Only checksum in version

* Compile fixes for Android.

* Revert "Compile fixes for Android."

This reverts commit b81a523.

* Build flag for Android build fix

* Execute Linux CI with ASAN check

* Revert "Execute Linux CI with ASAN check"

This reverts commit 4af0074.

* nist256p1.c old, negative

* Revert "nist256p1.c old, negative"

This reverts commit cc18039.

* Add multi-threaded signing test.

* Get rid of all static global variables (to fix Android crash).

* Doc in setup script

* Rename fix 1/2

* Rename fix 2/2

* Extra checks in rand.c

* Multi-threaded test: remove code duplication.

* Move Trezor build options to options.h from CMake build files.

* Exclude Monero support.

* Re-add umbrella TrezorCrypto.h

* Remove build flags (ios)

* Remove build flags

* Remove slip39 wordlist.

* Remove slip39 (left out)

* Remove shamir.

* Revert "Remove shamir."

This reverts commit d49bfac.

* Cleanup

* Cleanup

* Re-add schnorr tests

* Exclude xmr.c (ios)

* Update README

* Post-merge fix

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