<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #5204.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="811452904" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/5204" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/5204/hovercard" href="https://github.com/bisq-network/bisq/issues/5204">#5204</a></p>
<p>The PR is done in small improvements steps. Feel free to use final version instead of reviewing all commits.</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/5205'>https://github.com/bisq-network/bisq/pull/5205</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fixes https://github.com/bisq-network/bisq/issues/5204</li>
  <li>Call onNoSeedNodeAvailable on mailboxMessageService at onNoSeedNodeAvailable</li>
  <li>Merge onUpdatedDataReceived and onNoSeedNodeAvailable to onBootstrapped</li>
  <li>Call p2PDataStorage.onBootstrapComplete() before</li>
  <li>Refactor: Rename onBootstrapComplete to onBootstrapped</li>
  <li>Use same behaviour in onNoSeedNodeAvailable as in onUpdatedDataReceived</li>
  <li>Refactor: Extract method from duplicated code</li>
  <li>Call onNoSeedNodeAvailable if return value from requestPreliminaryData is false</li>
  <li>Remove boolean return value for requestPreliminaryData</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5205/files#diff-c159620533c6a13a99158d534b441d96836d1535ce5bd6baf816b5a2fe126b25">p2p/src/main/java/bisq/network/p2p/P2PService.java</a>
    (38)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5205/files#diff-24129054dad346d9a7e3cb022f03fe4d48bc85cdbeaa2ea30b5810b5e41cba16">p2p/src/main/java/bisq/network/p2p/mailbox/MailboxMessageService.java</a>
    (32)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5205/files#diff-c2a87e7e948fe43371b977ea92f61ee4805eaf8f8742990f17932c22cd6bf313">p2p/src/main/java/bisq/network/p2p/peers/getdata/RequestDataManager.java</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5205/files#diff-45fc34501c30dffd0b312454da94f2dd0c9df7b8135a4a5019606372c82c3959">p2p/src/main/java/bisq/network/p2p/storage/P2PDataStorage.java</a>
    (2)
  </li>
</ul>

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