|
1 | 1 | # Changelog for cardano-cli
|
2 | 2 |
|
| 3 | +## 10.5.0.0 |
| 4 | + |
| 5 | +- Added support for mnemonic sentence generation and extended key derivation from mnemonic sentences. |
| 6 | + (feature) |
| 7 | + [PR 975](https://github.com/IntersectMBO/cardano-cli/pull/975) |
| 8 | + |
| 9 | +- Remove minting capabilities in eras prior to Mary. |
| 10 | + Change minted assets representation to `L.MultiAsset` instead of `Value`. |
| 11 | + (compatible) |
| 12 | + [PR 1085](https://github.com/IntersectMBO/cardano-cli/pull/1085) |
| 13 | + |
| 14 | +- Update [cardano-api-10.10.0.0](https://github.com/IntersectMBO/cardano-api/blob/master/cardano-api/CHANGELOG.md#101000) |
| 15 | + Fix signing of a transaction in `compatible shelley transaction signed-transaction` command. Previously two different transaction bodies were used for the resulting transaction and the signature - now it's used the same for both purposes. |
| 16 | + (bugfix) |
| 17 | + [PR 1057](https://github.com/IntersectMBO/cardano-cli/pull/1057) |
| 18 | + |
| 19 | +- Add stake address registration and delegation certificate and stake pool delegation certificate to compatible commands |
| 20 | + (compatible) |
| 21 | + [PR 1070](https://github.com/IntersectMBO/cardano-cli/pull/1070) |
| 22 | + |
| 23 | +- Default to hex for binary query utxo output |
| 24 | + (feature, breaking) |
| 25 | + [PR 1066](https://github.com/IntersectMBO/cardano-cli/pull/1066) |
| 26 | + |
| 27 | +- Add command to calculate plutus script costs from an already constructed transaction. |
| 28 | + (feature) |
| 29 | + [PR 1031](https://github.com/IntersectMBO/cardano-cli/pull/1031) |
| 30 | + |
| 31 | +- Add binary output option for query utxo command |
| 32 | + (feature) |
| 33 | + [PR 1000](https://github.com/IntersectMBO/cardano-cli/pull/1000) |
| 34 | + |
| 35 | +- Add `cardano-cli conway query future-pparams` |
| 36 | + (feature, compatible) |
| 37 | + [PR 1038](https://github.com/IntersectMBO/cardano-cli/pull/1038) |
| 38 | + |
| 39 | +- Add governance action deposits to the output of `query stake-address-info`. This also renames the field stakeDeposit to stakeRegistrationDeposit in the JSON output. |
| 40 | + (feature, breaking) |
| 41 | + [PR 1032](https://github.com/IntersectMBO/cardano-cli/pull/1032) |
| 42 | + |
| 43 | +- Add the ratify-state query |
| 44 | + (feature, compatible) |
| 45 | + [PR 1036](https://github.com/IntersectMBO/cardano-cli/pull/1036) |
| 46 | + |
| 47 | +- Fix costs calculation for transaction with more than one certificates with the same stake credential and script witness. |
| 48 | + (bugfix) |
| 49 | + [PR 1028](https://github.com/IntersectMBO/cardano-cli/pull/1028) |
| 50 | + |
| 51 | +- Add certificates to CLI interface in `compatible transaction-sign` |
| 52 | + (feature, compatible) |
| 53 | + [PR 972](https://github.com/IntersectMBO/cardano-cli/pull/972) |
| 54 | + |
3 | 55 | ## 10.4.0.0
|
4 | 56 |
|
5 | 57 | - Add `cardano-cli conway query future-pparams`
|
|
96 | 148 | [PR 963](https://github.com/IntersectMBO/cardano-cli/pull/963)
|
97 | 149 |
|
98 | 150 | - transaction submit: print transaction hash, like this:
|
99 |
| - |
| 151 | + |
100 | 152 | Transaction successfully submitted. Transaction hash is:
|
101 | 153 | {"txhash":"456c614d5d547b7fe197a4d18fbb86e086cb9080594dabf9059adf08b00cf2bd"}
|
102 |
| - |
| 154 | + |
103 | 155 | Previously it was:
|
104 |
| - |
| 156 | + |
105 | 157 | Transaction successfully submitted.
|
106 | 158 | (feature, breaking)
|
107 | 159 | [PR 925](https://github.com/IntersectMBO/cardano-cli/pull/925)
|
|
0 commit comments