|
1 | 1 | # Changelog for cardano-cli |
2 | 2 |
|
| 3 | +## 10.11.0.0 |
| 4 | + |
| 5 | +- Isolate protocol parameters update compatible command logic |
| 6 | + (compatible, refactoring) |
| 7 | + [PR 1197](https://github.com/IntersectMBO/cardano-cli/pull/1197) |
| 8 | + |
| 9 | +- New `--output-yaml` option for the following commands: |
| 10 | + * `conway query ledger-state` |
| 11 | + * `conway query ref-script-size` |
| 12 | + * `conway query stake-distribution` |
| 13 | + * `conway query stake-pools` |
| 14 | + * `conway query utxo` |
| 15 | + * `conway text-view decode-cbor` |
| 16 | + * `conway transaction calculate-min-fee` |
| 17 | + * `conway transaction txid` |
| 18 | + * `latest query ledger-state` |
| 19 | + * `latest query ref-script-size` |
| 20 | + * `latest query stake-distribution` |
| 21 | + * `latest query stake-pools` |
| 22 | + * `latest query utxo` |
| 23 | + * `latest text-view decode-cbor` |
| 24 | + * `latest transaction calculate-min-fee` |
| 25 | + * `latest transaction txid` |
| 26 | + * `query ledger-state` |
| 27 | + * `query stake-distribution` |
| 28 | + * `query stake-pools` |
| 29 | + * `query utxo` |
| 30 | + (compatible) |
| 31 | + [PR 1192](https://github.com/IntersectMBO/cardano-cli/pull/1192) |
| 32 | + |
| 33 | +- `RIO` propagation 2025-05-09 |
| 34 | + (breaking, refactoring) |
| 35 | + [PR 1186](https://github.com/IntersectMBO/cardano-cli/pull/1186) |
| 36 | + |
| 37 | +- Remove `legacy governance` command group |
| 38 | + Use `compatible` instead |
| 39 | + (breaking) |
| 40 | + [PR 1194](https://github.com/IntersectMBO/cardano-cli/pull/1194) |
| 41 | + |
| 42 | +- Change default era value from `babbage` to `conway` |
| 43 | + (breaking, bugfix) |
| 44 | + [PR 1193](https://github.com/IntersectMBO/cardano-cli/pull/1193) |
| 45 | + |
| 46 | +- New --output-json and --output-yaml flags for the following commands: |
| 47 | + * conway query committee-state |
| 48 | + * conway query constitution |
| 49 | + * conway query drep-stake-distribution |
| 50 | + * conway query drep-state |
| 51 | + * conway query future-pparams |
| 52 | + * conway query gov-state |
| 53 | + * conway query proposals |
| 54 | + * conway query ratify-state |
| 55 | + * latest query committee-state |
| 56 | + * latest query constitution |
| 57 | + * latest query drep-stake-distribution |
| 58 | + * latest query drep-state |
| 59 | + * latest query future-pparams |
| 60 | + * latest query gov-state |
| 61 | + * latest query proposals |
| 62 | + * latest query ratify-state |
| 63 | + (compatible) |
| 64 | + [PR 1188](https://github.com/IntersectMBO/cardano-cli/pull/1188) |
| 65 | + |
3 | 66 | ## 10.10.0.0 |
4 | 67 |
|
5 | 68 | - Bump consensus and network dependencies |
|
0 commit comments