gui
gui copied to clipboard
getrawtransaction implementation
Fixes https://github.com/bitcoin-core/gui/issues/645.
Add getrawtransaction RPC to GUI on Tools -> Verify external txid. tab
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviews
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | pablomartin4btc, alfonsoromanz |
| Concept ACK | hernanmarino, kristapsk, hebasto |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Conflicts
No conflicts as of last run.
Cool, that's pretty nice!
Just thinking out loud, but it does make me wonder if perhaps a new Verify or Utils button, in line with "Send | Recieve | Transactions" could be even nicer? If we added it there, we might consider adding a few more utils to the GUI like "Decode raw transaction", "Decode Script", "Get Descriptor Info", "Verify Message" etc. which folks who use the gui generally use other software for today...
Cool, that's pretty nice!
Just thinking out loud, but it does make me wonder if perhaps a new
VerifyorUtilsbutton, in line with "Send | Recieve | Transactions" could be even nicer? If we added it there, we might consider adding a few more utils to the GUI like "Decode raw transaction", "Decode Script", "Get Descriptor Info", "Verify Message" etc. which folks who use the gui generally use other software for today...
@willcl-ark would love to hear more opinions on this, I also think Help -> Verify external txid tab might not work well with adding more utils
Yeah I don't want to derail this pr, which I think looks good on its own!
If there was desire to add more utils we could always move this later; I think this looks nice.
I have updated the PR based on the feedback given above:
- Added
Toolsmenu - Moved
getrawtransaction RPCimplementation toTools > verify external txid
cc: @willcl-ark @luke-jr @pablomartin4btc
Concept ACK
Concept ACK. However, I still agree with @promag's https://github.com/bitcoin/bitcoin/issues/19161#issuecomment-667726216:
GUI users can use the RPC console.
Seems confusing to have the same feature present twice. Once in this pop-up and another time in the RPC pop-up?
If this is merged, then every RPC will be duplicated in a new GUI pop-up?