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

<h4>Commit Summary</h4>
<ul>
  <li>Add ArbitratorSelection based on tradestatistics</li>
  <li>Add ARBITRATOR_ADDRESS to extra map in trade statistics</li>
  <li>Add arbitrator to OfferAvailabilityResponse</li>
  <li>Implement new arbitrator selection rule</li>
  <li>Remove autoSelectArbitratorsCheckBox</li>
  <li>Add arbitrator_node_address to PB</li>
  <li>Remove arbitrator selection view</li>
  <li>Remove hasMatchingArbitrator check</li>
  <li>Remove isAutoSelectArbitrators and hasMatchingLanguage check</li>
  <li>Set activation date, add logs</li>
  <li>Merge branch 'master' into arbitration-system-improvements</li>
  <li>Merge branch 'master' into arbitration-system-improvements</li>
  <li>Merge branch 'master' into arbitration-system-improvements</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-0">common/src/main/proto/pb.proto</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-1">core/src/main/java/bisq/core/arbitration/ArbitratorManager.java</a>
    (39)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-2">core/src/main/java/bisq/core/network/p2p/seed/DefaultSeedNodeAddresses.java</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-3">core/src/main/java/bisq/core/offer/OpenOffer.java</a>
    (25)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-4">core/src/main/java/bisq/core/offer/OpenOfferManager.java</a>
    (24)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-5">core/src/main/java/bisq/core/offer/availability/ArbitratorSelection.java</a>
    (105)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-6">core/src/main/java/bisq/core/offer/availability/OfferAvailabilityModel.java</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-7">core/src/main/java/bisq/core/offer/availability/tasks/ProcessOfferAvailabilityResponse.java</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-8">core/src/main/java/bisq/core/offer/messages/OfferAvailabilityResponse.java</a>
    (18)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-9">core/src/main/java/bisq/core/offer/placeoffer/PlaceOfferModel.java</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-10">core/src/main/java/bisq/core/offer/placeoffer/tasks/CreateMakerFeeTx.java</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-11">core/src/main/java/bisq/core/trade/BuyerAsMakerTrade.java</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-12">core/src/main/java/bisq/core/trade/BuyerAsTakerTrade.java</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-13">core/src/main/java/bisq/core/trade/BuyerTrade.java</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-14">core/src/main/java/bisq/core/trade/SellerAsMakerTrade.java</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-15">core/src/main/java/bisq/core/trade/SellerAsTakerTrade.java</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-16">core/src/main/java/bisq/core/trade/SellerTrade.java</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-17">core/src/main/java/bisq/core/trade/Trade.java</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-18">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/1777/files#diff-19">core/src/main/java/bisq/core/trade/protocol/BuyerAsMakerProtocol.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-20">core/src/main/java/bisq/core/trade/protocol/ProcessModel.java</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-21">core/src/main/java/bisq/core/trade/protocol/SellerAsMakerProtocol.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-22">core/src/main/java/bisq/core/trade/protocol/tasks/PublishTradeStatistics.java</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-23">core/src/main/java/bisq/core/trade/protocol/tasks/taker/CreateTakerFeeTx.java</a>
    (18)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-24">core/src/main/java/bisq/core/trade/protocol/tasks/taker/TakerSelectArbitrator.java</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-25">core/src/main/java/bisq/core/trade/statistics/TradeStatistics2.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-26">core/src/main/java/bisq/core/user/User.java</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-27">core/src/main/resources/i18n/displayStrings.properties</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-28">core/src/test/java/bisq/core/offer/OpenOfferManagerTest.java</a>
    (6)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-29">core/src/test/java/bisq/core/offer/availability/ArbitratorSelectionTest.java</a>
    (70)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-30">desktop/src/main/java/bisq/desktop/main/account/content/arbitratorselection/ArbitratorListItem.java</a>
    (62)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-31">desktop/src/main/java/bisq/desktop/main/account/content/arbitratorselection/ArbitratorSelectionView.fxml</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-32">desktop/src/main/java/bisq/desktop/main/account/content/arbitratorselection/ArbitratorSelectionView.java</a>
    (348)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-33">desktop/src/main/java/bisq/desktop/main/account/content/arbitratorselection/ArbitratorSelectionViewModel.java</a>
    (175)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-34">desktop/src/main/java/bisq/desktop/main/account/settings/AccountSettingsView.java</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-35">desktop/src/main/java/bisq/desktop/main/debug/DebugView.java</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-36">desktop/src/main/java/bisq/desktop/main/offer/MutableOfferView.java</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-37">desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-38">desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookViewModel.java</a>
    (13)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-39">desktop/src/main/java/bisq/desktop/main/offer/takeoffer/TakeOfferView.java</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-40">desktop/src/main/java/bisq/desktop/main/overlays/windows/OfferDetailsWindow.java</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1777/files#diff-41">desktop/src/main/java/bisq/desktop/main/settings/preferences/PreferencesView.java</a>
    (12)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/1777.patch'>https://github.com/bisq-network/bisq/pull/1777.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/1777.diff'>https://github.com/bisq-network/bisq/pull/1777.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/1777">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtuvETi7-HZ0ysspjduGbazMYB9J7ks5ulgp-gaJpZM4XevkH">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtmbi1IBVxHuN8r-Zu2bguecd4OCQks5ulgp-gaJpZM4XevkH.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Arbitration system improvements (#1777)"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/1777"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/1777",
