-
Notifications
You must be signed in to change notification settings - Fork 333
qt: Re-add and rename transaction "Edit Label" action #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit 8f96448.
|
I have little opinion on whether the functionality should exist at all, but I think the original change was motivated by confusion about what the feature does. Just renaming it to "Change address label" would mitigate that just as well. |
Sounds good to me, I can include that change here if there's agreement on that. |
|
Original suggestions:
I like this suggestion. |
This is good, keeps the functionality while being more informative as to the outcome. Very democratic :) |
This makes it more specific what the action refers to. (Suggested by Pieter Wuille)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Concept ACK, thanks |
|
(edited OP before merge to remove |
…abel" action 5440c07 qt: Rename "Edit label" to "Edit address label" (Wladimir J. van der Laan) 22664d6 Revert "qt: Remove Transactionview Edit Label Action" (Wladimir J. van der Laan) Pull request description: This reverts PR #211. I disagree with this change, I use the functionality a lot, it was the primary way I used to organize and edit transactions labels and am sad to see this go. > you can edit a sending address in the send tab Address Book Using the address book should not be encouraged at all! A while ago it was even proposed to remove it. There's rarely need to scroll through all historical addresses used and unused. The transaction list does just fine for this. > While all other actions apply directly to the selected transaction, the Edit Label action applies to the selected transaction's address. **In practice** when bitcoin is used in the commonly advised way, generate a new address for each transaction, those are equivalent though. I doubt I (and **luke-jr**) will be the only users that will stumblle on this. Further discussion here: bitcoin-core/gui#211 (comment) ACKs for top commit: hebasto: ACK 5440c07, verified that 22664d6 is a clean revert of 8f96448. Tree-SHA512: 3a86a730279bc454d0bd25d874dbfb6b1c0492480e66c3164e7c60d8658d622d4522de11bf8564876dc3ee056b53db71ecbe8a37281bf25d41a27e6e0d72ad8f
…abel" action 5440c07 qt: Rename "Edit label" to "Edit address label" (Wladimir J. van der Laan) 22664d6 Revert "qt: Remove Transactionview Edit Label Action" (Wladimir J. van der Laan) Pull request description: This reverts PR dashpay#211. I disagree with this change, I use the functionality a lot, it was the primary way I used to organize and edit transactions labels and am sad to see this go. > you can edit a sending address in the send tab Address Book Using the address book should not be encouraged at all! A while ago it was even proposed to remove it. There's rarely need to scroll through all historical addresses used and unused. The transaction list does just fine for this. > While all other actions apply directly to the selected transaction, the Edit Label action applies to the selected transaction's address. **In practice** when bitcoin is used in the commonly advised way, generate a new address for each transaction, those are equivalent though. I doubt I (and **luke-jr**) will be the only users that will stumblle on this. Further discussion here: bitcoin-core/gui#211 (comment) ACKs for top commit: hebasto: ACK 5440c07, verified that 22664d6 is a clean revert of 8f96448. Tree-SHA512: 3a86a730279bc454d0bd25d874dbfb6b1c0492480e66c3164e7c60d8658d622d4522de11bf8564876dc3ee056b53db71ecbe8a37281bf25d41a27e6e0d72ad8f
This reverts PR #211.
I disagree with this change, I use the functionality a lot, it was the primary way I used to organize and edit transactions labels and am sad to see this go.
Using the address book should not be encouraged at all! A while ago it was even proposed to remove it. There's rarely need to scroll through all historical addresses used and unused. The transaction list does just fine for this.
In practice when bitcoin is used in the commonly advised way, generate a new address for each transaction, those are equivalent though.
I doubt I (and luke-jr) will be the only users that will stumblle on this. Further discussion here: #211 (comment)