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

<h4>Commit Summary</h4>
<ul>
  <li>Bump version number for v1.3.0</li>
  <li>Update data stores for v1.3.0</li>
  <li>Add BuyerVerifiesDonationAddress task</li>
  <li>Rename class</li>
  <li>Add DonationAddressValidation static class</li>
  <li>Rename class</li>
  <li>Add more checks for delayed payout tx</li>
  <li>Add check for donation address at pending trades</li>
  <li>Fix value of delayedpayouttx for ranged trades</li>
  <li>Remove duplicate restart/connection information</li>
  <li>Bump version number for v1.3.1</li>
  <li>Fix issue with tx connected output being null</li>
  <li>Fix inverted check, add more error logs</li>
  <li>Allow daoActivated to be set to false for non mainnet networks</li>
  <li>Fix issues when buyer has dao deactivated</li>
  <li>Revert to SNAPSHOT version</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-c197962302397baf3a4cc36463dce5ea">build.gradle</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/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/4147/files#diff-9528e70f6dabc9e219b668e538aef00c">common/src/main/java/bisq/common/config/Config.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-3618457b84b58a5b3f18c15cd10c5310">core/src/main/java/bisq/core/btc/wallet/TradeWalletService.java</a>
    (18)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-b98a7e2a1202ae268bbe0c49ab1d678c">core/src/main/java/bisq/core/trade/DelayedPayoutTxValidation.java</a>
    (180)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-5bdbc074df621c9b94b16c72ca834894">core/src/main/java/bisq/core/trade/TradeManager.java</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-3c1262edb5d4639e1b49dacef5776399">core/src/main/java/bisq/core/trade/protocol/BuyerAsMakerProtocol.java</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-fbdf903423fadf3e8d7b37a65a0267b5">core/src/main/java/bisq/core/trade/protocol/BuyerAsTakerProtocol.java</a>
    (6)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-3de9415661594e285fd542a20e3179be">core/src/main/java/bisq/core/trade/protocol/tasks/buyer/BuyerVerifiesFinalDelayedPayoutTx.java</a>
    (59)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-f8bbcc118297c4959e138a6a5af83d68">core/src/main/java/bisq/core/trade/protocol/tasks/buyer/BuyerVerifiesPreparedDelayedPayoutTx.java</a>
    (27)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-2b16c2ca0e92ce28cd7268b07a143647">core/src/main/resources/i18n/displayStrings.properties</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-978f9e2ad15f76d8e7b7cf95ac1f87d4">core/src/main/resources/wallet/checkpoints.txt</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-3bf3228974334577d2787c0b1f604eee">desktop/package/linux/Dockerfile</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-a53126b7e30c43db942242addd585d3a">desktop/package/linux/package.sh</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-e796a06b3a3b620f39faece001ae5e24">desktop/package/linux/release.sh</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-ddf67d9db1f820508486d8486843802d">desktop/package/macosx/Info.plist</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/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/4147/files#diff-0a2a1cc3ca306b6109335ea4cf959f86">desktop/package/macosx/finalize.sh</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-f827781352ab2dc89e5513941225c51d">desktop/package/macosx/insert_snapshot_version.sh</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/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/4147/files#diff-f051b827672dd3f88a2a50dbe142c306">desktop/package/windows/package.bat</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-5c5abf8413a7e64f5b2f3adfdd08f464">desktop/package/windows/release.bat</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-eec79f2b86bbe1a8aa8703519a5d9cbe">desktop/src/main/java/bisq/desktop/main/offer/MutableOfferViewModel.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-62811e6004bb38ee1ee37843f31cc035">desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesDataModel.java</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-399b09e9372394aa01203b342358de71">desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep1View.java</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-e770e5c915ec3d9ac99a437272e29166">desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep2View.java</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-d6fc299c16d57d748eb43348f552ad76">p2p/src/main/resources/AccountAgeWitnessStore_BTC_MAINNET</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-857fec3fff6b5e0030e4f40fa788ff21">p2p/src/main/resources/DaoStateStore_BTC_MAINNET</a>
    (26380)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-f35512c887288e6404f5dff34c8dae71">p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/files#diff-cc4ec18414cd18c51b10b96ee4c8695e">p2p/src/main/resources/TradeStatistics2Store_BTC_MAINNET</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4147/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/4147/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/4147.patch'>https://github.com/bisq-network/bisq/pull/4147.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/4147.diff'>https://github.com/bisq-network/bisq/pull/4147.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/4147">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNTRIG6ODPCFGMANMWLRLTQWZANCNFSM4MEHLXXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNVVPTJ5PTMWA6HYSCTRLTQWZA5CNFSM4MEHLXX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4I4TLK7A.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/4147",
"url": "https://github.com/bisq-network/bisq/pull/4147",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>