Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add altcoin payment method for live trading #2490

Merged
merged 8 commits into from Mar 4, 2019

Commits on Mar 3, 2019

  1. Add altcoin payment method for live trading

    - Add LiveAsset account, payment method, AccountPayload
    - Extract super classes for normal CryptoCurrenyAccount and payload and
    LiveAssetAccount and payload
    - Add isAsset method
    - Add button for creating a live asset account
    
    As it is a bit tricky to use the AccountForm for both methods and add a
    checkbox there so defined which payment method to use I added a button
    to add an AccountForm with the LiveAssets passed. This is just
    temporary to be able to test a bit more and see if there are any
    critical issues. We should unify that form but that might require a bit
    of refactoring of the CryptoCurrencyForm.
    ManfredKarrer committed Mar 3, 2019
    Copy the full SHA
    6c11fc1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    11adc99 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    54e39c3 View commit details
    Browse the repository at this point in the history
  4. Refactoring: Renaming

    ManfredKarrer committed Mar 3, 2019
    Copy the full SHA
    992480d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Copy the full SHA
    44f5798 View commit details
    Browse the repository at this point in the history
  2. Add line break

    ManfredKarrer committed Mar 4, 2019
    Copy the full SHA
    997819e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9e7a619 View commit details
    Browse the repository at this point in the history
  4. Improve wording

    ManfredKarrer committed Mar 4, 2019
    Copy the full SHA
    804f8e9 View commit details
    Browse the repository at this point in the history