IntersectMBO / cardano-cli

This repository contains sources for the command-line interface (CLI) tool for interacting with the Cardano blockchain.
Apache License 2.0
44 stars 15 forks source link

[FR] - QoL feature: display txhash on command line after submitting tx #896

Closed ptrdsh closed 4 days ago

ptrdsh commented 2 months ago

Internal/External Internal if an IOHK staff member. External otherwise.

Area Other Any other topic (Delegation, Ranking, ...).

Describe the feature you'd like cardano-cli conway transaction submit currently only outputs Transaction successfully submitted on the command line. Would be very handy to add the txHash of the submitted tx to the output, plus maybe even an overview of the outputs created (similar to how query utxo does it).

smelc commented 2 months ago

cc @CarlosLopezDeLara

CarlosLopezDeLara commented 2 months ago

Not so sure about the best way to print the information about the outputs, but printing the TxId should be very straight forward. I think we can start with that.

Let's think about how could we print the outputs info and what sorts of warnings should be put in place.

Jimbo4350 commented 1 month ago

Would be very handy to add the txHash of the submitted tx to the output, plus maybe even an overview of the outputs created (similar to how query utxo does it)

Why do you need this information? What do you intend to do with it?

ptrdsh commented 1 month ago

Ehm.. didn't expect that question, but I guess in short - it's the "thing" I made. I simply like to know what I paid for.

More concretely: track the tx's inclusion in a block, copy the hash to share it, ...

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.

ptrdsh commented 1 week ago

Can I help in some way to make this happen?

smelc commented 1 week ago

@ptrdsh> we're good, this is going to happen; corresponding PR will be merged soon: https://github.com/IntersectMBO/cardano-cli/pull/925

You can give feedback on the chosen output format if you wish (see the PR's descripion).