You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, every transaction in the CLI outputs only the tx hash with a small amount of metadata regarding the execution. To improve the visibility of other details without requiring the user to visit an explorer, the CLI can enhance the output by displaying more information in the tx response.
The view in the explorer should link to the first explorer's tx_page available in the chain registry file and displayed only in terminals with hyperlink support.
$ archway contracts execute increment --from deployer --args '{ "increment": {} }'Executing contract increment Chain: constantine-3 Signer: deployer✅ Executed contract increment-0.2.0Transaction ([view in the explorer])632FCC96D8FCBDE2838DD301DEE38CF9DA8B593380FBD5E65B057D2907DC13C3Block: 32852 Gas wanted: 210480Timestamp: 2023-10-09T17:47:45Z Gas used: 183893Fee: 0,189432 ARCH (189432000000000000aarch)
The text was updated successfully, but these errors were encountered:
Description
Currently, every transaction in the CLI outputs only the tx hash with a small amount of metadata regarding the execution. To improve the visibility of other details without requiring the user to visit an explorer, the CLI can enhance the output by displaying more information in the tx response.
Technical Details
Current output of the
contracts execute
command:Expected output:
The text was updated successfully, but these errors were encountered: