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

Clean-up remainings of `query constitution-hash` #871

Closed palas closed 3 weeks ago

palas commented 3 weeks ago

Changelog

- description: |
    Cleaned up remainings of constitution-hash query
# uncomment types applicable to the change:
  type:
  - refactoring    # QoL changes

Context

This is a follow-up of https://github.com/IntersectMBO/cardano-node/pull/5920#discussion_r1707323667

Investigation showed that removal of query constitution-hash was a conscious decision motivated to it no longer being relevant since its functionality is already covered by query constitution:

How to trust this PR

I think the fact that tests pass and that it compiles are pretty telling. Maybe check the context and let me know if you foresee that this removal will have effects somewhere else, but I doubt.

Checklist