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

<h4>Commit Summary</h4>
<ul>
  <li>Bump version number for v1.3.5 release</li>
  <li>Update IPs and onions for wiz Bitcoin nodes</li>
  <li>Update bitcoinj checkpoints</li>
  <li>Update data stores for v1.3.5</li>
  <li>apply fix for #2798 only in edit offer view</li>
  <li>Merge pull request #4291 from ripcurlx/only-apply-fix-in-edit-offer-screen</li>
  <li>Update copyright notice</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-c197962302397baf3a4cc36463dce5ea">build.gradle</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-b50fd8d07cd41eecbb51bc6aacdaf6aa">common/src/main/java/bisq/common/app/Version.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-8daba3bb674e0f3332b84cc4b32cd7a6">core/src/main/java/bisq/core/btc/nodes/BtcNodes.java</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-978f9e2ad15f76d8e7b7cf95ac1f87d4">core/src/main/resources/wallet/checkpoints.txt</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-3bf3228974334577d2787c0b1f604eee">desktop/package/linux/Dockerfile</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-a53126b7e30c43db942242addd585d3a">desktop/package/linux/package.sh</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-e796a06b3a3b620f39faece001ae5e24">desktop/package/linux/release.sh</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-ddf67d9db1f820508486d8486843802d">desktop/package/macosx/Info.plist</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-2bd4e9170e60d30d57c856d297f44b39">desktop/package/macosx/create_app.sh</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-0a2a1cc3ca306b6109335ea4cf959f86">desktop/package/macosx/finalize.sh</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-d4c1aac99b51521f286bdfb9760bb5b4">desktop/package/macosx/replace_version_number.sh</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-f051b827672dd3f88a2a50dbe142c306">desktop/package/windows/package.bat</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-5c5abf8413a7e64f5b2f3adfdd08f464">desktop/package/windows/release.bat</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-eec79f2b86bbe1a8aa8703519a5d9cbe">desktop/src/main/java/bisq/desktop/main/offer/MutableOfferViewModel.java</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-35f3ea3b7586d4ad50e4fb40213ffffd">desktop/src/main/java/bisq/desktop/main/portfolio/editoffer/EditOfferViewModel.java</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-d6fc299c16d57d748eb43348f552ad76">p2p/src/main/resources/AccountAgeWitnessStore_BTC_MAINNET</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-857fec3fff6b5e0030e4f40fa788ff21">p2p/src/main/resources/DaoStateStore_BTC_MAINNET</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-f35512c887288e6404f5dff34c8dae71">p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-cc4ec18414cd18c51b10b96ee4c8695e">p2p/src/main/resources/TradeStatistics2Store_BTC_MAINNET</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-d3586a58f3f8591d43af59eeb235b47a">relay/src/main/resources/version.txt</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4331/files#diff-ebac66b80683aa9d7c5cfc05bacd4a1a">seednode/src/main/java/bisq/seednode/SeedNodeMain.java</a>
    (2)
  </li>
</ul>

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