You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Canceled (and Failed) Trades are shown in tradeHistory.csv, but there are inconsistencies:
The "Transaction Fee" is shown as 0.00, but since the transaction has been published, a transaction fee also has occurred, which can be verified in transactions.csv and on a block explorer. So tradeHistory.csv should show that fee. At the moment, the only way to get that fee is to check that transaction on a block explorer, since transactions.csv contains incorrect values for maker fee transactions. The Trade Fee (in BSQ) is shown correctly.
Some Canceled Trades, however, really do not have a transaction fee - if they were cancelled before the transaction has been confirmed (I think). Under trade details, a maker fee transaction is shown and appears green - which is confusing, since it cannot be found on a block explorer, and therefore should not have caused any fees (right?). In this case, tradeHistory.csv shows the correct Transaction Fee ("0"), but an incorrect Trade Fee (it's showing a BSQ value instead of "0").
I found similar inconsistencies with Failed Trades - but haven't looked into the details, since I've only had a very few of these cases.
Version
1.9.18, but has been like this for as long as I have been using the CSV files (at least since 2023/2024).
Steps to reproduce
Create an Offer
Cancel it before the maker fee transaction has been published.
Create another Offer
Cancel it after the maker fee transaction has been published.
Compare both Canceled Trades in tradeHistory.csv, transactions.csv, and on mempool.space
Find the described inconsistent behaviour.
Expected behaviour
Consistent behaviour with correct values.
Actual behaviour
Incorrect values and inconsistent handling of Cancelled & Failed Trades, depending on whether maker fee transactions have been confirmed or not.
Device or machine
Tested on Windows and Linux across many Bisq versions.
The text was updated successfully, but these errors were encountered:
Description
Canceled (and Failed) Trades are shown in tradeHistory.csv, but there are inconsistencies:
Version
1.9.18, but has been like this for as long as I have been using the CSV files (at least since 2023/2024).
Steps to reproduce
Expected behaviour
Consistent behaviour with correct values.
Actual behaviour
Incorrect values and inconsistent handling of Cancelled & Failed Trades, depending on whether maker fee transactions have been confirmed or not.
Device or machine
Tested on Windows and Linux across many Bisq versions.
The text was updated successfully, but these errors were encountered: