JoinMarket-Org / joinmarket

CoinJoin implementation with incentive structure to convince people to take part
398 stars 119 forks source link

improve bitcoin-qt transaction details view for multiparty transactions (coinjoins) #375

Open raedah opened 8 years ago

raedah commented 8 years ago

https://github.com/bitcoin/bitcoin/pull/7101

This pull request fixes how qt displays transactions generated by joinmarket. Instead of displaying two transactions, it will display the single transaction with the net profit. More importantly, the details view of the transaction will show your input and output amounts which is useful data.

It needs to be tested and ACK'd by others before core will consider it.

raedah commented 8 years ago

I have a new pull request for this. Could use some ACKs. https://github.com/bitcoin/bitcoin/pull/7569

raedah commented 8 years ago

If anyone wants to follow up on this, my research came to the conclusion that its really not possible to modify the behavior of the transaction list because of the assumed behavior from the core project. What can be done though is a patch to dramatically improve the transaction details view.