Skip to content

Commit

Permalink
Merge pull request #578 from IntersectMBO/mgalazyn/release/8.19.0.0
Browse files Browse the repository at this point in the history
Release 8.19.0.0
  • Loading branch information
carbolymer authored Jan 18, 2024
2 parents 79b7d3c + 26b4ea0 commit 24dd2e1
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 3 deletions.
53 changes: 51 additions & 2 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# Changelog for cardano-cli

## 8.19.0.0

- Update cardano-api 8.37.1
(compatible)
[PR 576](https://github.com/IntersectMBO/cardano-cli/pull/576)

- Revert #569, where we tried to adapt the output of the `protocol-parameters` query to show all parameters in Conway, and which broke round-tripping and downstream requirements.
(bugfix)
[PR 572](https://github.com/IntersectMBO/cardano-cli/pull/572)

- Adapt the output of the `protocol-parameters` query to show all parameters in Conway. Includes a temporary hack around faulty ToJSON instance in `cardano-ledger`.
(bugfix)
[PR 569](https://github.com/IntersectMBO/cardano-cli/pull/569)

- - add support for registration of script DReps;
- rework the `conway governance hash` command: separate sub-commands for anchor data and scripts
(breaking, improvement, bugfix)
[PR 563](https://github.com/IntersectMBO/cardano-cli/pull/563)

- Add --drep-keys flag to --create-testnet-data
(feature, compatible)
[PR 565](https://github.com/IntersectMBO/cardano-cli/pull/565)

- Make queries that optionally filter their result by DRep keys more explicit:
- `cardano-cli conway query drep-state`
- `cardano-cli conway query drep-stake-distribution`
(breaking, improvement)
[PR 555](https://github.com/IntersectMBO/cardano-cli/pull/555)

- Make queries that optionally filter their result by stake pool keys more explicit:
- `cardano-cli * query-stake-snapshot`
- `cardano-cli * query pool-params` (which is superseded by the next one, but still present)
- `cardano-cli * query pool-state`
- `cardano-cli conway query stake-snapshot`
(breaking, improvement)
[PR 541](https://github.com/IntersectMBO/cardano-cli/pull/541)

- Remove some dead code
(compatible, improvement)
[PR 560](https://github.com/IntersectMBO/cardano-cli/pull/560)

- Move input files out of `golden` directory
(compatible, improvement)
[PR 454](https://github.com/IntersectMBO/cardano-cli/pull/454)

- Suppress output of `voteDelegation` before Conway
(bugfix)
[PR 519](https://github.com/IntersectMBO/cardano-cli/pull/519)

## 8.18.0.0

- Upgrade hedgehog-extras to 0.5.0.0
Expand All @@ -15,7 +64,7 @@
[PR 535](https://github.com/IntersectMBO/cardano-cli/pull/535)

- In `transaction view` and `governance action view`, replace:

`--output-format json` by `--output-json`
`--output-format yaml` by `--output-yaml`
(breaking)
Expand All @@ -30,7 +79,7 @@
[PR 520](https://github.com/IntersectMBO/cardano-cli/pull/520)

- create-testnet-data: rename --stake-delegators to --transient-stake-delegators

Introduce --stake-delegators, that generates delegators, but write credentials to disk.
(feature, breaking)
[PR 512](https://github.com/IntersectMBO/cardano-cli/pull/512)
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-cli
version: 8.18.0.0
version: 8.19.0.0
synopsis: The Cardano command-line interface
description: The Cardano command-line interface.
copyright: 2020-2023 Input Output Global Inc (IOG).
Expand Down

0 comments on commit 24dd2e1

Please sign in to comment.