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

<h4>Commit Summary</h4>
<ul>
  <li>Add support for reimbursement requests</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-0">common/src/main/java/bisq/common/app/Version.java</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-1">common/src/main/proto/pb.proto</a>
    (47)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-2">core/src/main/java/bisq/core/btc/wallet/BtcWalletService.java</a>
    (50)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-3">core/src/main/java/bisq/core/dao/DaoFacade.java</a>
    (36)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-4">core/src/main/java/bisq/core/dao/DaoModule.java</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-5">core/src/main/java/bisq/core/dao/governance/blindvote/MyBlindVoteListService.java</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-6">core/src/main/java/bisq/core/dao/governance/merit/MeritConsensus.java</a>
    (9)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-7">core/src/main/java/bisq/core/dao/governance/proposal/IssuanceProposal.java</a>
    (31)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-8">core/src/main/java/bisq/core/dao/governance/proposal/Proposal.java</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-9">core/src/main/java/bisq/core/dao/governance/proposal/ProposalType.java</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-10">core/src/main/java/bisq/core/dao/governance/proposal/ProposalValidator.java</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-11">core/src/main/java/bisq/core/dao/governance/proposal/compensation/CompensationProposal.java</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-12">core/src/main/java/bisq/core/dao/governance/proposal/param/ChangeParamValidator.java</a>
    (6)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-13">core/src/main/java/bisq/core/dao/governance/proposal/reimbursement/ReimbursementConsensus.java</a>
    (37)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-14">core/src/main/java/bisq/core/dao/governance/proposal/reimbursement/ReimbursementProposal.java</a>
    (159)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-15">core/src/main/java/bisq/core/dao/governance/proposal/reimbursement/ReimbursementProposalService.java</a>
    (99)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-16">core/src/main/java/bisq/core/dao/governance/proposal/reimbursement/ReimbursementValidator.java</a>
    (65)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-17">core/src/main/java/bisq/core/dao/governance/voteresult/VoteResultService.java</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-18">core/src/main/java/bisq/core/dao/governance/voteresult/issuance/IssuanceService.java</a>
    (36)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-19">core/src/main/java/bisq/core/dao/node/json/JsonTxOutputType.java</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-20">core/src/main/java/bisq/core/dao/node/json/JsonTxType.java</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-21">core/src/main/java/bisq/core/dao/node/parser/OpReturnParser.java</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-22">core/src/main/java/bisq/core/dao/node/parser/TxInputParser.java</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-23">core/src/main/java/bisq/core/dao/node/parser/TxOutputParser.java</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-24">core/src/main/java/bisq/core/dao/node/parser/TxParser.java</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-25">core/src/main/java/bisq/core/dao/state/DaoStateService.java</a>
    (32)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-26">core/src/main/java/bisq/core/dao/state/blockchain/OpReturnType.java</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-27">core/src/main/java/bisq/core/dao/state/blockchain/TxOutputType.java</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-28">core/src/main/java/bisq/core/dao/state/blockchain/TxType.java</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-29">core/src/main/java/bisq/core/dao/state/governance/Issuance.java</a>
    (16)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-30">core/src/main/java/bisq/core/dao/state/governance/IssuanceType.java</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-31">core/src/main/java/bisq/core/dao/state/governance/Param.java</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-32">core/src/main/java/bisq/core/util/BsqFormatter.java</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-33">core/src/main/resources/i18n/displayStrings.properties</a>
    (30)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-34">core/src/main/resources/i18n/displayStrings_de.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-35">core/src/main/resources/i18n/displayStrings_el.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-36">core/src/main/resources/i18n/displayStrings_es.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-37">core/src/main/resources/i18n/displayStrings_fa.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-38">core/src/main/resources/i18n/displayStrings_fr.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-39">core/src/main/resources/i18n/displayStrings_hu.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-40">core/src/main/resources/i18n/displayStrings_pt.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-41">core/src/main/resources/i18n/displayStrings_ro.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-42">core/src/main/resources/i18n/displayStrings_ru.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-43">core/src/main/resources/i18n/displayStrings_sr.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-44">core/src/main/resources/i18n/displayStrings_th.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-45">core/src/main/resources/i18n/displayStrings_vi.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-46">core/src/main/resources/i18n/displayStrings_zh.properties</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-47">desktop/src/main/java/bisq/desktop/main/dao/governance/ProposalDisplay.java</a>
    (21)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-48">desktop/src/main/java/bisq/desktop/main/dao/governance/make/MakeProposalView.java</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-49">desktop/src/main/java/bisq/desktop/main/dao/governance/result/CycleListItem.java</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-50">desktop/src/main/java/bisq/desktop/main/dao/governance/result/ProposalListItem.java</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-51">desktop/src/main/java/bisq/desktop/main/dao/wallet/dashboard/BsqDashboardView.java</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-52">desktop/src/main/java/bisq/desktop/main/dao/wallet/tx/BsqTxView.java</a>
    (31)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/1813/files#diff-53">desktop/src/main/java/bisq/desktop/main/funds/transactions/TransactionsListItem.java</a>
    (13)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/1813.patch'>https://github.com/bisq-network/bisq/pull/1813.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/1813.diff'>https://github.com/bisq-network/bisq/pull/1813.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/1813">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtoi0stepCSMLeb0OoUGAEYXpuYTQks5uoKQCgaJpZM4X4bsg">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtk3gZZFLg838PAXCszY4CD3bEckGks5uoKQCgaJpZM4X4bsg.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":"Add support for reimbursement requests (#1813)"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/1813"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/1813",
