Skip to content

Releases: IntersectMBO/cardano-cli

9.3.0.0

19 Aug 14:35
5db3edf

Choose a tag to compare

Changelog

  • Add query spo-stake-distribution command 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-state output. Haskell users can know use this type to parse back query 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

25 Jul 08:43
5acf899

Choose a tag to compare

Changelog

  • Add "query treasury" command
    (feature, compatible)
    PR 845

  • Relax requirement of supplying datums to plutus spending scripts
    Add flags to enable use of reference scripts with voting and proposing scripts

    • --vote-tx-in-reference
    • --proposal-tx-in-reference
      (feature, compatible)
      PR 822

9.2.0.0

22 Jul 14:24
2783220

Choose a tag to compare

Changelog

  • Make genesis: create, create-staked and create-cardano commands 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

19 Jul 13:31
71b9ec4

Choose a tag to compare

Note

Starting from this release, Linux binaries provided below are statically linked 🥳

Changelog

  • Add era-independent "debug transaction view" command
    (breaking)
    PR 840

  • Add output options flags to calculate-min-fee
    (feature, compatible)
    PR 824

  • Fix commands' descriptions referencing old 'governance hash' command
    (bugfix)
    PR 821

9.0.0.1

09 Jul 17:51
33059ee

Choose a tag to compare

Changelog

This is a minimal upgrade on cardano-cli that resolves this issue from the previous version.

  • transaction-build and build-estimate: include current treasury value only if a donation is being done
    (breaking)
    PR 826 -->

  • Fix typo in committee help and error messages
    (compatible)
    PR 820

9.0.0.0

03 Jul 02:07
ae0fadc

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

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

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

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

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