haveno-dex / haveno

Decentralized P2P exchange platform built on Monero and Tor
https://haveno.exchange
GNU Affero General Public License v3.0
981 stars 110 forks source link

Add column with transaction fees (Funding > Transactions > Export CSV) [0.5 XMR] #1254

Open woodser opened 1 week ago

woodser commented 1 week ago

This issue requests adding a column for transaction fees in the generated transaction report CSV.

To generate the transaction report, go to Funding > Transactions > Export CSV.

The report only has a column for the amount of XMR transacted.

The tx fee should also appear as a column in the Funds > Transactions tab.

github-actions[bot] commented 1 week ago

There is a bounty on this issue, the amount is in the title. The reward will be awarded to the first person or group of people who resolves this issue.

If you are starting to work on this bounty, please write a comment, so that we can assign the issue to you. We expect contributors to provide a PR in a reasonable time frame or, in case of an extensive work, updates on their progresses. We will unassign the issue if we feel the assignee is not responsive or has abandoned the task.

Read the full conditions and details of our bounty system.

preland commented 1 week ago

I'll start looking into this one

niyid commented 1 week ago

Is it OK to assume transaction fee = tx.getFee() in TransactionsListItem?

niyid commented 1 week ago

I'll start looking into this one

Oops, sorry. I put in a PR.