Releases: IntersectMBO/cardano-cli
9.3.0.0
Changelog
-
Add
query spo-stake-distributioncommand to obtain stake distribution for SPOs
(feature)
PR 854 -
Remove redundant voting and proposal procedures functions.
Update cardano-api-9.2.0.0.
(compatible, refactoring)
PR 856 -
Create toJSON instance for
query drep-stateoutput. Haskell users can know use this type to parse backquery drep-state's output to a Haskell value automatically.
(feature, compatible)
PR 863 -
Make "[era] transaction view" command fail. Please use "debug transaction view" instead.
(breaking)
PR 858 -
Fix invalid sync percentage display in
query tip
(compatible, bugfix)
PR 851
9.2.1.0
9.2.0.0
Changelog
-
Make
genesis:create,create-stakedandcreate-cardanocommands accept optional era parameters.
(feature, compatible)
PR 812 -
Remove check of Drep metadata size, always return the hash of the file passed by the user. This to be compatible with CIP119.
Upgrade cardano-api-9.1.0.0
(feature, breaking)
PR 818
9.1.0.0
Note
Starting from this release, Linux binaries provided below are statically linked 🥳
Changelog
9.0.0.1
Changelog
This is a minimal upgrade on cardano-cli that resolves this issue from the previous version.
9.0.0.0
Changelog
-
Add --hot-script-hash option to committee create-hot-key-authorization-certificate subcommand
(breaking)
PR 806 -
Move "conway governance hash" commands to "hash". Users should adapt their calls as follows:
cardano-cli conway governance hash anchor-data ...becomescardano-cli hash anchor-data ...
cardano-cli conway governance hash script ...becomescardano-cli hash script ...
(breaking)
PR 787 -
Add
--hot-script-hashoption to committee create-hot-key-authorization-certificate subcommand -
Integrate consensus, ledger and api in preparation for node v9.0.0
Full Changelog: cardano-cli-8.25.0.0...cardano-cli-9.0.0.0
8.25.0.0
8.24.0.0
Changelog
-
Pre-integration for cardano-node 8.12 release
cardano-cli transaction build ... --calculate-plutus-script-costnow returns the execution logs of the scripts
(breaking)
PR 789 -
New
debug log-epoch-statecommand
(feature, compatible, refactoring)
PR 775 -
transaction view: show proposals and votes
This adds to new fields to the JSON output of
transaction view:governance actionsandvoters.
Please see #774 (comment) for example outputs.
When those fields are irrelevant, they are present but there value isnull.
(compatible)
PR 774 -
query protocol-parameters: use ledger JSON encoding, not API one
(breaking)
PR 758 -
Make
--feemandatory intransaction build-raw. RemoveTxCmdTxFeeValidationErrortype.
(breaking, bugfix)
PR 768 -
Remove UnwitnessedCliFormattedTxBody constructor
(improvement)
PR 707
8.23.1.0
8.23.0.0
Changelog
-
Introduces the
governance action create-hardforkcmd.
(feature, test)
PR 746 -
Export friendly function that returns ByteString + export buildShelleyAddress
(compatible)
PR 748 -
Export toTxOutInAnyEra
(compatible)
PR 745 -
Enable manual specification of execution units for plutus voting and proposing scripts
(feature, breaking)
PR 744 -
query stake-distribution: add --output-{json,text} flags
(feature, breaking)
PR 743 -
Introduce new
cardano-cli latest transaction build-estimatecommand which will
produce a balanced transaction body without requiring a connection to a live node
(feature)
PR 728 -
Add
minFeeRefScriptCostPerByteto create-protocol-parameter-update governance action command.
(feature)
PR 736 -
Fixed misunderstanding in generated README file by
genesis create-testnet-data.
(bugfix)
PR 726 -
conway governance committe key-hash: support extended CC keys
(feature, compatible, bugfix)
PR 717 -
Defaulted
calculate-min-fee --reference-script-size's value to0
(improvement)
PR 716 -
Enable both
--cold-script-fileand--cold-script-hashforgovernance committee create-hot-key-authorization-certificateandcommittee create-cold-key-resignation-certificate
(feature, compatible)
PR 699 -
Fixed
--include-stakebehavior inquery drep-state
(breaking, bugfix)
PR 698