<p>This PR addresses task 2 in issue <a href="https://github.com/bisq-network/bisq/issues/4257" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/4257/hovercard">4257</a></p>
<p>This new gRPC Wallet service method displays the balance and number of confirmations for the most recent transaction for the given BTC  wallet address.</p>
<p>The new method required the usual boilerplate changes to <code>grpc.proto</code>, <code>CliMain</code>, and <code>GrpcWalletService</code>.</p>
<p>Two unit tests to check error msgs was added to <code>cli/test.sh</code>.</p>
<p>This PR should be reviewed/merged after PR <a href="https://github.com/bisq-network/bisq/pull/4299" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/4299/hovercard">4299</a>.</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/4304'>https://github.com/bisq-network/bisq/pull/4304</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Rename CoreWalletService -> CoreWalletsService</li>
  <li>Add rpc wallet(s) protection tests</li>
  <li>Add rpc method 'getfundingaddresses'</li>
  <li>Replace duplicate code in getFundingAddresses</li>
  <li>Add rpc method 'getaddressbalance'</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4304/files#diff-c373779aeb2c0f02199d152b537b0fd1">cli/src/main/java/bisq/cli/CliMain.java</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4304/files#diff-9368479f5696839c056de9f5b7d62e7b">cli/test.sh</a>
    (111)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4304/files#diff-bea89058b2c63aeec792f281435a4ec6">core/src/main/java/bisq/core/grpc/CoreWalletsService.java</a>
    (112)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4304/files#diff-4a53112f2594f4140879a04293dff59a">core/src/main/java/bisq/core/grpc/GrpcWalletService.java</a>
    (50)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4304/files#diff-328b3309bc03d9ffb3ffb9e780dc7e91">proto/src/main/proto/grpc.proto</a>
    (19)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/4304.patch'>https://github.com/bisq-network/bisq/pull/4304.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/4304.diff'>https://github.com/bisq-network/bisq/pull/4304.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/4304">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNURBMAFWWL2FQBTGETRWUC2XANCNFSM4N5RLXJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNVR53JXLGPGZYKJLKTRWUC2XA5CNFSM4N5RLXJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4JQNEWBQ.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/4304",
"url": "https://github.com/bisq-network/bisq/pull/4304",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>