"url": "https://github.com/bisq-network/bisq/pull/1777",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Arbitration system improvements (#1777)",
"sections": [
{
"text": "",
"activityTitle": "**Manfred Karrer**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ManfredKarrer",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "f2e289d",
"value": "Add ArbitratorSelection based on tradestatistics"
},
{
"name": "78a298c",
"value": "Add ARBITRATOR_ADDRESS to extra map in trade statistics"
},
{
"name": "1e7dc5e",
"value": "Add arbitrator to OfferAvailabilityResponse"
},
{
"name": "8bcefaa",
"value": "Implement new arbitrator selection rule"
},
{
"name": "308d9d6",
"value": "Remove autoSelectArbitratorsCheckBox"
},
{
"name": "b2fd120",
"value": "Add arbitrator_node_address to PB"
},
{
"name": "cb17b00",
"value": "Remove arbitrator selection view"
},
{
"name": "6346b14",
"value": "Remove hasMatchingArbitrator check"
},
{
"name": "984c305",
"value": "Remove isAutoSelectArbitrators and hasMatchingLanguage check"
},
{
"name": "32bfe0e",
"value": "Set activation date, add logs"
},
{
"name": "2d593ee",
"value": "Merge branch 'master' into arbitration-system-improvements"
},
{
"name": "fbbec72",
"value": "Merge branch 'master' into arbitration-system-improvements"
},
{
"name": "dc6c25e",
"value": "Merge branch 'master' into arbitration-system-improvements"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[common/src/main/proto/pb.proto](https://github.com/bisq-network/bisq/pull/1777/files#diff-0) (2 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/arbitration/ArbitratorManager.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-1) (39 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/network/p2p/seed/DefaultSeedNodeAddresses.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-2) (1 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/offer/OpenOffer.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-3) (25 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/offer/OpenOfferManager.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-4) (24 changes)"
},
{
"name": "Added",
"value": "[core/src/main/java/bisq/core/offer/availability/ArbitratorSelection.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-5) (105 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/offer/availability/OfferAvailabilityModel.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-6) (7 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/offer/availability/tasks/ProcessOfferAvailabilityResponse.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-7) (10 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/offer/messages/OfferAvailabilityResponse.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-8) (18 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/offer/placeoffer/PlaceOfferModel.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-9) (8 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/offer/placeoffer/tasks/CreateMakerFeeTx.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-10) (15 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/BuyerAsMakerTrade.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-11) (9 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/BuyerAsTakerTrade.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-12) (8 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/BuyerTrade.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-13) (8 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/SellerAsMakerTrade.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-14) (8 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/SellerAsTakerTrade.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-15) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/SellerTrade.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-16) (8 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/Trade.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-17) (24 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/TradeManager.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-18) (15 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/protocol/BuyerAsMakerProtocol.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-19) (2 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/protocol/ProcessModel.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-20) (10 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/protocol/SellerAsMakerProtocol.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-21) (2 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/protocol/tasks/PublishTradeStatistics.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-22) (16 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/protocol/tasks/taker/CreateTakerFeeTx.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-23) (18 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/protocol/tasks/taker/TakerSelectArbitrator.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-24) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/trade/statistics/TradeStatistics2.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-25) (2 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/user/User.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-26) (1 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings.properties](https://github.com/bisq-network/bisq/pull/1777/files#diff-27) (7 changes)"
},
{
"name": "Modified",
"value": "[core/src/test/java/bisq/core/offer/OpenOfferManagerTest.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-28) (6 changes)"
},
{
"name": "Added",
"value": "[core/src/test/java/bisq/core/offer/availability/ArbitratorSelectionTest.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-29) (70 changes)"
},
{
"name": "Removed",
"value": "[desktop/src/main/java/bisq/desktop/main/account/content/arbitratorselection/ArbitratorListItem.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-30) (62 changes)"
},
{
"name": "Removed",
"value": "[desktop/src/main/java/bisq/desktop/main/account/content/arbitratorselection/ArbitratorSelectionView.fxml](https://github.com/bisq-network/bisq/pull/1777/files#diff-31) (34 changes)"
},
{
"name": "Removed",
"value": "[desktop/src/main/java/bisq/desktop/main/account/content/arbitratorselection/ArbitratorSelectionView.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-32) (348 changes)"
},
{
"name": "Removed",
"value": "[desktop/src/main/java/bisq/desktop/main/account/content/arbitratorselection/ArbitratorSelectionViewModel.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-33) (175 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/account/settings/AccountSettingsView.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-34) (10 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/debug/DebugView.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-35) (3 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/offer/MutableOfferView.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-36) (15 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-37) (20 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookViewModel.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-38) (13 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/offer/takeoffer/TakeOfferView.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-39) (12 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/overlays/windows/OfferDetailsWindow.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-40) (8 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/settings/preferences/PreferencesView.java](https://github.com/bisq-network/bisq/pull/1777/files#diff-41) (12 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"bisq-network/bisq\",\n\"issueId\": 1777,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"bisq-network/bisq\",\n\"pullRequestId\": 1777\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/1777"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/1777.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/1777.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 393935111\n}"
}
],
"themeColor": "26292E"
}
]</script>