Skip to content

Releases: IntersectMBO/cardano-cli

9.0.0.0

03 Jul 02:07
ae0fadc
Compare
Choose a tag to compare

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 ... becomes cardano-cli hash anchor-data ...
    cardano-cli conway governance hash script ... becomes cardano-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

02 Jul 13:45
02ef327
Compare
Choose a tag to compare

Changelog

  • Add --current-treasury-value and --treasury-donation to transaction build and friends
    (feature, breaking)
    PR 778

  • Update cardano-api to 8.49.0.0
    (compatible)
    PR 804

  • Make --fee mandatory in legacy transaction build-raw
    (breaking, bugfix)
    PR 797

8.24.0.0

21 Jun 06:34
485628f
Compare
Choose a tag to compare

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 and voters.
    Please see #774 (comment) for example outputs.
    When those fields are irrelevant, they are present but there value is null.
    (compatible)
    PR 774

  • query protocol-parameters: use ledger JSON encoding, not API one
    (breaking)
    PR 758

  • Make --fee mandatory in transaction build-raw. Remove TxCmdTxFeeValidationError type.
    (breaking, bugfix)
    PR 768

  • Remove UnwitnessedCliFormattedTxBody constructor
    (improvement)
    PR 707

8.23.1.0

14 May 13:50
ac57ca5
Compare
Choose a tag to compare

Changelog

  • Make --prev-governance-action-tx-id and --prev-governance-action-tx-id optional for create-no-confidence command
    (feature, compatible)
    PR 753

8.23.0.0

07 May 08:33
226f2f4
Compare
Choose a tag to compare

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 to 0
    (improvement)
    PR 716

  • Enable both --cold-script-file and --cold-script-hash for governance committee create-hot-key-authorization-certificate and committee create-cold-key-resignation-certificate
    (feature, compatible)
    PR 699

  • Fixed --include-stake behavior in query drep-state
    (breaking, bugfix)
    PR 698

8.22.0.0

18 Apr 07:28
44d385f
Compare
Choose a tag to compare

Changelog

  • Add ref-script-size query command
    (feature, compatible)
    PR 672

  • convert-cardano-address-key: support DRep and CC keys
    (feature, compatible)
    PR 691

  • Fix protocol params order for minFeeA and minFeeB
    (bugfix)
    PR 693

  • Update CLI to use threshold instead of quorum 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 to conway governance drep retirement-certificate
    (feature)
    PR 678

8.21.0.0

25 Apr 14:36
1653aa3
Compare
Choose a tag to compare

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 and query 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