<blockquote>
<p>We need to work on the tx not published bug.</p>
</blockquote>
<p>To be clear, the "TX not being published" issue is a symptom of several bugs. The actual issue is that Bisq is creating invalid Bitcoin transactions, which get rejected by Bitcoin nodes when Bisq tries to publish them, and Bisq does not properly handle this exception from bitcoinj. Bisq should not commit transactions into its wallet if its Bitcoin nodes refuse to publish them.</p>
<p>As for the root case of why Bisq is creating invalid TX, this can happen for many reasons, but because Bisq is silently ignoring this, we don't get the logs reported from users unless we're really lucky, and so we don't know all of the possible cases. For example I know of these causes:</p>
<ul>
<li>
<p>While it's technically possible to mine a Bitcoin TX with zero fee, such a TX won't get relayed through the Bitcoin network because current default settings in Bitcoin Core set minrelayfee=1 which is 1 satoshi/vbyte. There is a bug that can cause TX created with < 1 sat/vbyte fee, so as a temp fix we increased the minimum fee setting to 2 sats/vbyte.</p>
</li>
<li>
<p>There is a "virus" case where if someone with a corrupted wallet takes my offer using an invalid TX, since my Bisq doesn't verify if the taker's TX was actually published on the network, my Bisq wallet now becomes corrupted as well with a new invalid TX that spends change of an invalid TX. If I then accept someone's offer, I continue to spread the "virus"</p>
</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/proposals/issues/130?email_source=notifications&email_token=AJFFTNR7IAFJMJ2CCIL4L4DQQ3KTNA5CNFSM4JFUR4E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECMWAMQ#issuecomment-546922546">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUXRTG7ZIGVIPKLUIDQQ3KTNANCNFSM4JFUR4EQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNWDJ3YQMLO4ZHTJ3VLQQ3KTNA5CNFSM4JFUR4E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECMWAMQ.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/proposals/issues/130?email_source=notifications\u0026email_token=AJFFTNR7IAFJMJ2CCIL4L4DQQ3KTNA5CNFSM4JFUR4E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECMWAMQ#issuecomment-546922546",
"url": "https://github.com/bisq-network/proposals/issues/130?email_source=notifications\u0026email_token=AJFFTNR7IAFJMJ2CCIL4L4DQQ3KTNA5CNFSM4JFUR4E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECMWAMQ#issuecomment-546922546",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>