<p>This is to initiate the update necessary for the fulfillment of proposal<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="44832660" data-permission-text="Issue title is private" data-url="https://github.com/bisq-network/bisq/issues/110" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/110/hovercard" href="https://github.com/bisq-network/bisq/issues/110">#110</a>:</p>
<p>Fully functional and basic Monero (XMR) wallet integrated to Monero RPC Wallet<br>
running on localhost with the following features:</p>
<ol>
<li>Viewing balance (total and unlocked).</li>
<li>Sending XMR.</li>
<li>Viewing XMR Primary address to receive XMR.</li>
<li>Viewing and searching transactions.</li>
<li>Transaction/payment proof/verification (almost certified complete).</li>
</ol>
<p>TODOs:</p>
<ol>
<li>Completion of automation of Monero related trades (integration to<br>
wallet).</li>
<li>Unit Tests (first order - XmrFormatter and XmrValidator).<br>
3.Payment proof testing completion.</li>
</ol>

<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/3275'>https://github.com/bisq-network/bisq/pull/3275</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>This is to initiate the update necessary for the fulfillment of proposal</li>
  <li>Merging messages from proposal #110 messages with HEAD.</li>
  <li>Cleaning up.</li>
  <li>Cleaning up.</li>
  <li>Cleaning up formatting.</li>
  <li>Cleaning up formatting.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-0">build.gradle</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-1">common/src/main/proto/pb.proto</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-2">core/src/main/java/bisq/core/payment/PaymentAccountFactory.java</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-3">core/src/main/java/bisq/core/presentation/CorePresentationModule.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-4">core/src/main/java/bisq/core/user/Preferences.java</a>
    (110)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-5">core/src/main/java/bisq/core/user/PreferencesPayload.java</a>
    (31)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-6">core/src/main/java/bisq/core/xmr/XmrFormatter.java</a>
    (90)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-7">core/src/main/java/bisq/core/xmr/trade/XmrTradeAutomationInterceptor.java</a>
    (58)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-8">core/src/main/java/bisq/core/xmr/wallet/TxProofHandler.java</a>
    (28)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-9">core/src/main/java/bisq/core/xmr/wallet/XmrTxListItem.java</a>
    (82)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-10">core/src/main/java/bisq/core/xmr/wallet/XmrWalletRpcWrapper.java</a>
    (374)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-11">core/src/main/java/bisq/core/xmr/wallet/listeners/WalletBalanceListener.java</a>
    (44)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-12">core/src/main/resources/i18n/displayStrings.properties</a>
    (132)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-13">desktop/src/main/java/bisq/desktop/components/WalletAddressTextField.java</a>
    (139)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-14">desktop/src/main/java/bisq/desktop/main/account/AccountView.fxml</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-15">desktop/src/main/java/bisq/desktop/main/account/AccountView.java</a>
    (10)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-16">desktop/src/main/java/bisq/desktop/main/account/content/wallet/AltCoinWalletsView.fxml</a>
    (35)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-17">desktop/src/main/java/bisq/desktop/main/account/content/wallet/AltCoinWalletsView.java</a>
    (126)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-18">desktop/src/main/java/bisq/desktop/main/account/content/wallet/monero/XmrBalanceUtil.java</a>
    (106)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-19">desktop/src/main/java/bisq/desktop/main/account/content/wallet/monero/XmrWalletView.fxml</a>
    (44)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-20">desktop/src/main/java/bisq/desktop/main/account/content/wallet/monero/XmrWalletView.java</a>
    (160)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-21">desktop/src/main/java/bisq/desktop/main/account/content/wallet/monero/receive/XmrReceiveView.fxml</a>
    (35)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-22">desktop/src/main/java/bisq/desktop/main/account/content/wallet/monero/receive/XmrReceiveView.java</a>
    (139)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-23">desktop/src/main/java/bisq/desktop/main/account/content/wallet/monero/send/XmrSendView.fxml</a>
    (34)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-24">desktop/src/main/java/bisq/desktop/main/account/content/wallet/monero/send/XmrSendView.java</a>
    (294)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-25">desktop/src/main/java/bisq/desktop/main/account/content/wallet/monero/tx/XmrTxProofWindow.java</a>
    (129)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-26">desktop/src/main/java/bisq/desktop/main/account/content/wallet/monero/tx/XmrTxView.fxml</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-27">desktop/src/main/java/bisq/desktop/main/account/content/wallet/monero/tx/XmrTxView.java</a>
    (482)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-28">desktop/src/main/java/bisq/desktop/main/settings/preferences/PreferencesView.java</a>
    (87)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-29">desktop/src/main/java/bisq/desktop/util/FormBuilder.java</a>
    (11)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-30">desktop/src/main/java/bisq/desktop/util/validation/XmrValidator.java</a>
    (157)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3275/files#diff-31">desktop/src/test/java/bisq/desktop/GuiceSetupTest.java</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/3275.patch'>https://github.com/bisq-network/bisq/pull/3275.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/3275.diff'>https://github.com/bisq-network/bisq/pull/3275.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/3275?email_source=notifications&email_token=AJFFTNXFM3V4S5YU7WJWW3TQJ7VIHA5CNFSM4IXG65PKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HLV4MPA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNTVCIHSUJAEJBTATTLQJ7VIHANCNFSM4IXG65PA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNQLYFGI3I354RMMSYTQJ7VIHA5CNFSM4IXG65PKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HLV4MPA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3275?email_source=notifications\u0026email_token=AJFFTNXFM3V4S5YU7WJWW3TQJ7VIHA5CNFSM4IXG65PKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HLV4MPA",
"url": "https://github.com/bisq-network/bisq/pull/3275?email_source=notifications\u0026email_token=AJFFTNXFM3V4S5YU7WJWW3TQJ7VIHA5CNFSM4IXG65PKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HLV4MPA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>