10.9.0.0
Changelog
-
The
--output-cborflag has been split to--output-cbor-binand--output-cbor-hex.
Thequery protocol-statecommand now takes output format flags:--output-cbor-bin--output-cbor-hex--output-json--output-yaml
(breaking, refactoring)
PR 1183
-
Upgrade cardano-api-10.16 https://github.com/IntersectMBO/cardano-api/blob/master/cardano-api/CHANGELOG.md#101600
(compatible)
PR 1159 -
- Added build for windows as an artefact for releases
(feature)
PR 1182
- Added build for windows as an artefact for releases
-
The following commands have been updated to take output format:
conway query kes-period-infoconway query ledger-peer-snapshotconway query pool-paramsconway query pool-stateconway query protocol-parametersconway query spo-stake-distributionconway query stake-address-infoconway query stake-pool-default-voteconway query stake-snapshotconway query tipconway query tx-mempoolconway query tx-mempool infoconway query tx-mempool next-txconway query tx-mempool tx-existslatest query kes-period-infolatest query ledger-peer-snapshotlatest query pool-paramslatest query pool-statelatest query protocol-parameterslatest query spo-stake-distributionlatest query stake-address-infolatest query stake-pool-default-votelatest query stake-snapshotlatest query tiplatest query tx-mempoollatest query tx-mempool infolatest query tx-mempool next-txlatest query tx-mempool tx-existsquery kes-period-infoquery ledger-peer-snapshotquery pool-paramsquery pool-statequery protocol-parametersquery stake-address-infoquery stake-snapshotquery tipquery tx-mempoolquery tx-mempool infoquery tx-mempool next-txquery tx-mempool tx-exists
(compatible, maintenance)
PR 1180
-
Delete
governancepollcommands:compatible babbage governance answer-pollcompatible babbage governance create-pollcompatible babbage governance verify-poll
(breaking, maintenance)
PR 1178
-
Rollout
--output-jsonand--output-yamlto various commands:compatible conway governance action viewcompatible conway governance vote viewconway governance action viewconway governance vote viewconway query leadership-scheduledebug transaction viewlatest governance action viewlatest governance vote viewlatest query leadership-schedulequery leadership-schedule
Ensure we encode json the same way in each command.
(breaking, maintenance)
PR 1175
-
Standard output format for
query ledger-peer-snapshotcommand
Supports--output-json,--output-json-prettyand--output-yaml
(breaking)
PR 1172 -
Consistent output for
query ledger-statecmd
(breaking, maintenance)
PR 1168 -
Fix incomplete pattern match error in transaction build using byron address
(bugfix)
PR 1167 -
Consistent output for
text-view decode-cborcommand
(breaking, refactoring)
PR 1164 -
Use lazy ByteString for writing out result of utxo query
(optimisation)
PR 1163 -
Use
Varyfor key output format
(breaking)
PR 1146 -
Added support for stake pool extended keys
(feature)
PR 1091 -
Modified Plutus cost calculation command to allow the user to supply offline data instead of querying the node
(feature)
PR 1079 -
Wrap CLI help based on terminal width
(feature)
PR 1152