Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Dgld #2

Closed
wants to merge 30 commits into from
Closed

Dgld #2

wants to merge 30 commits into from

Commits on Mar 30, 2020

  1. Update FIO block explorer url (trustwallet#903)

    * 🔧 update FIO block explorer url
    
    * update coins.md
    hewigovens authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    72c8b9e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Linux build.

    Makefiles fixed. Unit tests passing.
    Bartosz Tarnowski committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    48c04b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:trustwallet/wallet-core

    Bartosz Tarnowski committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    645931c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Update zcash/xlm block explorer (trustwallet#915)

    * update zcash/xlm block explorer
    
    * Fix tests
    hewigovens authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    72846ba View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    d3e86ea View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. DGLD skeleton generated.

    Bartosz Tarnowski committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    21b25e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    8f8a396 View commit details
    Browse the repository at this point in the history
  2. DGLD address logic.

    Bartosz Tarnowski committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    9d76b1a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. [IoTeX ] support IoTeX native staking (trustwallet#912)

    * support IoTeX native staking
    coderbradlee authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    0d91994 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Merge branch 'master' of github.com:trustwallet/wallet-core

    Bartosz Tarnowski committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    0ee8c70 View commit details
    Browse the repository at this point in the history
  2. Derivation path changed to reflect BIP44.

    Bartosz Tarnowski committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    59664e5 View commit details
    Browse the repository at this point in the history
  3. Fix possible memory leak in walletconsole/Util.cpp (trustwallet#921)

    Add missing call to `delete` in function `fileR`.
    draane authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    4fd327a View commit details
    Browse the repository at this point in the history
  4. Fix for tests.

    Bartosz Tarnowski committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    6196197 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:blockchain/wallet-core

    Bartosz Tarnowski committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    f8761e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. 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]>
    optout21 and Catenocrypt authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    e8ff9c7 View commit details
    Browse the repository at this point in the history
  2. Build fixes.

    Bartosz Tarnowski committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    7545323 View commit details
    Browse the repository at this point in the history
  3. Entry code for DGLD. Coin parameters update.

    Bartosz Tarnowski committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    fa3d717 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:trustwallet/wallet-core

    Bartosz Tarnowski committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    6990c1b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. DGLD address logic simplified.

    Bartosz Tarnowski committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    0f11aa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    87c4f1f View commit details
    Browse the repository at this point in the history
  2. Add CODEOWNERS (trustwallet#930)

    * Create CODEOWNERS
    vikmeup authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    15fb8f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. 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
    hewigovens authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    e0e21bc View commit details
    Browse the repository at this point in the history
  2. 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.
    optout21 authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    7dde1a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Build system fixes to allow compilation on Linux for Android.

    Package version updates.
    Bartosz Tarnowski committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    be7aa7d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:trustwallet/wallet-core

    Bartosz Tarnowski committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9a7c3cb View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. 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]>
    optout21 authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    4dfeeeb View commit details
    Browse the repository at this point in the history
  2. 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)
    andreibancioiu authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    02eab8a View commit details
    Browse the repository at this point in the history
  3. Android test app.

    Bartosz Tarnowski committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    3eb5175 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:trustwallet/wallet-core

    Bartosz Tarnowski committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d1b8a62 View commit details
    Browse the repository at this point in the history
  5. Fixes for Android build.

    Bartosz Tarnowski committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    458d32e View commit details
    Browse the repository at this point in the history