[bisq-network/bisq] Add altcoin payment method for live trading (#2490)

Manfred Karrer notifications at github.com
Sun Mar 3 06:13:29 UTC 2019


- 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.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/2490

-- Commit Summary --

  * Add altcoin payment method for live trading

-- File Changes --

    M common/src/main/proto/pb.proto (5)
    A core/src/main/java/bisq/core/payment/AssetAccount.java (35)
    M core/src/main/java/bisq/core/payment/CryptoCurrencyAccount.java (10)
    A core/src/main/java/bisq/core/payment/LiveAssetsAccount.java (37)
    M core/src/main/java/bisq/core/payment/PaymentAccountFactory.java (2)
    A core/src/main/java/bisq/core/payment/payload/AssetsAccountPayload.java (82)
    M core/src/main/java/bisq/core/payment/payload/CryptoCurrencyAccountPayload.java (28)
    A core/src/main/java/bisq/core/payment/payload/LiveAssetsAccountPayload.java (80)
    M core/src/main/java/bisq/core/payment/payload/PaymentMethod.java (10)
    M core/src/main/resources/i18n/displayStrings.properties (5)
    M desktop/src/main/java/bisq/desktop/components/paymentmethods/CryptoCurrencyForm.java (26)
    M desktop/src/main/java/bisq/desktop/main/account/content/altcoinaccounts/AltCoinAccountsDataModel.java (3)
    M desktop/src/main/java/bisq/desktop/main/account/content/altcoinaccounts/AltCoinAccountsView.java (86)
    M desktop/src/main/java/bisq/desktop/main/account/content/fiataccounts/FiatAccountsDataModel.java (3)
    M desktop/src/main/java/bisq/desktop/main/account/content/fiataccounts/FiatAccountsView.java (2)
    M desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesViewModel.java (3)
    M desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep2View.java (1)
    M desktop/src/main/java/bisq/desktop/util/GUIUtil.java (12)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2490.patch
https://github.com/bisq-network/bisq/pull/2490.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2490
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190302/7d343d8c/attachment.html>


More information about the bisq-github mailing list