Skip to content

Releases: IntersectMBO/cardano-cli

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