|
1 | 1 | # Changelog for cardano-cli |
2 | 2 |
|
| 3 | +## 10.9.0.0 |
| 4 | + |
| 5 | +- The `--output-cbor` flag has been split to `--output-cbor-bin` and `--output-cbor-hex`. |
| 6 | + The `query protocol-state` command now takes output format flags: |
| 7 | + * `--output-cbor-bin` |
| 8 | + * `--output-cbor-hex` |
| 9 | + * `--output-json` |
| 10 | + * `--output-yaml` |
| 11 | + (breaking, refactoring) |
| 12 | + [PR 1183](https://github.com/IntersectMBO/cardano-cli/pull/1183) |
| 13 | + |
| 14 | +- Upgrade cardano-api-10.16 https://github.com/IntersectMBO/cardano-api/blob/master/cardano-api/CHANGELOG.md#101600 |
| 15 | + (compatible) |
| 16 | + [PR 1159](https://github.com/IntersectMBO/cardano-cli/pull/1159) |
| 17 | + |
| 18 | +- - Added build for windows as an artefact for releases |
| 19 | + (feature) |
| 20 | + [PR 1182](https://github.com/IntersectMBO/cardano-cli/pull/1182) |
| 21 | + |
| 22 | +- The following commands have been updated to take output format: |
| 23 | + * `conway query kes-period-info` |
| 24 | + * `conway query ledger-peer-snapshot` |
| 25 | + * `conway query pool-params` |
| 26 | + * `conway query pool-state` |
| 27 | + * `conway query protocol-parameters` |
| 28 | + * `conway query spo-stake-distribution` |
| 29 | + * `conway query stake-address-info` |
| 30 | + * `conway query stake-pool-default-vote` |
| 31 | + * `conway query stake-snapshot` |
| 32 | + * `conway query tip` |
| 33 | + * `conway query tx-mempool` |
| 34 | + * `conway query tx-mempool info` |
| 35 | + * `conway query tx-mempool next-tx` |
| 36 | + * `conway query tx-mempool tx-exists` |
| 37 | + * `latest query kes-period-info` |
| 38 | + * `latest query ledger-peer-snapshot` |
| 39 | + * `latest query pool-params` |
| 40 | + * `latest query pool-state` |
| 41 | + * `latest query protocol-parameters` |
| 42 | + * `latest query spo-stake-distribution` |
| 43 | + * `latest query stake-address-info` |
| 44 | + * `latest query stake-pool-default-vote` |
| 45 | + * `latest query stake-snapshot` |
| 46 | + * `latest query tip` |
| 47 | + * `latest query tx-mempool` |
| 48 | + * `latest query tx-mempool info` |
| 49 | + * `latest query tx-mempool next-tx` |
| 50 | + * `latest query tx-mempool tx-exists` |
| 51 | + * `query kes-period-info` |
| 52 | + * `query ledger-peer-snapshot` |
| 53 | + * `query pool-params` |
| 54 | + * `query pool-state` |
| 55 | + * `query protocol-parameters` |
| 56 | + * `query stake-address-info` |
| 57 | + * `query stake-snapshot` |
| 58 | + * `query tip` |
| 59 | + * `query tx-mempool` |
| 60 | + * `query tx-mempool info` |
| 61 | + * `query tx-mempool next-tx` |
| 62 | + * `query tx-mempool tx-exists` |
| 63 | + (compatible, maintenance) |
| 64 | + [PR 1180](https://github.com/IntersectMBO/cardano-cli/pull/1180) |
| 65 | + |
| 66 | +- Delete `governance` `poll` commands: |
| 67 | + * `compatible babbage governance answer-poll` |
| 68 | + * `compatible babbage governance create-poll` |
| 69 | + * `compatible babbage governance verify-poll` |
| 70 | + (breaking, maintenance) |
| 71 | + [PR 1178](https://github.com/IntersectMBO/cardano-cli/pull/1178) |
| 72 | + |
| 73 | +- Rollout `--output-json` and `--output-yaml` to various commands: |
| 74 | + * `compatible conway governance action view` |
| 75 | + * `compatible conway governance vote view` |
| 76 | + * `conway governance action view` |
| 77 | + * `conway governance vote view` |
| 78 | + * `conway query leadership-schedule` |
| 79 | + * `debug transaction view` |
| 80 | + * `latest governance action view` |
| 81 | + * `latest governance vote view` |
| 82 | + * `latest query leadership-schedule` |
| 83 | + * `query leadership-schedule` |
| 84 | + Ensure we encode json the same way in each command. |
| 85 | + (breaking, maintenance) |
| 86 | + [PR 1175](https://github.com/IntersectMBO/cardano-cli/pull/1175) |
| 87 | + |
| 88 | +- Standard output format for `query ledger-peer-snapshot` command |
| 89 | + Supports `--output-json`, `--output-json-pretty` and `--output-yaml` |
| 90 | + (breaking) |
| 91 | + [PR 1172](https://github.com/IntersectMBO/cardano-cli/pull/1172) |
| 92 | + |
| 93 | +- Consistent output for `query ledger-state` cmd |
| 94 | + (breaking, maintenance) |
| 95 | + [PR 1168](https://github.com/IntersectMBO/cardano-cli/pull/1168) |
| 96 | + |
| 97 | +- Fix incomplete pattern match error in transaction build using byron address |
| 98 | + (bugfix) |
| 99 | + [PR 1167](https://github.com/IntersectMBO/cardano-cli/pull/1167) |
| 100 | + |
| 101 | +- Consistent output for `text-view decode-cbor ` command |
| 102 | + (breaking, refactoring) |
| 103 | + [PR 1164](https://github.com/IntersectMBO/cardano-cli/pull/1164) |
| 104 | + |
| 105 | +- Use lazy ByteString for writing out result of utxo query |
| 106 | + (optimisation) |
| 107 | + [PR 1163](https://github.com/IntersectMBO/cardano-cli/pull/1163) |
| 108 | + |
| 109 | +- Use `Vary` for key output format |
| 110 | + (breaking) |
| 111 | + [PR 1146](https://github.com/IntersectMBO/cardano-cli/pull/1146) |
| 112 | + |
| 113 | +- Added support for stake pool extended keys |
| 114 | + (feature) |
| 115 | + [PR 1091](https://github.com/IntersectMBO/cardano-cli/pull/1091) |
| 116 | + |
| 117 | +- Modified Plutus cost calculation command to allow the user to supply offline data instead of querying the node |
| 118 | + (feature) |
| 119 | + [PR 1079](https://github.com/IntersectMBO/cardano-cli/pull/1079) |
| 120 | + |
| 121 | +- Wrap CLI help based on terminal width |
| 122 | + (feature) |
| 123 | + [PR 1152](https://github.com/IntersectMBO/cardano-cli/pull/1152) |
| 124 | + |
3 | 125 | ## 10.8.0.0 |
4 | 126 |
|
5 | 127 | - Implement changes needed for UTxO-HD Consensus feature. |
|
0 commit comments