-
Notifications
You must be signed in to change notification settings - Fork 7
Commits on Mar 30, 2020
-
Update FIO block explorer url (trustwallet#903)
* 🔧 update FIO block explorer url * update coins.md
Configuration menu - View commit details
-
Copy full SHA for 72c8b9e - Browse repository at this point
Copy the full SHA 72c8b9eView commit details
Commits on Apr 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 48c04b5 - Browse repository at this point
Copy the full SHA 48c04b5View commit details -
Merge branch 'master' of github.com:trustwallet/wallet-core
Bartosz Tarnowski committedApr 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 645931c - Browse repository at this point
Copy the full SHA 645931cView commit details
Commits on Apr 4, 2020
-
Update zcash/xlm block explorer (trustwallet#915)
* update zcash/xlm block explorer * Fix tests
Configuration menu - View commit details
-
Copy full SHA for 72846ba - Browse repository at this point
Copy the full SHA 72846baView commit details
Commits on Apr 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d3e86ea - Browse repository at this point
Copy the full SHA d3e86eaView commit details
Commits on Apr 8, 2020
-
Bartosz Tarnowski committed
Apr 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 21b25e0 - Browse repository at this point
Copy the full SHA 21b25e0View commit details
Commits on Apr 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8f8a396 - Browse repository at this point
Copy the full SHA 8f8a396View commit details -
Bartosz Tarnowski committed
Apr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 9d76b1a - Browse repository at this point
Copy the full SHA 9d76b1aView commit details
Commits on Apr 10, 2020
-
[IoTeX ] support IoTeX native staking (trustwallet#912)
* support IoTeX native staking
Configuration menu - View commit details
-
Copy full SHA for 0d91994 - Browse repository at this point
Copy the full SHA 0d91994View commit details
Commits on Apr 14, 2020
-
Merge branch 'master' of github.com:trustwallet/wallet-core
Bartosz Tarnowski committedApr 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 0ee8c70 - Browse repository at this point
Copy the full SHA 0ee8c70View commit details -
Derivation path changed to reflect BIP44.
Bartosz Tarnowski committedApr 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 59664e5 - Browse repository at this point
Copy the full SHA 59664e5View commit details -
Fix possible memory leak in walletconsole/Util.cpp (trustwallet#921)
Add missing call to `delete` in function `fileR`.
Configuration menu - View commit details
-
Copy full SHA for 4fd327a - Browse repository at this point
Copy the full SHA 4fd327aView commit details -
Bartosz Tarnowski committed
Apr 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 6196197 - Browse repository at this point
Copy the full SHA 6196197View commit details -
Merge branch 'master' of github.com:blockchain/wallet-core
Bartosz Tarnowski committedApr 14, 2020 Configuration menu - View commit details
-
Copy full SHA for f8761e9 - Browse repository at this point
Copy the full SHA f8761e9View commit details
Commits on Apr 15, 2020
-
Build sample apps in CI (trustwallet#909)
* Script for building sample app (C++). * Include go sample app in build script. * Add echo's. * Sample build: include OSX and Android build. * Minor FIo test extension. * Samples build: split in 3, by 3 build platforms. * Revert "Samples build: split in 3, by 3 build platforms." This reverts commit a262043. * Options for different platforms. * Sample-build: Rearranged with functions per sample app Co-authored-by: Catenocrypt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8ff9c7 - Browse repository at this point
Copy the full SHA e8ff9c7View commit details -
Bartosz Tarnowski committed
Apr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 7545323 - Browse repository at this point
Copy the full SHA 7545323View commit details -
Entry code for DGLD. Coin parameters update.
Bartosz Tarnowski committedApr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for fa3d717 - Browse repository at this point
Copy the full SHA fa3d717View commit details -
Merge branch 'master' of github.com:trustwallet/wallet-core
Bartosz Tarnowski committedApr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 6990c1b - Browse repository at this point
Copy the full SHA 6990c1bView commit details
Commits on Apr 16, 2020
-
DGLD address logic simplified.
Bartosz Tarnowski committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 0f11aa1 - Browse repository at this point
Copy the full SHA 0f11aa1View commit details
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 87c4f1f - Browse repository at this point
Copy the full SHA 87c4f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15fb8f3 - Browse repository at this point
Copy the full SHA 15fb8f3View commit details
Commits on Apr 27, 2020
-
Migrate CI to GitHub Actions (trustwallet#937)
* Create android-ci.yml * Add ios-ci.yml * Add linux-ci.yml * Add sudo * try set boost version * install libc++ * Fix linux coverage * move internal src to local/src * Fix protobuf symbolic link
Configuration menu - View commit details
-
Copy full SHA for e0e21bc - Browse repository at this point
Copy the full SHA e0e21bcView commit details -
Bitcoin Script minor fixes and new tests. (trustwallet#933)
* Bitcoin Script minor fixes and new tests. * Extra tests for the missing 3 lines. * Fix isPayToWitnessScriptHash (was typo), new isPayToWitnessPublicKeyHash(). * A rename (Pubkey -> PublicKey). * Extra test for TWBitcoinScript coverage.
Configuration menu - View commit details
-
Copy full SHA for 7dde1a5 - Browse repository at this point
Copy the full SHA 7dde1a5View commit details
Commits on Apr 28, 2020
-
Build system fixes to allow compilation on Linux for Android.
Package version updates.
Bartosz Tarnowski committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for be7aa7d - Browse repository at this point
Copy the full SHA be7aa7dView commit details -
Merge branch 'master' of github.com:trustwallet/wallet-core
Bartosz Tarnowski committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 9a7c3cb - Browse repository at this point
Copy the full SHA 9a7c3cbView commit details
Commits on Apr 29, 2020
-
Some low-impact cppcheck finding fixes. (trustwallet#938)
* Some low-impact cppcheck finding fixes. * Some reverts to address diff coverage metric. * Add scripts for cppcheck to tools. * Some minor reference type style linting. Co-authored-by: Catenocrypt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dfeeeb - Browse repository at this point
Copy the full SHA 4dfeeebView commit details -
Add Elrond blockchain (trustwallet#929)
* Registers new coin. * Define protobuf models * Implement entry, address and add tests * Fix AnyAddress, add further address tests * Implement serialization and signing, add tests * Add key derivation tests * Add tests for Android * Add tests for iOS * Fix derivation path and tests * Fix after review (including build issues)
Configuration menu - View commit details
-
Copy full SHA for 02eab8a - Browse repository at this point
Copy the full SHA 02eab8aView commit details -
Bartosz Tarnowski committed
Apr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 3eb5175 - Browse repository at this point
Copy the full SHA 3eb5175View commit details -
Merge branch 'master' of github.com:trustwallet/wallet-core
Bartosz Tarnowski committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for d1b8a62 - Browse repository at this point
Copy the full SHA d1b8a62View commit details -
Bartosz Tarnowski committed
Apr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 458d32e - Browse repository at this point
Copy the full SHA 458d32eView commit details