"url": "https://github.com/bisq-network/bisq/pull/1813",
"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": "Add support for reimbursement requests (#1813)",
"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": "6b0a54b",
"value": "Add support for reimbursement requests"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[common/src/main/java/bisq/common/app/Version.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-0) (1 changes)"
},
{
"name": "Modified",
"value": "[common/src/main/proto/pb.proto](https://github.com/bisq-network/bisq/pull/1813/files#diff-1) (47 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/btc/wallet/BtcWalletService.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-2) (50 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/DaoFacade.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-3) (36 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/DaoModule.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-4) (5 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/governance/blindvote/MyBlindVoteListService.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-5) (7 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/governance/merit/MeritConsensus.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-6) (9 changes)"
},
{
"name": "Added",
"value": "[core/src/main/java/bisq/core/dao/governance/proposal/IssuanceProposal.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-7) (31 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/governance/proposal/Proposal.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-8) (3 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/governance/proposal/ProposalType.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-9) (1 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/governance/proposal/ProposalValidator.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-10) (8 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/governance/proposal/compensation/CompensationProposal.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-11) (3 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/governance/proposal/param/ChangeParamValidator.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-12) (6 changes)"
},
{
"name": "Added",
"value": "[core/src/main/java/bisq/core/dao/governance/proposal/reimbursement/ReimbursementConsensus.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-13) (37 changes)"
},
{
"name": "Added",
"value": "[core/src/main/java/bisq/core/dao/governance/proposal/reimbursement/ReimbursementProposal.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-14) (159 changes)"
},
{
"name": "Added",
"value": "[core/src/main/java/bisq/core/dao/governance/proposal/reimbursement/ReimbursementProposalService.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-15) (99 changes)"
},
{
"name": "Added",
"value": "[core/src/main/java/bisq/core/dao/governance/proposal/reimbursement/ReimbursementValidator.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-16) (65 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/governance/voteresult/VoteResultService.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-17) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/governance/voteresult/issuance/IssuanceService.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-18) (36 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/node/json/JsonTxOutputType.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-19) (1 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/node/json/JsonTxType.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-20) (1 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/node/parser/OpReturnParser.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-21) (5 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/node/parser/TxInputParser.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-22) (1 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/node/parser/TxOutputParser.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-23) (5 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/node/parser/TxParser.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-24) (16 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/state/DaoStateService.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-25) (32 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/state/blockchain/OpReturnType.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-26) (7 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/state/blockchain/TxOutputType.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-27) (1 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/state/blockchain/TxType.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-28) (1 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/state/governance/Issuance.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-29) (16 changes)"
},
{
"name": "Added",
"value": "[core/src/main/java/bisq/core/dao/state/governance/IssuanceType.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-30) (24 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/dao/state/governance/Param.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-31) (4 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/java/bisq/core/util/BsqFormatter.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-32) (8 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-33) (30 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_de.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-34) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_el.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-35) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_es.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-36) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_fa.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-37) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_fr.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-38) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_hu.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-39) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_pt.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-40) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_ro.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-41) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_ru.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-42) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_sr.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-43) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_th.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-44) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_vi.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-45) (6 changes)"
},
{
"name": "Modified",
"value": "[core/src/main/resources/i18n/displayStrings_zh.properties](https://github.com/bisq-network/bisq/pull/1813/files#diff-46) (6 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/dao/governance/ProposalDisplay.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-47) (21 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/dao/governance/make/MakeProposalView.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-48) (6 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/dao/governance/result/CycleListItem.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-49) (6 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/dao/governance/result/ProposalListItem.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-50) (5 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/dao/wallet/dashboard/BsqDashboardView.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-51) (22 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/dao/wallet/tx/BsqTxView.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-52) (31 changes)"
},
{
"name": "Modified",
"value": "[desktop/src/main/java/bisq/desktop/main/funds/transactions/TransactionsListItem.java](https://github.com/bisq-network/bisq/pull/1813/files#diff-53) (13 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\": 1813,\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\": 1813\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/1813"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/1813.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/1813.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 400669472\n}"
}
],
"themeColor": "26292E"
}
]</script>