Skip to content

Commit

Permalink
Merge pull request #489 from input-output-hk/mgalazyn/release/8.16.0
Browse files Browse the repository at this point in the history
Release 8.16.0
  • Loading branch information
carbolymer authored Nov 29, 2023
2 parents c754fe3 + dd3b194 commit d00a7d4
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Changelog for cardano-cli

## 8.16.0.0

- Use node queries with tighter eons. Simplify prettyprinting.
(improvement)
[PR 481](https://github.com/input-output-hk/cardano-cli/pull/481)

- Rename stake-address-info field: stakeDelegation -> delegation for eras prior to Conway
(compatible, bugfix)
[PR 487](https://github.com/input-output-hk/cardano-cli/pull/487)

- Add missing help texts for `create-protocol-parameters-update`
(bugfix, documentation)
[PR 484](https://github.com/input-output-hk/cardano-cli/pull/484)

- Fix using queryStakeVoteDelegatees in eras before conway
(compatible, bugfix)
[PR 483](https://github.com/input-output-hk/cardano-cli/pull/483)

- Use `selectStakeCredentialWitness` instead of duplicating credential selection
(compatible, bugfix)
[PR 476](https://github.com/input-output-hk/cardano-cli/pull/476)

- Add support for Plutus V3 in command line interface
(feature, compatible)
[PR 479](https://github.com/input-output-hk/cardano-cli/pull/479)

- Add cost models file to the protocol parameter update commands
(feature, breaking, compatible, test)
[PR 405](https://github.com/input-output-hk/cardano-cli/pull/405)

- add the vote delegateee to the output of `stake-address-info`
(compatible)
[PR 452](https://github.com/input-output-hk/cardano-cli/pull/452)

- Revert #455 - use custom serialization for protocol parameters.
(breaking)
[PR 475](https://github.com/input-output-hk/cardano-cli/pull/475)

- governance actions: prefix `--stake-verification-key-*` and `--stake-key` arguments so that they are prefixed with `--deposit-return` now.
(breaking)
[PR 470](https://github.com/input-output-hk/cardano-cli/pull/470)

- Further separation of Byron from the Shelley based eras
(breaking, improvement)
[PR 467](https://github.com/input-output-hk/cardano-cli/pull/467)

- The era's being rendered in the NodeEraMismatchError error were mismatched
(bugfix)
[PR 469](https://github.com/input-output-hk/cardano-cli/pull/469)

## 8.15.0.0

- Collateral inputs and the minimum value calculation are not available in the Byron era. Update the code to reflect this.
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.15.0.0
version: 8.16.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 d00a7d4

Please sign in to comment.