IntersectMBO / cardano-cli

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

Make "[era] transaction view" command fail and advice to use "debug transaction view" instead #858

Closed smelc closed 1 month ago

smelc commented 1 month ago

Changelog

- description: |
    Make "[era] transaction view" command fail. Please use "debug transaction view" instead.
  type:
  # - feature        # introduces a new feature
  - breaking       # the API has changed in a breaking way
  # - compatible     # the API has changed but is non-breaking
  # - optimisation   # measurable performance improvements
  # - refactoring    # QoL changes
  # - bugfix         # fixes a defect
  # - test           # fixes/modifies tests
  # - maintenance    # not directly related to the code
  # - release        # related to a new release preparation
  # - documentation  # change in code docs, haddocks...

Context

Contributes to fixing https://github.com/IntersectMBO/cardano-cli/issues/843

How to trust this PR

→ cabal run cardano-cli -- conway transaction view
Command "era transaction "view" has been removed. Please use "debug transaction view" instead.
→ echo $?
1

Checklist

smelc commented 1 month ago

@carbolymer> can you have a relook? because writing to stderr changed some golden files