<ul>
<li>Add LiveAsset account, payment method, AccountPayload</li>
<li>Extract super classes for normal CryptoCurrenyAccount and payload and<br>
LiveAssetAccount and payload</li>
<li>Add isAsset method</li>
<li>Add button for creating a live asset account</li>
</ul>
<p>As it is a bit tricky to use the AccountForm for both methods and add a<br>
checkbox there so defined which payment method to use I added a button<br>
to add an AccountForm with the LiveAssets passed. This is just<br>
temporary to be able to test a bit more and see if there are any<br>
critical issues. We should unify that form but that might require a bit<br>
of refactoring of the CryptoCurrencyForm.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/2490'>https://github.com/bisq-network/bisq/pull/2490</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add altcoin payment method for live trading</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-0">common/src/main/proto/pb.proto</a>
    (5)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-1">core/src/main/java/bisq/core/payment/AssetAccount.java</a>
    (35)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-2">core/src/main/java/bisq/core/payment/CryptoCurrencyAccount.java</a>
    (10)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-3">core/src/main/java/bisq/core/payment/LiveAssetsAccount.java</a>
    (37)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-4">core/src/main/java/bisq/core/payment/PaymentAccountFactory.java</a>
    (2)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-5">core/src/main/java/bisq/core/payment/payload/AssetsAccountPayload.java</a>
    (82)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-6">core/src/main/java/bisq/core/payment/payload/CryptoCurrencyAccountPayload.java</a>
    (28)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-7">core/src/main/java/bisq/core/payment/payload/LiveAssetsAccountPayload.java</a>
    (80)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-8">core/src/main/java/bisq/core/payment/payload/PaymentMethod.java</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-9">core/src/main/resources/i18n/displayStrings.properties</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-10">desktop/src/main/java/bisq/desktop/components/paymentmethods/CryptoCurrencyForm.java</a>
    (26)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-11">desktop/src/main/java/bisq/desktop/main/account/content/altcoinaccounts/AltCoinAccountsDataModel.java</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-12">desktop/src/main/java/bisq/desktop/main/account/content/altcoinaccounts/AltCoinAccountsView.java</a>
    (86)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-13">desktop/src/main/java/bisq/desktop/main/account/content/fiataccounts/FiatAccountsDataModel.java</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-14">desktop/src/main/java/bisq/desktop/main/account/content/fiataccounts/FiatAccountsView.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-15">desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesViewModel.java</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-16">desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep2View.java</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2490/files#diff-17">desktop/src/main/java/bisq/desktop/util/GUIUtil.java</a>
    (12)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/2490.patch'>https://github.com/bisq-network/bisq/pull/2490.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/2490.diff'>https://github.com/bisq-network/bisq/pull/2490.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/2490">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtkPLOkDGAXiNGM3Tsj7X_VQQKMARks5vS2gJgaJpZM4ba0HN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtmnoKIo7sw6YdVeyuGvEaO1wZgTTks5vS2gJgaJpZM4ba0HN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add altcoin payment method for live trading (#2490)"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/2490"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/2490",
"url": "https://github.com/bisq-network/bisq/pull/2490",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>