<p>This change moves <code>gRPC</code> boilerplate code from the <code>:core.grpc</code> pkg into a new <code>:daemon.grpc</code> pkg.</p>
<ul>
<li>
<p>The <code>:core.grpc</code> pkg was renamed <code>:core.api</code>, and no longer has a dependency on <code>gRPC</code> libs.</p>
</li>
<li>
<p>All core service classes in the <code>:core.api</code> pkg are now package protected, excepting <code>CoreApi</code>, making <code>CoreApi</code> the only possible entry point for all <code>Grpc*Service -> Core*Service</code> calls.</p>
</li>
<li>
<p>All <code>gRPC</code> service classes in the <code>:daemon.grpc</code> pkg are now package protected, excepting <code>GrpcServer</code>;  the only class depending on <code>Grpc*Service</code> class is <code>GrpcServer</code>.</p>
</li>
<li>
<p><code>gRPC</code> dependencies were moved from the <code>gradle.build</code> file's <code>:core</code> subproject to <code>:daemon</code>.</p>
</li>
</ul>
<p>This PR replaces <a href="https://github.com/bisq-network/bisq/pull/4417" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/4417/hovercard">4417</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/4427'>https://github.com/bisq-network/bisq/pull/4427</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Move gRPC boilerplate from :core to :daemon</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-c197962302397baf3a4cc36463dce5ea">build.gradle</a>
    (17)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-defe707a4d38994a1dd5a818fc078522">core/src/main/java/bisq/core/api/CoreApi.java</a>
    (4)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-d7353096fea115841d9ac980fe68b3af">core/src/main/java/bisq/core/api/CoreOffersService.java</a>
    (4)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-d4059c1d76936ff1d5186eb5730cb9a4">core/src/main/java/bisq/core/api/CorePaymentAccountsService.java</a>
    (4)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-fa258cf72caec92788e960e71c63d66f">core/src/main/java/bisq/core/api/CoreWalletsService.java</a>
    (4)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-909bdd5f08ad125deaaec2bf62391619">core/src/main/java/bisq/core/api/model/AddressBalanceInfo.java</a>
    (2)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-afa3f3e1583fbdfee1fbfc136fd2a334">core/src/main/java/bisq/core/api/model/OfferInfo.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-01a7cf00fcce84b3e03a47b3b1c81bbd">daemon/src/main/java/bisq/daemon/app/BisqDaemonMain.java</a>
    (8)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-073db9176bdbf520d57c0bb69bcde77e">daemon/src/main/java/bisq/daemon/grpc/GrpcOffersService.java</a>
    (5)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-eca81dac77bbe2b6a1ba4b39bfe38897">daemon/src/main/java/bisq/daemon/grpc/GrpcPaymentAccountsService.java</a>
    (5)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-cf9363e58d0ea299011282758a4aa8e3">daemon/src/main/java/bisq/daemon/grpc/GrpcServer.java</a>
    (3)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-164f12ba196f3ba9788a17f81d798bfa">daemon/src/main/java/bisq/daemon/grpc/GrpcWalletsService.java</a>
    (5)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4427/files#diff-bca3dcf8f4b682cd9e5961434ca7c59e">daemon/src/main/java/bisq/daemon/grpc/PasswordAuthInterceptor.java</a>
    (2)
  </li>
</ul>

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