IntersectMBO / cardano-cli

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

Display redeemers in `transaction view` #664

Closed palas closed 7 months ago

palas commented 7 months ago

Changelog

- description: |
    Add info about redeemers to output of `transaction view` command.
  type:
  - feature        # introduces a new feature

Context

It increases the amount of info displayed. It is only applicable to Shelley and after. It uses cborg-json to render the CBOR of the redeemer.

How to trust this PR

I would check:

Checklist

smelc commented 7 months ago

LGTM but I'm not approving since I never manipulated nor cbor nor redeemers :laughing: