Releases: IntersectMBO/cardano-cli
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-hash
option 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-cost
now returns the execution logs of the scripts
(breaking)
PR 789 -
New
debug log-epoch-state
command
(feature, compatible, refactoring)
PR 775 -
transaction view: show proposals and votes
This adds to new fields to the JSON output of
transaction view
:governance actions
andvoters
.
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
--fee
mandatory intransaction build-raw
. RemoveTxCmdTxFeeValidationError
type.
(breaking, bugfix)
PR 768 -
Remove UnwitnessedCliFormattedTxBody constructor
(improvement)
PR 707
8.23.1.0
8.23.0.0
Changelog
-
Introduces the
governance action create-hardfork
cmd.
(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-estimate
command which will
produce a balanced transaction body without requiring a connection to a live node
(feature)
PR 728 -
Add
minFeeRefScriptCostPerByte
to 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-file
and--cold-script-hash
forgovernance committee create-hot-key-authorization-certificate
andcommittee create-cold-key-resignation-certificate
(feature, compatible)
PR 699 -
Fixed
--include-stake
behavior inquery drep-state
(breaking, bugfix)
PR 698
8.22.0.0
Changelog
-
Add
ref-script-size
query command
(feature, compatible)
PR 672 -
convert-cardano-address-key: support DRep and CC keys
(feature, compatible)
PR 691 -
- New required flag
--reference-script-size
fortransaction calculate-min-fee
- Update cardano-api-8.44 https://github.com/IntersectMBO/cardano-api/blob/main/cardano-api/CHANGELOG.md#84400
- Update ouroboros-consensus-0.17, ouroboros-consensus-cardano-0.15, ouroboros-consensus-protocol-0.8, cardano-ledger-shelley-1.10, cardano-ledger-byron-1.0.1
(feature, breaking)
PR 680
- New required flag
-
Fix protocol params order for minFeeA and minFeeB
(bugfix)
PR 693 -
Update CLI to use
threshold
instead ofquorum
for constitutional committee.
(feature, breaking)
PR 689 -
Add info about redeemers to output of
transaction view
command.
(feature)
PR 664 -
Add support for querying drep state and stake distribution by script hash
(feature)
PR 666 -
transaction build{,-raw}: throw an error on identical action-ids in votes files
(breaking, bugfix)
PR 681 -
Add
--drep-script-hash
parameter toconway governance drep retirement-certificate
(feature)
PR 678
8.21.0.0
Changelog
-
vote create: support DRep and CC script hash
(feature, compatible)
PR 665 -
Add Plutus script hash support in
update-committee
,overnance committee create-cold-key-resignation-certificate
andquery committee-state
commands.
(feature, improvement)
PR 658 -
verification-key: support DRep keys as well as committee keys, extended or not
(feature, compatible, bugfix)
PR 652 -
Fix calculate-min-fee by switching to use Cardano.Api.evaluateTransactionFee
instead of the deprecated Cardano.Api.estimateTransactionFee.
This also deprecates the --mainnet, --testnet-magic, --tx-in-count,
and --tx-out-count command args, which are no longer necessary.
They can still be provided, but have no effect.
(feature, improvement, bugfix, test)
PR 642 -
Modified
create-testnet-data
option so that it registers DReps generated and delegates stake delegators to them. Also introduced transient drep delegation and refactored existing code so that more is reused.
(feature, improvement)
PR 646 -
Extend committee
create-hot-key-authorization-certificate
to support scripts
(feature, compatible, improvement)
PR 641 -
query leadership: add --output-[json,text] flag to control format of the output. Previous behavior is preserved (write text to stdout, write json to file)
(feature, compatible)
PR 649 -
Update cardano-api-8.40.0.0
(improvement)
PR 648 -
create-testnet-data: fix that treasury could be unexpectedly negative
(breaking, improvement, bugfix)
PR 644 -
create-testnet-data: fixes that amount of delegated coins was incorrect
(breaking, bugfix)
PR 638 -
Allow an output file to be specified for the various versions of query pool-state
(compatible, improvement)
PR 635 -
create-testnet-data: allow to specify relays for SPOs (like create-staked)
(feature, compatible)
PR 632 -
Bump cardano-ping version
(compatible)
PR 633